When will be the directory level SAS available in GA and in NodeJS SDK for azure blob storage?

Devika S 1 Reputation point
2021-04-01T08:08:08.053+00:00

Hi,

When will the feature (currently in preview) where we can define SAS tokens with access to an entire directory and not just a blob will be available in GA? Also, when will the new feature be supported in the NodeJS SDK?

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,416 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Sumarigo-MSFT 43,401 Reputation points Microsoft Employee
    2021-04-01T18:36:28.497+00:00

    @Devika S Welcome to Microsoft Q&A, Thank you for posting your query here!

    Directory based SAS feature is generally available and we have support for JS SDK. Directory scoped shared access signatures (SAS) generally available.
    Directory scoped SAS allows more granular access assignment for ADLS Gen2.azure.microsoft.com

    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.


  2. Vaibhav Chaudhari 38,561 Reputation points
    2021-04-02T07:28:12.923+00:00

    Folders in Azure blob storage are virtual. They don't really exist so this feature will never be there I guess.

    See - https://stackoverflow.com/questions/61879567/how-to-generate-a-shared-access-signature-for-a-folder-in-azure-blob-storage


    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav

    0 comments No comments