Hi,
How is it possible on completion of the adf job, to notify a separate program (an angular program for example) that the data is ready or something like that?
Thank you
Hi,
How is it possible on completion of the adf job, to notify a separate program (an angular program for example) that the data is ready or something like that?
Thank you
Hello @arkiboys,
Following up to see if the below suggestion was helpful. And, if you have any further query do let us know.
Please don't forget to click on or upvote
button whenever the information provided helps you.
Hello @arkiboys
You can use a Web Activity to signal the program that the ADF is completed and the program can start its execution
You can place the Web Activity on succeed output of an ADF activity and when the activity succeeds it will then trigger Logic app and will execute your code
Your custom code can be published to an App Service and can be used inside a Logic App
Hi @arkiboys, the other alternative approach is to use Azure functions(preferably durable functions) and REST API call to get the completion status
/notification and call Azure functions in Angular.
9 people are following this question.