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...
A blog about Azure and Cloud Software Development