An open API service indexing awesome lists of open source software.

https://github.com/nitor-infotech-oss/adf-send-notification


https://github.com/nitor-infotech-oss/adf-send-notification

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# adf-send-notification

Using this code, we can send email notification from data factory using sendgrid email SMTP relay and azure function


Please follow below steps to send email notification from data factory


  1. Create send grid account and register sender email

  2. Use the comitted code to create azure function in python langauge

  3. deploy the azure function to azure portal

  4. Create data factory and add web activity to trigger the azure function

  5. Use the deployed function URL and configure it in Data Factory web activity.

  6. Parameters can be passed to azure function from web activity using post or get method.