You are designing the monitoring and notification architecture for an Azure environment. Match each operational requirement to the most appropriate Azure Monitor alert or notification configuration.
- Trigger a secure automation workflow in response to a resource group deletion, ensuring that the webhook receiver validates the caller's identity using Microsoft Entra ID.An Action Group with a Webhook action secured by a Microsoft Entra ID App Registration.
- Deliver immediate, non-intrusive notifications to administrators' mobile devices for CPU spikes on virtual machines located in a region where Azure SMS support is unavailable.An Action Group with an Azure App Push notification configured for targeted user accounts.
- Temporarily disable all Action Group notifications for a specific set of critical virtual machines during a scheduled weekly maintenance window.An Alert Processing Rule configured with notification suppression targeting the specific resources during scheduled hours.
- Configure an alert on a custom Log Analytics query that runs every 5 minutes, ensuring that only one notification is sent even if the query returns multiple distinct virtual machine failures.A Log Search Alert with the aggregation granularity set to 5 minutes and 'Split by dimensions' disabled.
Cevap
Triggering a secure Entra ID authenticated workflow matches with an Action Group with a Webhook action secured by a Microsoft Entra ID App Registration. Delivering mobile alerts where SMS is unavailable matches with an Action Group with an Azure App Push notification. Temporarily disabling notifications matches with an Alert Processing Rule configured with notification suppression. Creating one alert notification for multiple VM failures matches with a Log Search Alert with 'Split by dimensions' disabled.
Matching each scenario to the proper feature ensures secure communication, global reach, simplified maintenance scheduling, and structured log search alert consolidation.
Adım Adım Çözüm
Anahtar Kavram
Orchestrating Azure Monitor alerts involves choosing correct delivery channels, managing notifications using Alert Processing Rules, securing webhook actions, and configuring aggregation properties.
Tahmini Süre:3m 0s