Hi Liam dawson
To enforce that all resources in a Resource Group (RG) get the same tags as the Resource Group itself, you can use Azure Policy to inherit tags from the Resource Group. Here's how you can do that:When a tag is added or updated on a Resource Group, all resources within that RG should receive (or update to) the same tag.
Azure Policy for Tag Inheritance (on resource creation/modification)
This ensures any new or updated resource inherits the RG
You can use the built-in Azure Policy definition:
"Inherit a tag from the resource group if missing"
Here's how to apply it:
Step-by-step via Azure Portal:
- Go to Azure Policy → Definitions
- Search for: "Inherit a tag from the resource group"
- Assign it at subscription or RG level
- During assignment, provide:
Tag Name (e.g., Environment)
Effect = Modify
Please let me know if you face any challenge here, I can help you to resolve this issue further
Provide your valuable Comments.
Please do not forget to "Accept the answer” and “upvote it” wherever the information provided helps you, this can be beneficial to other community members.it would be greatly appreciated and helpful to others.