You are setting up monitoring for an Azure App Service web app. You create an Azure Monitor metric alert rule to detect when the HTTP Server Errors count exceeds a specified threshold. You need to ensure that an email notification is automatically sent to the operations team when the alert fires. Which Azure Monitor component must you configure to define the email notification recipient and delivery channel?
- An Action GroupCevap
- BAn Autoscale Rule
- CAn Application Insights Connection String
- DA Log Analytics Workspace with a Kusto Query Language (KQL) query
Cevap
An Action Group
The correct option is the Action Group. In Azure Monitor, alert rules are separated from the actions they trigger. Alert rules specify the conditions (like a metric exceeding a threshold), while Action Groups define the receiver list (such as email addresses, SMS, or webhooks) and actions to execute when the alert state changes.
Adım Adım Çözüm
Anahtar Kavram
Azure Monitor Action Groups define the notification preferences and action channels (such as Email, SMS, Push, Voice, Webhooks, or Automation Runbooks) associated with an alert rule.
Tahmini Süre:45s