Earlier this week, I posted about generating service-level shared access signature token for azure blob storage service. As you may have noticed, the shared access signature (SAS) token was generated by specifying the permission type we want on the resource, signature validity start time and expire time. The SAS token...
[Read More]
Generate SAS token for azure blob
with azure PowerShell
Some scenarios require to use shared access signature (SAS) for accessing storage blob without revealing the storage account key. A few possible scenarios that I would like to mention are: Copying data from blob to azure SQL database Deploying linked ARM templates Grant limited temporary access on storage resources without...
[Read More]