As we discussed management of azure resource tags using GUI and PowerShell in this post , we have updated the resource tags on existing resources. However, its a best practice to update the resource tags at the time of resource creation. You can create policies in azure and apply it to the root management group… Continue reading How to create Azure Policy to enforce resource tags
Tag: Tags
How to apply Tags on all Azure resources using PowerShell
You can use the tags to logically organize all the resources in Azure. Tag in azure is a name and value pair which can be applied using GUI or by using PowerShell. You can take the approach of GUI if there are not too many resources where you have to manage the tags. In that… Continue reading How to apply Tags on all Azure resources using PowerShell