Question

Difficulty: MediumAzure Cost Management, Billing, and Resource Tags

A project team is configuring a new environment in Azure and plans to apply resource tags at the resource group level to categorize costs. Which two statements regarding tag inheritance and cost reporting in Azure are correct? (Select two.)

  1. Resources inside the resource group do not automatically inherit the tags applied to the resource group.Answer
  2. You can group and filter cost analysis data in Azure Cost Management using resource tags.Answer
  3. C
    All resources inside the resource group will automatically inherit the tags for billing reports.
  4. D
    Applying tags to a resource group shifts the associated resource costs from an Operational Expenditure (OpEx) model to a Capital Expenditure (CapEx) model.

Answer

The correct statements are that resources within a resource group do not automatically inherit the tags applied to the resource group, and you can use resource tags in Azure Cost Management to group and filter cost analysis data.
The correct options reflect the fact that Azure resources do not automatically inherit tags from their parent resource groups, and that these tags can be used inside Azure Cost Management for grouping and filtering billing data.

Step-by-Step Solution

1
Evaluate the behavior of resource tags applied at the resource group level.
Determine that resources do not inherit tags from their parent resource group.
By default, tag inheritance is not supported from resource groups to individual resources in Azure.
2
Evaluate the capabilities of Azure Cost Management regarding tags.
Determine that tags can be used for grouping and filtering in cost analysis reports.
Azure Cost Management is designed to consume tag metadata to categorize, filter, and organize billing data.
3
Evaluate the financial impact of resource tagging.
Confirm that tagging has no impact on CapEx vs. OpEx classification.
Cloud services are consumption-based and classified as Operational Expenditure (OpEx), regardless of metadata tags.

Key Concept

Azure resource tags do not inherit down to resources within a resource group automatically, but when applied directly, they can be utilized in Azure Cost Management to filter and categorize billing data.
Rate this question