Forum Discussion
DGMalcolm
Nov 12, 2021Iron Contributor
Simplest way to get email notifications for Analytics Rules
Taking over for a recent employee departure and totally new to the Azure Sentinel space. A couple years of Azure experience so I can get around. I see that the previous admin enabled a bunch of a...
- Nov 13, 2021The easiest way would be to create a small playbook that generates and sends an email on incident/alert generation. There is an example here - https://github.com/Azure/Azure-Sentinel/tree/master/Playbooks/Send-email-with-formatted-incident-report (I haven't used it personally but there are a heap of examples around).
Then in your analytics rule create an automation rule that triggers the playbook on alert generation.
DGMalcolm
Nov 15, 2021Iron Contributor
Great, thank you. This looks entirely doable - even by a rookie like me.