@Anonymous Thanks for posting your query on Microsoft Q&A.
You can create a Shared Access Signature (SAS) token for a specific container by following these steps:
- Open the Azure Storage Explorer app on your local machine and navigate to your connected Storage Accounts.
- Expand the Storage Accounts node and select Blob Containers.
- Expand the Blob Containers node and right-click the container node you want to create a SAS token for.
- Select
Get Shared Access Signature
from the options menu. - In the Shared Access Signature window, select your Access policy (the default is none).
- Specify the signed key Start and Expiry date and time. Select the Time zone for the Start and Expiry date and time (default is Local)
- Define your container Permissions by selecting the Read, Write, List, and Delete checkboxes.
- Review and select Create.
- A new window will appear with the Container name, SAS URL, and Query string for your container.
- Copy and paste the SAS URL and query string values in a secure location. They'll only be displayed once and can't be retrieved once the window is closed.
You can also generate a SAS URI using Azure Portal, Azure PowerShell, or Azure CLI.
Reference documentation:
- Create SAS tokens for storage containers
- Create a user delegation SAS for a container or blob with the Azure CLI
- Grant limited access to Azure Storage resources using shared access signatures (SAS)
- Get the SAS for a blob container using Storage Explorer
- Download and install Storage Explorer
Hope this helps.
If you have any questions or if my understanding of your question is not correct, please let me know in the "comments" and I would be happy to investigate further. Comment is the fastest way of notifying the experts on Microsoft Q&A.
If this helps, please 'Accept answer' so that it can help others in the community looking for help on the same topic.