billboard
billboard

Reputation: 915

Log Azure Data Factory Pipeline run events to Azure App Insights

Is there a way to publish ADF pipeline run events with status to App Insights?

Upvotes: 1

Views: 1794

Answers (1)

Jay Gong
Jay Gong

Reputation: 23782

Per my knowledge, you could use Web Activity in the ADF to invoke the Application Insights REST API after execution of your main activities(Or using Execute Pipeline Activity to execute your root pipeline and get the status or output of it).Then send it to App Insights REST API.

More details,please refer to this document:https://www.ben-morris.com/using-azure-data-factory-with-the-application-insights-rest-api/

Upvotes: 2

Related Questions