Dynamically send blobs from azure storage account to email using azure logic apps

∥☆過路亽.° 提交于 2021-01-29 09:31:22

问题


I have files getting stored in my Azure Blob storage account regularly. I want to send these blob file contents as attachments via email. I have established a workflow using Azure Logic Apps.

Here's the workflow:

Here's the workflow

I am able to send the blob file, but I need to specify the name of the file always. Is there any way I can get all the file contents dynamically without having to specify the name manually?


回答1:


Just add Get Blob Metadata using path action to get the name of your file:



来源:https://stackoverflow.com/questions/64377100/dynamically-send-blobs-from-azure-storage-account-to-email-using-azure-logic-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!