Azure Data Factory is a fully managed, cloud-based data orchestration service that enables data movement and transformation. We setup Data Factory Pipeline to transfer data or transform data with the help of data set and linked service. You can monitor the pipeline runtime and trigger runtime from the Authoring Tool. The authoring tool has features of monitor Azure Data Factory Pipeline.
Monitor Azure Data Factory Pipeline
Click on the Monitor link available in the Authoring Tool to monitor the data factory. It will show all the pipelines with their status. Status indicated by Succeed or by Failure. In case of the error in the pipeline execution, you will have the error message details.
For a specific pipeline, we can view the Activity by click on the “View Activity Runs”
View Activity option shows the detailed of activity along with their actions.
You can rerun the pipeline from the pipeline details screen as well.
Monitoring for Authoring tool provides you detailed insights for the pipeline runtime and you can explore it further. Also, you can set up custom alerts and metrics for detailed diagnostics.
Pingback: Exploring Azure Data Factory Activity Execution Details - Daily .NET Tips