How to Monitor the Run of a Pipeline Triggered by a Web Activity in Azure Synapse/Data Factory?

Kunal Kishore 0 Reputation points
2024-07-23T10:14:28.4866667+00:00

I'm using Azure Synapse Analytics and have a pipeline that is triggered by a Web Activity. I want to monitor the run of this pipeline to check its status and debug any issues.

Where can I find the monitoring options or logs specific to the pipeline runs initiated by a Web Activity?

Any guidance or references to the appropriate documentation would be appreciated.

User's image

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,694 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,188 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nandan Hegde 31,511 Reputation points MVP
    2024-07-23T10:53:36.78+00:00

    You can go to the monitor tab within synapse/ADF to check the logs of the pipeline runs triggered via REST APIs

    https://learn.microsoft.com/en-us/azure/synapse-analytics/monitoring/how-to-monitor-pipeline-runs

    0 comments No comments