Question

Difficulty: EasyAzure Cost Management, Billing, and Resource Tags

An administrator applies a tag named `CostCenter` with a value of `12345` to an Azure resource group named `RG-App`. If a developer creates a new Azure App Service plan within `RG-App`, which tag is automatically inherited by the new App Service plan?

  1. No tags are automatically inherited.Answer
  2. B
    The CostCenter tag with a value of 12345.
  3. C
    A tag indicating the resource cost model is Capital Expenditure (CapEx).
  4. D
    A system-generated tag containing the resource creator's identity.

Answer

No tags are automatically inherited.
The correct answer is that no tags are automatically inherited. In Azure, tags applied to a resource group or subscription are not inherited by the resources they contain. If you need tags to be inherited, you must configure a policy using Azure Policy to copy tags from resource groups to resources.

Step-by-Step Solution

1
Analyze the action performed on the resource group.
The resource group has a CostCenter tag applied.
To identify the source tag that might potentially inherit.
2
Determine Azure's default behavior for tag inheritance.
Azure resources do not automatically inherit tags from their parent resource group.
To evaluate if the new App Service plan will receive the tag automatically.

Key Concept

Azure resource tags do not support inheritance from resource groups.
Estimated Time:45s
Rate this question