SAS token permission issue

Jagadish Kannan 1 Reputation point
2020-08-12T07:52:15.057+00:00

Hi Team,

We have recently created the azure file share for our client. We are facing some issue sas permission. We have generated the sas permission with read and list but when we tried to access the storage account with sas url. we are able to successfully connect but we are not able to read or list the files in the file share. please help me out.

Regards,
Jaga

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,871 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sumarigo-MSFT 44,906 Reputation points Microsoft Employee
    2020-08-12T10:22:07.837+00:00

    @Jagadish Kannan
    Can you share the screenshot of the error message? What kind of SAS token permission?
    Can you try to provide SAS permission using Azure Storage Explorer ?

    You can use shared access signatures (SAS) to generate tokens that have specific permissions, and which are valid for a specified time interval. For example, you can generate a token with read-only access to a specific file that has a 10-minute expiry. Anyone who possesses the token while the token is valid has read-only access to that file for those 10 minutes. Shared access signature keys are supported only via the REST API or in client libraries. You must mount the Azure file share over SMB by using the storage account keys.