Skip to main content

Posts

Showing posts from March, 2020

Azure blob Storage in Logic App with Access Policy using http / https connection -

Accessing Azure blob Storage in Logic App with Access Policy using http/https connection. For this, we will go to azure storage account, under container we will create two policy. 1DayAccess – Read , Create and Write permission on container with validity ReadAccessOnly – Read only permission on container. When we create Access Policy, we will also specify the Start and Expiry time of policy, the policy will work only during specified time interval. Once we have created the Access policy for Blob container, we will create Shared Access Signature for each policy. The SAS will be used to access the container for respective operations. Open Microsoft Azure Storage explorer, if don’t have storage explorer, you can download the tool and connect to your azure subscriptions. Right click the container à click Get Shared Access Signature Click required Access Policy, you will   be able to see list access policy defined. Click...

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.