How to quickly test if a Azure Blob storage Blob sas key works
Try to update a file called "alerting.jpg" to a blob container.
Then get the full path of the blob file. For example it could be :-
https://mystorage.blob.core.windows.net/batch/alerting.jpg
then append your sas key to the this uri.
https://devsapmtgdsdataextracts.blob.core.windows.net/batch/alerting.jpg?sv=2017-07-29&ss=b&srt=sco&sp=rl&se=2099-12-31&st=2018-03-21&spr=https,http&sig=someweirdkey
And once you combined it, just paste it into your browser. You should be able to access and load the file if your SAS key is legit.
Comments