You are designing a monitoring solution for an Azure-hosted web application. You configure an Azure Monitor Action Group to respond to alerts. You need to select the action types that you can add directly to the Action Group to execute notifications or trigger remediation processes. Which two action types should you select?
- Email Azure Resource Manager RoleAnswer
- Azure FunctionAnswer
- CAzure Event Grid topic publication
- DAzure Cache for Redis insertion
Answer
The supported action types that can be directly added to the Action Group are Email Azure Resource Manager Role and Azure Function.
Azure Monitor Action Groups support direct actions for both notifications and automation. 'Email Azure Resource Manager Role' is a supported notification action that sends emails to members of selected subscription roles. 'Azure Function' is a supported automation action that allows you to run serverless code in response to an alert.
Step-by-Step Solution
Key Concept
Supported action types and receivers in Azure Monitor Action Groups