An administrator is configuring Azure Monitor alerts and action groups to support automated operations and notifications. Match each operational requirement to the most appropriate Azure Monitor Action Group action type. Each action type may be used once, more than once, or not at all.
- Notify the owners of an Azure subscription whenever an alert triggers on any resource within the subscription.Email Azure Resource Manager Role action
- Send a push notification directly to an administrator's mobile device via the Azure mobile app.Email/SMS/Push/Voice action
- Invoke a script in Azure Automation to automatically restart a virtual machine when it becomes unresponsive.Automation Runbook action
- Deliver a JSON alert payload to an internal API endpoint that requires Microsoft Entra ID authentication.Secure Webhook action
Answer
The requirement to notify subscription owners matches the Email Azure Resource Manager Role action. The requirement to send push notifications to the mobile app matches the Email/SMS/Push/Voice action. The requirement to invoke a script in Azure Automation matches the Automation Runbook action. The requirement to deliver a payload requiring Entra ID authentication matches the Secure Webhook action.
Each requirement is mapped to its most specific and functional Action Group action type. Subscription owners are notified using the Email Azure Resource Manager Role action. Push notifications are configured via the Email/SMS/Push/Voice action. Remediation scripts are executed using the Automation Runbook action. Authenticated API calls are handled via the Secure Webhook action.
Step-by-Step Solution
Key Concept
Azure Monitor Action Groups support various action types (receivers) to dispatch notifications or execute automated remediation tasks when alerts trigger.