
Azure Data Factory Cookbook
By :

When a failure in data processing happens, we have to react as fast as possible to avoid impacting downstream processes. Azure Data Factory gives us tools to automate monitoring by setting up alerts to inform the engineers when there is a problem. We already introduced a custom email alert in the Branching and chaining recipe in Chapter 2, Orchestration and Control Flow. It sent a notification if that particular pipeline failed. In this chapter, we shall create an alert that will notify on-call engineers via email or a phone call whenever any of the pipelines in our data factory have a problem.
In order to follow this recipe and configure the alerts, we first need to register with the Insights resource provider:
microsoft.insights...