question

OmerAnisfeld-7157 avatar image
1 Vote"
OmerAnisfeld-7157 asked SumanthMarigowda-MSFT commented

hot to use portal of Azure Blob Storage to create Shared Access Signatures and use Stored Access Policies?

hot to use the portal (no API) of Azure Blob Storage to create Shared Access Signatures and use Stored Access Policies?
i found this tutorial https://www.red-gate.com/simple-talk/cloud/platform-as-a-service/azure-blob-storage-part-9-shared-access-signatures/ but it requires API and i want to do it from the portal UI

azure-storage-accountsazure-blob-storage
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

learn2skills avatar image
0 Votes"
learn2skills answered OmerAnisfeld-7157 commented

Hi @OmerAnisfeld-7157

Create a shared access signature (SAS) using a stored access policy in Azure Portal, This feature is not there yet available.
It is already answered referred to https://stackoverflow.com/questions/49183736/how-to-create-a-shared-access-signature-with-a-stored-access-policy-for-an-azure



If the Answer is helpful, please click Accept Answer and up-vote, this can be beneficial to other community members.


· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

i am using azure storage but how can i change permission on existing sas ? i can't seem to found it

0 Votes 0 ·
SumanthMarigowda-MSFT avatar image
1 Vote"
SumanthMarigowda-MSFT answered SumanthMarigowda-MSFT commented

@OmerAnisfeld-7157 Welcome to Microsoft Q&A Forum, Thank you for posting your query here!

Changing the permission on existing SAS through portal or manually, which will lead you to generate a new SAS token or SAS URL, old SAS token won't work(If a SAS provided to a client application expires and the application is unable to retrieve a new SAS from your service, then the application's functionality may be hindered.)

Then you need to generate a New SAS token to the client or application or Storage account to work /access.

If I understand correctly , You have created a Stored access policy for the azure blob container and you need to generate SAS for that Stored access policy to the container am I Correct, If not please correct me?

If so , you can generate through SAS token for stored access policy using Storage Explorer tool.
96413-animation.gif

Hope this helps!

Kindly let us know if the above helps or you need further assistance on this issue.


Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.



animation.gif (1.9 MiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.