An administrator applies a tag named `Environment` with a value of `Production` to an Azure subscription. When the administrator runs a cost analysis report in Azure Cost Management filtered by this tag, the individual resources within the subscription do not appear in the results. What is the cause of this behavior?
- Azure resource tags are not inherited from a subscription to its resource groups or resources.Cevap
- BAzure resource tags are inherited, but they only propagate to resources billed under a Capital Expenditure (CapEx) model.
- CAzure resource tags are inherited, but there is a propagation delay before inherited tags appear in Cost Management.
- DAzure resource tags are only inherited by resources that are deployed after the tag is applied to the subscription.
Cevap
Azure resource tags are not inherited from a subscription to its resource groups or resources.
The correct answer is that Azure resource tags are not inherited from a subscription to its resource groups or resources. In Azure, tags applied at a higher level (like a subscription or resource group) do not automatically apply to the underlying resources. To track costs by tags at the resource level, you must apply the tags directly to those resources, or use Azure Policy to enforce tag compliance.
Adım Adım Çözüm
Anahtar Kavram
Azure resource tags are not inherited from parent containers (subscriptions or resource groups) to child resources.