Reputation: 66
I wanted to connect to azure blob, get the file, read the contents of the file and send the content of the file through through an email.
Here is a picture description below.
NOTE : in the picture i want the content to be sent via the "Body" in the email.
Thanks for the help.
Upvotes: 0
Views: 2204
Reputation: 66
I dabbled with Azure logic apps to solve the last problem i posted ( i.e. How to dynamically get the file content from azure blob storage without specifically giving it the file name ). The answer was, just to pass the "Get blob content using path" connector instead of using "Get blob content " connector.
As an example, i've attached a picture below. In the picture - i'm trying to solve a problem : How to get and Parse(in to JSON) a csv file content loaded from azure blob storage and send the parsed file content into to my email.
NOTE: the parsing from csv to JSON is a custom azure function
If anybody wants the parsing azure function code, i can post it underneath later.
Hope this could help for anyone looking to solve the same kind of problem.
Upvotes: 0