Discussions

Ask a Question
Back to All

how can we allow medstack storage SAS token to allow read from all IPs in the world

I use the following url to read some file I saved in medstack (I'm replacing sensitve date with curly brackets {vars}:

https://{storage-account-name}.blob.core.windows.net/{container-name}/{blob-name}.jpg?sp=r&sv=2018-11-09&sr=c&st=2022-07-13T16%3A09%3A00Z&se={expires}&spr=https&sig={secret}

This only works for allowed IPs declared in the "Allowed IP's" tab. How can I open this to everyone with the link?