Question

Difficulty: Very hardAzure Subscription Management and Cost Control

Your company has a Microsoft Customer Agreement (MCA) billing account. The account includes a billing profile named BP-Finance. A subscription named Sub-Finance is linked to BP-Finance. You configure a budget for the BP-Finance billing profile scope to monitor monthly expenditures. You need to automate the deallocation of non-production virtual machines in Sub-Finance when the budget exceeds 80%80\%.

Is the following statement true or false?

You can configure an Azure Monitor action group directly on the BP-Finance billing profile budget to execute the deallocation runbook.

Answer: Answer

Answer

False
The correct answer is False because budgets configured at billing scopes (Billing Accounts, Billing Profiles, and Invoice Sections) do not support Azure Monitor action groups. Action groups, which are required to run automated runbooks or webhooks, can only be attached to budgets created at subscription or resource group scopes.

Step-by-Step Solution

1
Analyze the budget scope requested in the scenario.
The budget is configured at the billing profile scope (BP-Finance), which is a billing scope rather than a resource scope.
Billing scopes are used for invoicing and billing management, whereas subscriptions and resource groups are resource deployment scopes.
2
Evaluate the capabilities of budgets at billing scopes.
Budgets at billing scopes (Billing Account, Billing Profile, Invoice Section) only support email-based notifications.
Azure Monitor action groups require a resource-level context (like a subscription or resource group) to execute actions like Runbooks, Logic Apps, or Webhooks, which is not available directly at billing scopes.
3
Determine the truth value of the statement.
The statement is false because you cannot directly associate an Azure Monitor action group with a billing profile budget.
To achieve automated remediation, the budget would need to be created at the subscription or resource group scope, or an external automation process must poll the billing profile budget alerts.

Key Concept

Azure Cost Management budget scopes and action group support limitations
Estimated Time:1m 30s
Rate this question