A cloud-based identity and access management service for securing user authentication and resource access
Welcome to Microsoft Q&A,
@MOD Administrator there is no "email alert" button for workload identities in the portal, your best approach is to leverage Diagnostic Settings to send ServicePrincipalRiskEvents to a Log Analytics Workspace, and then create an Azure Monitor Alert Rule based on a KQL query.
Personally, my favorite way to do it is using Diagnostic Settings then send to Log Analytics;
Step by step would look like this for example;
You need to send the Workload Identity Risk data to a destination where you can build an alert.
- Go to the Microsoft Entra admin center.
- Navigate to Identity > Monitoring & health > Diagnostic settings.
- Select Add diagnostic setting.
- Give your setting a name (e.g.,
WorkloadIdentityRisk_Alerts). - Under Logs, select the category:
ServicePrincipalRiskEvents. - Under Destination details, check Send to Log Analytics workspace and choose your desired workspace.
Let me know if you need further assistance.
😊 If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily. Thanks!