'Azure Dynamic Email Notification to user Who uploaded the file to SFTP Azure

I have question about Azure Notification email, for example Azure have 2 users only

  1. FILE ABC.csv uploaded by [email protected] to sftp azure, and when done processing piplein the notification will only sent to [email protected] only. Albert will not received the email.

is it possible to do it on Azure?



Solution 1:[1]

You can achieve this by using Azure Function & Azure Logic App

Here I am using the Azure Logic App: Create a Logic App with Consumption Plan & click the Blank Logic App

Search SFTP connector in Search Bar enter image description here

Click any one of the above Triggers and Add SFTP details in a trigger.

enter image description here

After adding your SFTP details try to add the Office Outlook 365 connector.

Add [email protected] and [email protected] to address and add the Added/Modified File details in a body and subject. enter image description here

Refer here for Send Emails in Azure Function using SendGrid.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 HariKrishnaRajoli-MT