Open johnnylyne opened 4 years ago
add to S177
The case sensitivity of service tag in ARM template requires the support of service
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @armleads-azure.
Author: | johnnylyne |
---|---|
Assignees: | zhoxing-ms |
Labels: | `ARM`, `OKR3.2 Candidate`, `Service Attention`, `feature-request` |
Milestone: | S181 |
When applying NSG security rules using a Deployment JSON template file, the parameters for Service tags in NSG rules are case sensitive e.g. we want an outbound rule with destination Service Tag AzureCloud.UKSOUTH. When we pass a template with AzureCloud.UKSouth. The NSG rules are applied. However, when you view them in the portal the rule name is displayed AzureCloud.UKSouth however upon attempting to edit the rule it appears that it has not been mapped correctly i.e. Destination = Service Tag but Destination service tag_ is blank. I think the rule is applied, though it is unclear.
Describe the solution you'd like The service tag names should not be case sensitive. Creating from CLI, python sdk, powershell explicitly from command parameters or via template files should be case insensitive.
Additional context