Перейти к содержимому

How to Send an email from Azure Data Factory on File Creation or Deletion in Blob Storage - ADF

TechBrothersIT

0:00 / 0:00

How to Send an email from Azure Data Factory on File Creation or Deletion in Blob Storage - ADF

4 563 просмотра · 4 года назад
TechBrothersIT
94,3 тыс. подписчиков
4 563 просмотра · 4 года назад
How to send an email from Azure Data Factory on File Creation or Deletion in Blob Storage - ADF Tutorial 2021, in this video we are going to learn How to send an email from Azure Data Factory on File Creation or Deletion in Blob Storage- ADF Tutorial 2021, Azure Data Factory Step by Step - ADF Tutorial 2021 - ADF Tutorial 2021 Step by Step ADF Tutorial - Azure Data Factory Tutorial 2021 Azure Data Factory Tutorial for beginners Azure Data Factory Tutorial 2021 Step by step Azure Data Factory Tutorial Real-time Azure Data Factory Tutorial Scenario-based training on Azure Data Factory Best ADF Tutorial on youtube Codes Used in the Video: @triggerBody().fileName @triggerBody().folderPath { "pipelinename":"@{pipeline().Pipeline}", "container": "@{pipeline().parameters.ContainName}", "filename":" @{pipeline().parameters.FileName}" } Log Apps Payload { "properties": { "container": { "type": "string" }, "filename": { "type": "string" }, "pipelinename": { "type": "string" } }, "type": "object" } Boy of Email Hi, Below file has been created/delete in below folder. Pipelinename:@{triggerBody()?['pipelinename']} Container Name:@{triggerBody()?['container']} FileName: @{triggerBody()?['filename']} Thanks TechbrotherIT LLC #AzureDataFactory #ADFTutorial2021