Trigger the Execution of an ADF Pipeline from an Email


Introduction

The problem statement is to execute a Data Factory Pipeline automatically every time an email is received with a predefined subject and an attachment file. The attachment file needs to be used in the Azure Data Factory Pipeline execution.

Here are the Azure Resources used:

Azure Data Factory Azure Storage Azure Logic App Steps

I will explain the step-by-step process to design a Data Factory pipeline to be executed automatically with the attachment text file received through email. The Logic App workflow will be used to retrieve the mail attachment and save it in Azure Storage. An