Venkata Deevela
My feedback
-
257 votes
An error occurred while saving the comment
New and returning users may sign in
No results.
Clear search resultsWe have made changes to increase our security and have reset your password.
We've just sent you an email to . Click the link to create a password, then come back here and sign in.
It is very nice to have requirement if I get send email activity in ADF.
My requirement is to send an email from Azure Data Factory. This email is just not a simple email. This feature should have the following:
- Generate data extract from some table into XML/Excel/JSON etc..
- Email feature should me in such a way that - Choose metadata like From, TO, CC, Body, Attachment, etc. to be sent to receivers.
Right now my alternative is
- I am building an Azure function to build the attachment file XML/Excel/CSV whatever.
- I configured SendGrid as email service in this case
- Invoking SendGrid in .Net API with Nuget installation
- Writing code to attach the file and send email.