azure storage account blob - using http and sas to access your container
To list a blob via https and using your browser, first generate the SAS key from your azure storage account. Then wire up the following HTTP request as shown below:
https://functionrg94ba.blob.core.windows.net/your-storage-container-name?restype=container&comp=list&your-sas-generated-key
You should be able to get back some xml
Comments