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 :
and this is my container :
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 :
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
.
RESULTS: