Azure Logic app : How to Send an Email with one or more attachments after getting the content from Blob storage?
问题 I want to read blob contents using azure logic app get blob contents connector and send that contents as attachment via email using azure logic app send email connector . Attachments could be one or more. Send email requires attachment data in following json format : [ { "ContentBytes": "@{body('Get_blob_content')}", "Name": "Test" } ] 回答1: You could add When a blob is added or modified (properties only) (Preview) as trigger to focus on the Container which you want to listen to. Then add Get