Question

Difficulty: EasyImplement Azure Monitor Alerts and Action Groups

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?

  1. Email Azure Resource Manager RoleAnswer
  2. Azure FunctionAnswer
  3. C
    Azure Event Grid topic publication
  4. D
    Azure 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

1
Review the direct notification action types supported by Azure Monitor Action Groups.
Identify that Email Azure Resource Manager Role is a native notification option.
Action Groups allow notifying subscription-level roles such as Owner, Contributor, or Reader.
2
Review the direct automation action types supported by Azure Monitor Action Groups.
Identify that Azure Function is a native automation option.
Azure Functions allow executing custom serverless code directly when the alert is triggered.

Key Concept

Supported action types and receivers in Azure Monitor Action Groups
Rate this question