Reputation: 47
I know that you can send email alerts for a Data Factory pipeline using Azure Monitoring AND that you can send custom emails using a Logic App and the http request trigger. Is there another simpler way to send an email to alert someone when a pipeline fails with the details of the error message included?
Upvotes: 2
Views: 4951
Reputation: 60
There are multiple ways of sending emails but I would suggest to use logic apps as the easiest.
You can even run a C# code using custom activity in ADF but it has to be build and deployed to a container and then you have to point this util/exe file in Data Factory -> [https://learn.microsoft.com/en-us/azure/data-factory/transform-data-using-custom-activity][1]
Upvotes: 0
Reputation: 733
Yes you can, but this method would be complex than creating a logic app or configuring default email alerts
Any reason for skipping traditional method of sending email from Azure? Maybe I can help
Thanks!
Upvotes: 1