An administrator creates a monthly budget named `Dev-Budget` for an Azure subscription. The budget is set to 475, but no email notifications are received. What is the most likely cause of this issue?
- AThe budget inherits a default configuration that automatically routes alerts only to the Account Administrator.
- BThe subscription has a ReadOnly resource lock applied, which prevents Azure Cost Management from processing the budget metrics.
- The administrator did not specify email recipients or associate an action group with the budget alert thresholds.Answer
- DThe administrator lacks a specific Azure RBAC role at the subscription level, which blocks automated system emails from being delivered.
Answer
The administrator did not configure any email recipients or action groups for the budget alert thresholds.
The correct answer is that no email recipients or action groups were configured. Azure Cost Management budgets do not have default notification paths. When configuring a budget threshold (such as 90% of the budget), the administrator must explicitly enter email addresses or associate an action group to receive the notification.
Step-by-Step Solution
Key Concept
Azure budgets require explicit configuration of email recipients or action groups at the threshold level to send notifications.