Skip to content

Commit b6edf24

Browse files
committed
changes based on Tamras feedbackj
1 parent 07f14cb commit b6edf24

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

articles/storage/common/customer-managed-keys-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: storage
66
author: tamram
77

88
ms.service: storage
9-
ms.date: 03/08/2023
9+
ms.date: 03/09/2023
1010
ms.topic: conceptual
1111
ms.author: tamram
1212
ms.reviewer: ozgun
@@ -111,7 +111,7 @@ When you enable or disable customer-managed keys, or when you modify the key or
111111
> [!NOTE]
112112
> To rotate a key, create a new version of the key in the key vault or managed HSM, according to your compliance policies. Azure Storage does not handle key rotation, so you will need to manage rotation of the key in the key vault. You can [rotate your keys manually](customer-managed-keys-configure-existing-account.md#configure-encryption-for-manual-updating-of-key-versions) or [configure them to rotate automatically](customer-managed-keys-configure-existing-account.md#configure-encryption-for-automatic-updating-of-key-versions).
113113
114-
## Revoke access with customer-managed keys
114+
## Revoke access to a storage account that uses customer-managed keys
115115

116116
To revoke access to a storage account that uses customer-managed keys, disable the key that is currently being used. To learn how to disable a key in the Azure key vault, see [The impact of changing customer-managed keys](customer-managed-keys-configure-existing-account.md#the-impact-of-changing-customer-managed-keys). After the key has been disabled, clients can't call operations that read from or write to a blob or its metadata. Attempts to call any of the following operations will fail with error code 403 (Forbidden) for all users:
117117

includes/storage-customer-managed-keys-change-include.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: storage
55
author: tamram
66
ms.service: storage
77
ms.topic: "include"
8-
ms.date: 03/01/2023
8+
ms.date: 03/09/2023
99
ms.author: tamram
1010
ms.custom: "include file", engagement-fy23
1111
---
@@ -14,8 +14,6 @@ ms.custom: "include file", engagement-fy23
1414

1515
You can change the key that you are using for Azure Storage encryption at any time.
1616

17-
If the new key is in a different key vault, you must [grant the managed identity access to the key in the new vault](../articles/storage/common/customer-managed-keys-configure-existing-account.md#choose-a-managed-identity-to-authorize-access-to-the-key-vault). If you choose manual updating of the key version, you will also need to [update the key vault URI](../articles/storage/common/customer-managed-keys-configure-existing-account.md#configure-encryption-for-manual-updating-of-key-versions).
18-
1917
# [Azure portal](#tab/azure-portal)
2018

2119
To change the key with the Azure portal, follow these steps:

includes/storage-customer-managed-keys-revoke-include.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ services: storage
55
author: tamram
66
ms.service: storage
77
ms.topic: "include"
8-
ms.date: 03/08/2023
8+
ms.date: 03/09/2023
99
ms.author: tamram
1010
ms.custom: "include file"
1111
---
1212

13-
## Revoke access with customer-managed keys
13+
## Revoke access to a storage account that uses customer-managed keys
1414

1515
To temporarily revoke access to a storage account that is using customer-managed keys, disable the key currently being used in the key vault. Disabling the key will cause attempts to access data in the storage account to fail with error code 403 (Forbidden). For a list of storage account operations that will be affected, see [Revoke access with customer-managed keys](../articles/storage/common/customer-managed-keys-overview.md#revoke-access-with-customer-managed-keys).
1616

1717
# [Azure portal](#tab/azure-portal)
1818

1919
To disable a customer-managed key with the Azure portal, follow these steps:
2020

21-
1. Navigate to the key vault that contains the CMK.
22-
1. Under **Objects** select **Keys**.
21+
1. Navigate to the key vault that contains the key.
22+
1. Under **Objects**, select **Keys**.
2323
1. Right-click the key and select **Disable**.
2424

2525
:::image type="content" source="../articles/storage/common/media/customer-managed-keys-configure-common/portal-disable-CMK.png" alt-text="Screenshot showing how to disable a customer-managed key in the key vault.":::

0 commit comments

Comments
 (0)