Apr 13 2020
07:04 AM
- last edited on
Dec 23 2021
10:02 AM
by
TechCommunityAP
Apr 13 2020
07:04 AM
- last edited on
Dec 23 2021
10:02 AM
by
TechCommunityAP
Hello, recently I was trying to get data of my azure sentinel alerts on my email using playbook but the main issue is how to get the desired field in the email.
Apr 13 2020 07:15 AM
Apr 13 2020 11:31 AM
Also we can add @Jon Nordström azure function that is more cost effective and tested in large scale
https://github.com/OfficeDev/O365-ActivityFeed-AzureFunction/tree/master/Sentinel/msgtrace
here is the data schema
Apr 13 2020 11:09 PM
Does this means you guys recommend using Functions instead of Logic Apps?
Apr 13 2020 11:17 PM
@Thijs Lecomte this is two different method that works with the same exchange API.
if dealing with transferring a lot of data, function will be more cost effective.
logic app has its own advantages, like debugging.