Can Azure data factory be hooked up to Application insights?

Nutmix 36 Reputation points
2021-03-12T17:39:34.82+00:00

We would like to monitor/log/alert on the data factory pipelines. Can this be done with Application insights?

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

2 answers

Sort by: Most helpful
  1. KranthiPakala-MSFT 46,422 Reputation points Microsoft Employee
    2021-03-12T18:04:17.547+00:00

    Hi @Nutmix ,

    Thanks for your query. Azure Data Factory (ADF) can write diagnostic logs in Azure Monitor. Yes, with Monitor, you can route diagnostic logs for analysis to multiple different targets like Storage Account, Event Hub and Log Analytics.

    The ADF integration with Azure Monitor will help you to write complex queries on a rich set of metrics that are published by Data Factory to Monitor. You can create custom alerts on these queries via Monitor. You can monitor across data factories. You can route data from multiple data factories to a single Monitor workspace.

    For more information, please refer to this documentation: Monitor and Alert Data Factory by using Azure Monitor

    Hope this info helps.

    ----------

    Please don’t forget to Accept Answer and Up-Vote wherever the information provided helps you, this can be beneficial to other community members.

    2 people found this answer helpful.

  2. Chris Pollock 11 Reputation points
    2021-10-08T20:25:40.457+00:00

    You can send the logs to Log Analytics. And then from there you can get down to the activity level. We've been able to get fairly accurate costs per activity (except an issue where some activities are not showing the Succeeded records in log analytics).

    Here's how you can configure you're ADF to send logs to a Log Analytics workspace, Storage Account (not sure of the format), or an Event Hub.

    1 person found this answer helpful.
    0 comments No comments