Question

Difficulty: Very hardAzure Cost Management, Billing, and Resource Tags

When using Azure Cost Management Cost Analysis to group costs by a specific tag key, the costs of a resource that lacks this tag will still be grouped under that tag value if its parent Resource Group has the tag applied.

Answer: Answer

Answer

The statement is false. Costs of a resource that lacks a specific tag are categorized as untagged or under a null value in Cost Analysis, even if the parent Resource Group has the tag applied, because tags are not inherited by resources.
The correct answer is false because Azure resources do not inherit tags from their parent Resource Group, and Cost Analysis groups resource costs based on the specific tags applied directly to each resource.

Step-by-Step Solution

1
Analyze the rule for tag inheritance in Azure.
Azure resources do not inherit tags from their parent Resource Group.
Tags must be applied directly to resources to be present on those resources.
2
Determine how Azure Cost Management Cost Analysis processes tags.
Cost Analysis filters and groups costs based on the tags directly present on each resource at the time usage data is generated.
Billing data is generated per resource and reflects the resource's direct properties.
3
Evaluate the behavior of grouping by tags for untagged resources inside a tagged Resource Group.
Since the resource itself does not have the tag, it does not inherit it from the Resource Group, and its costs are shown as 'Untagged'.
Cost reports do not dynamically inherit resource group tags down to individual resources unless a cost allocation rule is configured.
4
Evaluate the statement's truth value.
The statement is false.
It incorrectly claims that untagged resource costs will be grouped under the parent Resource Group's tag value.

Key Concept

Tag inheritance boundary and its impact on Cost Analysis grouping.
Rate this question