Search code examples
containersazure-blob-storageazure-logic-apps

how to send files by email from azure blob storage using azure logic apps?


I'm trying to get the files from container in azure storage and to send it to my personnel email using logic app : this is my template in logic app designer :

enter image description here

enter image description here

enter image description here

and this is my container :

enter image description here

and this the error that I got in my template in logic app designer : The specifed resource name contains invalid characters.

this is the screenshot of the error :

enter image description here


Solution

  • After reproducing from our end while in Get blob content (V2) you've mentioned Blob to be 'Name', but it refers to mention path to the blob. Hence, This was working after changing Blob from Name to Path.

    enter image description here

    RESULTS:

    enter image description here