Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
911 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How to keep the tags in Azure Resource Group as read-only. We have job which update tags based on external system every day, i dont want anyone manually update the tags which are added/updated by the Job. How do i do that. Currently we give contributor permission to team members in a resource group.
Sounds like a job for Azure policy to me. You could assign a "Require a tag and its value on resource groups" policy
Hope this helps