You are configuring monitoring for an Azure subscription. Match each operational alerting requirement to the most appropriate Azure Monitor alert signal type and action group configuration.
- Detect when an administrator deletes a production virtual machine, and trigger a secure external API endpoint that requires Microsoft Entra ID authentication.Activity Log alert combined with an Action Group containing a Secure Webhook action.
- Monitor a virtual machine for CPU spikes exceeding and notify the operations team immediately, taking into account the rate limit of message per minutes.Metric alert combined with an Action Group containing an SMS notification action.
- Analyze database queries in a Log Analytics workspace and execute a recovery workflow when a specific error code appears more than times in a -minute interval.Log Search alert combined with an Action Group containing a Logic App action.
Cevap
The requirement for VM deletion matches with the Activity Log alert and Secure Webhook action. The CPU spike monitoring matches with the Metric alert and SMS action. The log analytics database error query matches with the Log Search alert and Logic App action.
The correct mapping pairs the Activity Log alert with the Secure Webhook for administrative tasks requiring authentication, the Metric alert with SMS for resource performance monitoring subject to standard rate limits, and the Log Search alert with Logic Apps for processing logs and orchestrating workflows.
Adım Adım Çözüm
Anahtar Kavram
Azure Monitor Alerts (Metric, Log Search, Activity Log) and Action Group actions (Secure Webhook, SMS, Logic App) have specific signal source mapping and behavioral/rate limits.