An Azure administrator applies a billing tag to an Azure resource group named RG-Finance. What effect does this tag have on the individual resources located inside RG-Finance?
- The tag is applied only to the resource group itself and is not inherited by the resources.Answer
- BThe tag is automatically inherited by all resources within the resource group.
- CThe tag acts as a resource lock that prevents any of the resources from being modified or deleted.
- DThe tag is enforced as an Azure Policy that automatically blocks the creation of non-compliant resources.
Answer
The tag is applied only to the resource group itself and is not inherited by the resources.
Applying a tag to an Azure resource group applies that tag only to the resource group itself. The resources inside that group do not automatically inherit the tag. If you need tags on the resources for cost reporting, you must apply them directly to those resources or use Azure Policy to enforce tag application.
Step-by-Step Solution
Key Concept
Azure resource tags do not inherit down from a resource group to individual resources.
Estimated Time:45s