You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2024. It is now read-only.
Describe the bug
When Azure Marketplace Self-Managed solution is deploying in existing VNET, there is no option to put fully qualified subnet addresses/names as it required in the template ("Full reference to existing subnets"). Putting just subnet names is not supported in the template via next code:
It is not supported via field validation. If instead you put just subnet name like "Infra" deployment will fail with next error:
Property id 'existing' at path 'properties.ipConfigurations[0].properties.subnet.id' is invalid. Expect fully qualified resource Id that start with '/subscriptions/{subscriptionId}' or '/providers/{resourceProviderNamespace}/'.
Expected behavior
When deploying solution from Azure Marketplace it should support full reference for existing subnets for corresponding params. Or template should be updated to support just short names of existing subnets when we deploying in existing VNET.