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 USD on the resource group with a notification alert set at of the threshold.
Which of the following statements about the tags and budget behavior in this scenario are correct? (Select TWO)
- 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
- 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
- CThe virtual machines automatically inherit the Department: Finance tag from the resource group because tags are applied hierarchically.
- DWhen 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
Key Concept
Azure resource tags do not inherit automatically to resources, and Cost Management budgets only trigger alerts without affecting resource status.