Skip to content

Commit 1af3ccf

Browse files
authored
Merge pull request #3 from jimmart-dev/patch-1
Update storage-account-keys-manage.md
2 parents ce540aa + d437eac commit 1af3ccf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/storage/common/storage-account-keys-manage.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ author: jimmart-dev
77

88
ms.service: storage
99
ms.topic: how-to
10-
ms.date: 04/14/2022
10+
ms.date: 03/22/2023
1111
ms.author: jammart
1212
ms.reviewer: nachakra
13+
ms.custom: engagement-fy23
1314
---
1415

1516
# Manage storage account access keys
1617

17-
When you create a storage account, Azure generates two 512-bit storage account access keys for that account. These keys can be used to authorize access to data in your storage account via Shared Key authorization.
18+
When you create a storage account, Azure generates two 512-bit storage account access keys for that account. These keys can be used to authorize access to data in your storage account via Shared Key authorization, or via SAS tokens that are signed with the shared key.
1819

1920
Microsoft recommends that you use Azure Key Vault to manage your access keys, and that you regularly rotate and regenerate your keys. Using Azure Key Vault makes it easy to rotate your keys without interruption to your applications. You can also manually rotate your keys.
2021

0 commit comments

Comments
 (0)