Skip to content

Commit 548b758

Browse files
Minor update to instructions
1 parent cd67eaf commit 548b758

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ author: pauljewellmsft
77
ms.author: pauljewell
88
ms.service: azure-storage
99
ms.topic: how-to
10-
ms.date: 05/10/2024
10+
ms.date: 11/12/2024
1111
ms.reviewer: nachakra
1212
ms.custom: engagement-fy23, devx-track-azurecli
1313
---
1414

1515
# Manage storage account access keys
1616

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, or via SAS tokens that are signed with the shared key.
17+
In this article, you learn how to view, manage, and rotate storage account access keys. When you create a storage account, Azure generates two 512-bit storage account access keys for the 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.
1818

1919
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.
2020

@@ -32,7 +32,7 @@ To view and copy your storage account access keys or connection string from the
3232

3333
1. In the [Azure portal](https://portal.azure.com), go to your storage account.
3434

35-
2. Under **Security + networking**, select **Access keys**. Your account access keys appear, as well as the complete connection string for each key.
35+
2. From the resource menu under **Security + networking**, select **Access keys**. Your account access keys appear, as well as the complete connection string for each key.
3636

3737
3. Select **Show keys** to show your access keys and connection strings and to enable buttons to copy the values.
3838

0 commit comments

Comments
 (0)