Getting Started with Azure Data Factory - Insert Pipeline details in Custom Monitoring Table
Monitoring of any system/application's health and performance plays very important role in an Enterprise , as you get insight about what is happening with the applications and can prevent from major losses by enabling better/corrective decision. Microsoft has provided inbuilt Monitoring feature within Azure Data Factory where you gets details about the each Pipeline which is run and also details about the activity inside the pipeline. As can be seen lot of details are made available at both the levels,RunID, Starttime, status, name, duration etc. and at activity level you can even see input and output of that particular activity. So the question might arise why need of Custom monitoring table? 1. Currently the pipeline run data retention is only for 45 days , then after data would be no more available. 2. Support for User defined properties -- all the details which we see is system properties but what about other than those, i.e. User defined p...