Highlight
Deep-dive episode on implementing end-2-end email notifications in Azure Data Factory. In this episode I will describe out of the box options with Azure Monitor and explain why Logic Apps are better choice.
Intro
Code samples: https://github.com/MarczakIO/azure4everyone-samples/tree/master/azure-data-factory-send-email-notifications
Agenda
- 00:00 Introduction & emailing options
- 01:08 Azure Monitor overview
- 03:42 Web Activities with Azure Logic Apps
- 05:21 Demo Setup Overview
- 06:20 Setting up a connection between ADF & Logic Apps
- 13:21 Setting up an email & a test pipeline
- 16:50 Customizing emails
- 21:14 Error handling
- 27:06 Key Notes
Video
Next steps for you after watching the video
- Web activity documentation for ADF
- Logic App HTTP Triggers documentation
- Securing Logic Apps