Skip to content

Commit cdd1d86

Browse files
authored
Update authorize-data-access.md
The following hasn't been mentioned any where in the doc. I've added it to inform the readers: "Shared Key provides permanent access to resources, and revoking the access requires manual steps." Also, FYI, the embedded link is invalid: /rest/api/storageservices/authorize-with-shared-key I tried to add the main doc too but can't find its file.
1 parent 7d69f71 commit cdd1d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/common/authorize-data-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The following table provides information about supported authorization options f
7878

7979
The following section briefly describes the authorization options for Azure Storage:
8080

81-
- **Shared Key authorization**: Applies to blobs, files, queues, and tables. A client using Shared Key passes a header with every request that is signed using the storage account access key. For more information, see [Authorize with Shared Key](/rest/api/storageservices/authorize-with-shared-key/).
81+
- **Shared Key authorization**: Applies to blobs, files, queues, and tables. A client using Shared Key passes a header with every request that is signed using the storage account access key. Shared Key provides permanent access to resources, and revoking the access requires manual steps. For more information, see [Authorize with Shared Key](/rest/api/storageservices/authorize-with-shared-key/).
8282

8383
Microsoft recommends that you disallow Shared Key authorization for your storage account. When Shared Key authorization is disallowed, clients must use Microsoft Entra ID or a user delegation SAS to authorize requests for data in that storage account. For more information, see [Prevent Shared Key authorization for an Azure Storage account](shared-key-authorization-prevent.md).
8484

0 commit comments

Comments
 (0)