You are configuring an Azure Monitor alert rule to notify your operations team when a critical application error occurs. You need to configure the Azure Monitor Action Group that will handle the response.
Which of the following actions are supported directly within an Azure Monitor Action Group? (Select two).
- Sending an email notification to users assigned to a specific Azure Resource Manager (ARM) RoleAnswer
- Triggering an Azure Function to execute a custom remediation workflowAnswer
- CAutomatically scaling out an Azure App Service instance based on CPU threshold metrics defined in the Action Group
- DAccessing and retrieving secrets directly from Azure Key Vault to authorize external webhook notifications
Answer
Sending an email notification to users assigned to a specific Azure Resource Manager (ARM) Role and Triggering an Azure Function to execute a custom remediation workflow
Azure Monitor Action Groups natively support sending email notifications to members assigned to specific Azure Resource Manager (ARM) roles, as well as triggering Azure Functions to execute custom automation code.
Step-by-Step Solution
Key Concept
Azure Monitor Action Groups define a collection of notification preferences and actions to execute when an alert is triggered, supporting native integrations with email, ARM roles, Azure Functions, Logic Apps, and Webhooks.