将 Azure 数据工厂管道 运行 事件记录到 Azure App Insights

Log Azure Data Factory Pipeline run events to Azure App Insights

有没有办法将具有状态的 ADF 管道 运行 事件发布到 App Insights?

据我所知,您可以在 ADF 中使用 Web Activity 在执行主要活动后调用 Application Insights REST API(或使用执行管道 Activity 执行您的根管道并获取它的状态或输出)。然后将它发送到 App Insights REST API。

更多详情,请参考此文档:https://www.ben-morris.com/using-azure-data-factory-with-the-application-insights-rest-api/