An enterprise administrator configures a budget in Azure Cost Management to monitor spending on virtual machines. The administrator wants to configure the budget so that when the cumulative cost reaches of the budgeted amount, an automated script runs to stop all non-essential virtual machines. What should the administrator associate with the budget alert to achieve this automation?
- AA ReadOnly resource lock
- BAn Azure Policy definition
- An Azure Action GroupCevap
- DA resource tag applied to the resource group
Cevap
An Azure Action Group
The correct answer is the option that specifies using an Azure Action Group. Azure Cost Management budgets can trigger alerts based on actual or forecasted spending. When these thresholds are crossed, the budget configuration can call an Azure Action Group, which can execute automation scripts (such as Azure Functions or Automation runbooks) to shut down virtual machines and prevent further cost accumulation.
Adım Adım Çözüm
Anahtar Kavram
Azure Cost Management integrates with Azure Action Groups to enable automated responses to budget alerts.