Rahul Bandopadhyaya
Rahul Bandopadhyaya

Reputation: 79

does a tag on azure resource group gets applied to resources inside the resource group

I have a query on azure resource tagging. I have a resource group with some resources inside it. If I apply a tag on the resource group, does the same tag get applied to the resources inside that resource group? Or do I need to apply tag on each resources inside the resource group individually even though the tag needed is same?

If tag on resource group get applied automatically to the resources inside the group, then when the tag on the resource group should be applied i.e. whether before the resources are assigned to the group or after the resources are applied to the group.

Though I could not find any similar question but yet if any is there then please point me to the same.

Upvotes: 1

Views: 4141

Answers (2)

Vipin
Vipin

Reputation: 5223

In general answer is No but you can specify policy to do so. This is azure documentation link explaining it in detail.

Upvotes: 1

4c74356b41
4c74356b41

Reputation: 72171

I'm pretty sure you could find this out in under 5 minutes in the portal, but since you asked - no, tags do not propagate.

Upvotes: 2

Related Questions