Skip to main content

Accessing Azure blob Storage in Logic App using Azure Blog Storage connection



Accessing Azure blob Storage in Logic App using Azure Blog Storage connection. 


1.       In Logic App, click Add an Action
2.       Search “Azure Blob Storage Connection”
3.       Select require action – Create , Copy, Delete…etc
4.       Create Connection to Azure Blog using your available subscription.

Once you are connected to storage account, you will be able to see list of container available and select the value for Folder Path.

Folder Path : name of container
Blob Name : name of file or blob
Blob Content : content of file or blob




Now if you run this logic app using your specified trigger point then you will be able to see new blob created or deleted based on action specified in blob.

Comments