Share via

ADF notification

arkiboys 9,711 Reputation points
2022-04-01T08:21:08.25+00:00

At the end of my ADF, I would like to notify external application that ADF has completed and files are loaded into data-lake.
I am thinking of using a web activity as the last activity in ADF. The web activity perhaps can call a url which accepts two parameters
param1 --> dataName
param2 --> status

param1 is when the ADF tells the url which loadName is sending a message about
param2 is when ADF tells url that the loadName was success or failure.

perhaps the url calls the necessary external application specific to the success of the loadName

1- Am I on the right track?
2- Is this the simplest way to let other external apps that ADF has completed the task?

Thank you

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.


Answer accepted by question author

Pratik Somaiya 4,211 Reputation points Volunteer Moderator
2022-04-01T09:55:56.993+00:00

Hello @arkiboys

Yes, you can use a Web Activity to perform this operation

A similar kind of implementation is used in this article, wherein a channel in Microsoft Teams is notified of the ADF status

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.