Azure Files Authorization

Shridhar Srinivasan 215 Reputation points
2023-07-15T12:23:21.0966667+00:00

The table under this section https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10#authorize-azcopy

says SAS is supported for Files

At the same time, the table under this Section https://learn.microsoft.com/en-us/azure/storage/common/authorize-data-access#understand-authorization-for-data-operations

says SAS is NOT supported for Azure Files(SMB)

Should it be supported in both places ? Or Am I missing anything ?

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,228 questions
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,944 questions
0 comments No comments
{count} votes

Accepted answer
  1. TP 83,971 Reputation points
    2023-07-15T16:42:47.1366667+00:00

    Hi,

    The documentation is correct. SAS isn't supported when using SMB protocol to access Azure Files, but it is supported when using REST API to access Azure Files. AzCopy uses REST API.

    Please click Accept Answer if the above was helpful.

    Thanks.

    -TP


0 additional answers

Sort by: Most helpful