How to send notification when we have multilple activities in a single pipeline (ADF)

priya s 1 Reputation point
2022-09-07T04:11:44.907+00:00

I have a requirement where I am using 3 copy activities. I Should get notified when any of the copy activity fails with the error message and other information about the respective copy activity using web activity.

Thanks in advance.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,599 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nandan Hegde 29,891 Reputation points MVP
    2022-09-07T05:13:13.867+00:00

    Hey,
    Please refer the below blog:
    https://datasharkx.wordpress.com/2021/08/19/error-logging-and-the-art-of-avoiding-redundant-activities-in-azure-data-factory/

    238427-image.png

    at the end of final set variable activity, you can add a web activity at the end to trigger the logic app to send an email notification

    0 comments No comments