Question

Difficulty: MediumAzure Cost Management, Billing, and Resource Tags

An Azure administrator applies a tag named `Department: Finance` to a resource group that contains several virtual machines. Additionally, the administrator configures a monthly budget of 500500 USD on the resource group with a notification alert set at 100%100\% of the threshold.

Which of the following statements about the tags and budget behavior in this scenario are correct? (Select TWO)

  1. The virtual machines inside the resource group do not inherit the Department: Finance tag, and they must be tagged individually or via Azure Policy.Answer
  2. When the resource group's actual cost reaches 100% of the budgeted amount, Azure generates a notification alert but allows the virtual machines to continue running.Answer
  3. C
    The virtual machines automatically inherit the Department: Finance tag from the resource group because tags are applied hierarchically.
  4. D
    When the resource group's actual cost reaches 100% of the budgeted amount, Azure automatically shuts down the virtual machines to prevent additional Capital Expenditure (CapEx) charges.

Answer

Virtual machines do not inherit tags from their resource group, and reaching a budget limit triggers a notification alert without stopping the resources.
The correct statements are that virtual machines do not automatically inherit tags from their resource group and that reaching a budget limit triggers a notification alert without shutting down or stopping the resources.

Step-by-Step Solution

1
Evaluate the tag inheritance behavior for the virtual machines inside the tagged resource group.
Confirm that resources do not inherit tags from the resource group they reside in.
Azure resource tagging rules specify that tags applied to a resource group are not automatically inherited by the resources inside that group.
2
Evaluate the behavior of Azure Cost Management budget alerts when actual spending hits the threshold.
Determine that budget alerts generate notifications but do not stop, delete, or shut down resources.
Azure budgets are purely for cost monitoring and alerting; they do not enforce resource termination or stop services.
3
Identify the type of expenditure represented by cloud resource consumption.
Confirm that cloud spending is Operational Expenditure (OpEx), not Capital Expenditure (CapEx).
Cloud services operate on a consumption-based model, which aligns with OpEx where costs are billed dynamically as resources are used.

Key Concept

Azure resource tags do not inherit automatically to resources, and Cost Management budgets only trigger alerts without affecting resource status.
Rate this question