An organization wants to manage its cloud spend in Azure. They set up an Azure Cost Management budget at the subscription scope. The requirement is to send an email notification to the finance department when the subscription's actual cost exceeds of the budget. Additionally, if the actual cost exceeds , the organization wants to automatically trigger a script that shuts down dev/test virtual machines to halt further spending. Which of the following budget configurations should the organization use?
- Configure one budget alert for the threshold to send an email notification, and configure another budget alert for the threshold to trigger an Azure Action Group that executes an automation runbook.Cevap
- BApply a custom tag named `BudgetStop` to the resource group containing the virtual machines, assuming the virtual machines will inherit the tag and automatically shut down when the subscription budget limit is exceeded.
- CConfigure the threshold to send an email notification, and configure the threshold to automatically apply a ReadOnly resource lock to the subscription to stop ongoing compute charges.
- DConfigure a Capital Expenditure (CapEx) budget limit that automatically stops subscription billing and halts resource execution once the threshold is crossed.
Cevap
Configure one budget alert for the threshold to send an email notification, and configure another budget alert for the threshold to trigger an Azure Action Group that executes an automation runbook.
The correct configuration uses Azure Cost Management's native capability to set multiple budget alert thresholds. The threshold at sends a standard email notification, and the threshold at triggers an Azure Action Group. This Action Group executes an automation runbook containing the script to shut down the virtual machines, completing the automation workflow.
Adım Adım Çözüm
Anahtar Kavram
Azure Cost Management budgets can trigger notifications and integrate with Azure Action Groups to execute automated scripts for cost containment.
Tahmini Süre:2m 0s