You are implementing an alert rule in Azure Monitor to detect when an Azure App Service web app exceeds its allocated memory limit. When the alert fires, you want to send an email notification to the operations team and trigger a webhook.
Which Azure Monitor resource must you configure and associate with the alert rule to define these notification and routing actions?
- An Action GroupCevap
- BAn Autoscale setting
- CA Diagnostic setting
- DA Key Vault access policy
Cevap
An Action Group
The correct answer is the option stating 'An Action Group'. In Azure Monitor, an Action Group is a reusable collection of notification preferences (such as email, SMS, or voice) and actions (such as webhooks, Azure Functions, or Logic Apps) that can be triggered when an alert rule is activated.
Adım Adım Çözüm
Anahtar Kavram
Azure Monitor Action Groups define a collection of notification preferences and actions to execute when an alert triggers.