Forum Discussion
Aalekh
Apr 13, 2020Copper Contributor
Email data parsing
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.
YanivSh
Microsoft
Apr 13, 2020
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
- Thijs LecomteApr 14, 2020Bronze Contributor
Does this means you guys recommend using Functions instead of Logic Apps?
- YanivShApr 14, 2020
Microsoft
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.