Method to put alerts on long running azure data factory pipeline
问题 I have some data factory pipelines which may sometimes run beyond 2 hours when copying data from blob into SQL. The time period is variable, but I'd like to be notified/alerted when any pipeline runs beyond 2 hours. What are possible ways of doing this? What I have tried so far: Explored the adf metrics on which I can put an alert rule. But there seems to be none which talks about active run's duration. I was hoping to get Pipeline's duration value as we see it on the monitor tab in adf.azure