Your company has an Azure subscription named `Sub-Finance-01` that contains a resource group named `rg-reporting`. You need to implement a cost control and governance strategy for `rg-reporting` that meets the following requirements:
* Send an email notification to the billing team when the resource group's monthly spending reaches $8,000.
* Prevent any virtual machines in `rg-reporting` from being deleted.
* Allow users to continue starting, stopping, and resizing the virtual machines in `rg-reporting`.
Which two actions should you perform? (Select two.)
- Create a monthly budget of $10,000 at the rg-reporting scope, configure an alert threshold at 80% of the budget, and specify the billing team's email address in the alert settings.Cevap
- Apply a CanNotDelete lock to rg-reporting.Cevap
- CApply a ReadOnly lock to rg-reporting.
- DCreate a monthly budget of $8,000 at the rg-reporting scope, but do not configure any alert thresholds or action groups.
- EAssign a custom Azure RBAC role with a Deny action for virtual machine deletion to the users.
Cevap
To meet the requirements, you must apply a CanNotDelete resource lock to the resource group, and create a monthly budget of $10,000 with an alert threshold of 80% configured with the billing team's email address.
The correct actions are to apply a CanNotDelete lock to the resource group and configure a monthly budget with an alert threshold of 80% ( 10,000 budget correctly alerts the billing team when spending reaches $8,000.
Adım Adım Çözüm
Anahtar Kavram
Azure Budgets and Resource Locks are used together to govern resource costs and operations. CanNotDelete locks prevent deletion while allowing resource management actions, whereas budgets notify administrators of cost thresholds without blocking operations.
Tahmini Süre:1m 30s