20533C What are tags how can I create and use them with Powershell
20533C What are tags how can I create and use them with Powershell
An Azure tag is a name-value pair that you can use to categorize your Azure resources and resource groups, such as by department or cost center, or to track notes or comments about the resources and groups.
This can be assigned in the graphical Azure Portal
You can also create and assign them with Powershell
Some good references
https://blog.kloud.com.au/2014/10/14/manage-azure-resources-using-tags/
https://docs.microsoft.com/en-us/powershell/resourcemanager/AzureRM.Tags/v2.1.0/AzureRM.Tags
https://docs.microsoft.com/en-us/powershell/resourcemanager/AzureRM.Tags/v2.1.0/new-azurermtag
Comments
Post a Comment