I want to create a function app to dynamically get Blob contents which are getting stored in a container in my storage account. The function app should be able to send the blob contents as an attachment via mail.
Any idea if this is possible?
Thanks!