Configure tags on VMs and other resources in a HCIBox deployment #2540
Replies: 1 comment 1 reply
-
Yes they could be modified to support this. You could do this in several ways but one easy way would be to add the tags using Az CLI after the deployment finishes. This way you dont need to modify the existing code, just query your deployment using Az CLI to get the resource identifiers, then use Az CLI again to add tags to resources as needed.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Very basic question but is there a way to specify tags that can be applied to resources created by the HCIBox deployment scripts? A quick search didn't reveal anything and my Azure knowledge is fairly rudimentary so it's tricky to understand if the scripts can be modified to support this.
Beta Was this translation helpful? Give feedback.
All reactions