A company plans to use Azure resource tags to categorize cost data for different departments. Which two of the following statements correctly describe how tags and resource groups function in this scenario? (Select two.)
- Resource tags are key-value pairs that help categorize resources for billing analysis.Answer
- Resources do not automatically inherit tags that are applied to their parent resource group.Answer
- CResources automatically inherit any tags applied to their parent resource group.
- DApplying a tag to a resource changes its financial classification from Operational Expenditure (OpEx) to Capital Expenditure (CapEx).
Answer
Resource tags are key-value pairs that help categorize resources for billing analysis, and resources do not automatically inherit tags that are applied to their parent resource group.
Resource tags are metadata elements consisting of key-value pairs that enable the categorization and grouping of resources, making it easier to filter and analyze billing data in Azure Cost Management. In addition, tags applied to a resource group are not inherited by the resources inside that resource group; tags must be applied directly to resources or managed via Azure Policy to enforce tag application.
Step-by-Step Solution
Key Concept
Azure resource tags are key-value pairs used for logical organization and cost grouping, and they are not automatically inherited from resource groups to individual resources.