Question

Difficulty: MediumAzure Cost Management, Billing, and Resource Tags

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.)

  1. Resource tags are key-value pairs that help categorize resources for billing analysis.Answer
  2. Resources do not automatically inherit tags that are applied to their parent resource group.Answer
  3. C
    Resources automatically inherit any tags applied to their parent resource group.
  4. D
    Applying 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

1
Analyze how tags behave when applied at the resource group level versus the individual resource level.
Understand that Azure resources do not inherit tags from their containing resource groups or subscriptions.
Tag inheritance is a common misconception in Azure governance, and recognizing that tags do not inherit down is critical for designing accurate tag-based cost reports.
2
Evaluate the purpose of Azure resource tags in relation to billing and cost management.
Identify that tags consist of key-value pairs used to organize, locate, and aggregate cost data across different resources.
This allows organizations to filter and categorize their cloud spend in Azure Cost Management by departments or environments.

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.
Rate this question