Skip to content

Commit af32bd7

Browse files
committed
add paragraph back in that talks about changing the key if ity is in a diff vault
1 parent 44b08aa commit af32bd7

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

articles/storage/common/customer-managed-keys-configure-existing-account.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: tamram
77

88
ms.service: storage
99
ms.topic: how-to
10-
ms.date: 03/01/2023
10+
ms.date: 03/09/2023
1111
ms.author: tamram
1212
ms.reviewer: ozgun
1313
ms.subservice: common
@@ -277,8 +277,12 @@ When customer-managed keys are enabled or disabled, or the key or key version is
277277

278278
[!INCLUDE [storage-customer-managed-keys-change-include](../../../includes/storage-customer-managed-keys-change-include.md)]
279279

280+
If the new key is in a different key vault, you must [grant the managed identity access to the key in the new vault](#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](#configure-encryption-for-manual-updating-of-key-versions).
281+
280282
[!INCLUDE [storage-customer-managed-keys-revoke-include](../../../includes/storage-customer-managed-keys-revoke-include.md)]
281283

284+
Disabling the key will cause attempts to access data in the storage account to fail with error code 403 (Forbidden). For a list of operations that will be affected by disabling the key, see [Revoke access to a storage account that uses customer-managed keys](customer-managed-keys-overview.md#revoke-access-to-a-storage-account-that-uses-customer-managed-keys).
285+
282286
[!INCLUDE [storage-customer-managed-keys-disable-include](../../../includes/storage-customer-managed-keys-disable-include.md)]
283287

284288
## Next steps

articles/storage/common/customer-managed-keys-configure-new-account.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: tamram
77

88
ms.service: storage
99
ms.topic: how-to
10-
ms.date: 09/29/2022
10+
ms.date: 03/09/2023
1111
ms.author: tamram
1212
ms.reviewer: ozgun
1313
ms.subservice: common
@@ -195,8 +195,12 @@ When you manually update the key version, you'll need to update the storage acco
195195

196196
[!INCLUDE [storage-customer-managed-keys-change-include](../../../includes/storage-customer-managed-keys-change-include.md)]
197197

198+
If the new key is in a different key vault, you must [grant the managed identity access to the key in the new vault](#use-a-user-assigned-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](#configure-encryption-for-manual-updating-of-key-versions).
199+
198200
[!INCLUDE [storage-customer-managed-keys-revoke-include](../../../includes/storage-customer-managed-keys-revoke-include.md)]
199201

202+
Disabling the key will cause attempts to access data in the storage account to fail with error code 403 (Forbidden). For a list of operations that will be affected by disabling the key, see [Revoke access to a storage account that uses customer-managed keys](customer-managed-keys-overview.md#revoke-access-to-a-storage-account-that-uses-customer-managed-keys).
203+
200204
[!INCLUDE [storage-customer-managed-keys-disable-include](../../../includes/storage-customer-managed-keys-disable-include.md)]
201205

202206
## Next steps

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: "include file"
1212

1313
## Revoke access to a storage account that uses customer-managed keys
1414

15-
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).
15+
To temporarily revoke access to a storage account that is using customer-managed keys, disable the key currently being used in the key vault.
1616

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

0 commit comments

Comments
 (0)