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
- Host: GitHub
- URL: https://github.com/nitor-infotech-oss/adf-send-notification
- Owner: nitor-infotech-oss
- Created: 2020-12-15T13:43:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-24T07:46:39.000Z (almost 5 years ago)
- Last Synced: 2025-02-01T09:22:31.849Z (8 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- Create send grid account and register sender email
- Use the comitted code to create azure function in python langauge
- deploy the azure function to azure portal
- Create data factory and add web activity to trigger the azure function
- Use the deployed function URL and configure it in Data Factory web activity.
- Parameters can be passed to azure function from web activity using post or get method.