Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (13.1k points)
Can anyone help me how I can able to generate the SAS token and use it for Blob storage for uploading files in it?

1 Answer

0 votes
by (26.7k points)

In able to manage the Blob storage using SAS token, we need to Query the SAS token string. So, the request URL will look like this:

https://<AccountName>.blob.core.windows.net/<ContainerName>/test.json?<your sas token>

I hope this will help.

Want to become an Azure expert? join Azure Developer certification now!!

Browse Categories

...