An administrator configures an Azure Monitor action group to send email notifications to the members of a custom Azure subscription role named Ops-Admin. The custom role is assigned to a Microsoft Entra ID security group named Ops-Group. Several users are members of Ops-Group, but none of them are directly assigned the custom role. When an alert triggers, none of the members of Ops-Group receive the email notifications. What should you do to ensure the members receive the emails?
- AModify the action group configuration to target the Object ID of the security group directly.
- BConfigure an alert processing rule to forward the alerts to the security group.
- Assign the custom role directly to the individual users rather than the security group.Answer
- DEnable the Common Alert Schema setting on the action group action.
Answer
Assign the custom role directly to the individual users rather than the security group.
The correct option is to assign the custom role directly to the individual users. The Email Azure Resource Manager Role action in Azure Monitor action groups only sends email to Microsoft Entra ID users who are directly assigned the role. It does not support resolving members of Microsoft Entra ID groups that hold the role assignment.
Step-by-Step Solution
Key Concept
Azure Monitor Action Group Role Receiver Limitations