Skip to content

Commit 7790718

Browse files
committed
Update.s
1 parent 36478a5 commit 7790718

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

articles/virtual-machines/disks-enable-customer-managed-keys-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure portal - Enable customer-managed keys with SSE - managed disks
33
description: Enable customer-managed keys on your managed disks through the Azure portal.
44
author: roygara
55

6-
ms.date: 01/19/2023
6+
ms.date: 02/22/2023
77
ms.topic: how-to
88
ms.author: rogarana
99
ms.service: storage
@@ -20,7 +20,7 @@ Azure Disk Storage allows you to manage your own keys when using server-side enc
2020

2121
For now, customer-managed keys have the following restrictions:
2222

23-
- If this feature is enabled for your disk, you can't disable it.
23+
- If this feature is enabled for a disk with incremental snapshots, it can't be disabled on that disk or its snapshots.
2424
If you need to work around this, you must copy all the data to an entirely different managed disk that isn't using customer-managed keys:
2525

2626
- For Linux: [Copy a managed disk](./linux/disks-upload-vhd-to-managed-disk-cli.md#copy-a-managed-disk)

articles/virtual-machines/linux/disks-enable-customer-managed-keys-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure CLI - Enable customer-managed keys with SSE - managed disks
33
description: Enable customer-managed keys on your managed disks with the Azure CLI.
44
author: roygara
5-
ms.date: 03/15/2022
5+
ms.date: 02/22/2023
66
ms.topic: how-to
77
ms.author: rogarana
88
ms.service: storage
@@ -20,7 +20,7 @@ Azure Disk Storage allows you to manage your own keys when using server-side enc
2020

2121
For now, customer-managed keys have the following restrictions:
2222

23-
- If this feature is enabled for your disk, you cannot disable it.
23+
- If this feature is enabled for a disk with incremental snapshots, it can't be disabled on that disk or its snapshots.
2424
If you need to work around this, you must [copy all the data](disks-upload-vhd-to-managed-disk-cli.md#copy-a-managed-disk) to an entirely different managed disk that isn't using customer-managed keys.
2525
[!INCLUDE [virtual-machines-managed-disks-customer-managed-keys-restrictions](../../../includes/virtual-machines-managed-disks-customer-managed-keys-restrictions.md)]
2626

articles/virtual-machines/windows/disks-enable-customer-managed-keys-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure PowerShell - Enable customer-managed keys with SSE - managed disks
33
description: Enable server-side encryption using customer-managed keys on your managed disks with Azure PowerShell.
44
author: roygara
5-
ms.date: 11/02/2021
5+
ms.date: 02/22/2023
66
ms.topic: how-to
77
ms.author: rogarana
88
ms.service: storage
@@ -20,7 +20,7 @@ Azure Disk Storage allows you to manage your own keys when using server-side enc
2020

2121
For now, customer-managed keys have the following restrictions:
2222

23-
- If this feature is enabled for your disk, you cannot disable it.
23+
- If this feature is enabled for a disk with incremental snapshots, it can't be disabled on that disk or its snapshots.
2424
If you need to work around this, you must [copy all the data](disks-upload-vhd-to-managed-disk-powershell.md#copy-a-managed-disk) to an entirely different managed disk that isn't using customer-managed keys.
2525
[!INCLUDE [virtual-machines-managed-disks-customer-managed-keys-restrictions](../../../includes/virtual-machines-managed-disks-customer-managed-keys-restrictions.md)]
2626

includes/virtual-machines-managed-disks-customer-managed-keys-restrictions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
---
1212
- Only [software and HSM RSA keys](../articles/key-vault/keys/about-keys.md) of sizes 2,048-bit, 3,072-bit and 4,096-bit are supported, no other keys or sizes.
1313
- [HSM](../articles/key-vault/keys/hsm-protected-keys.md) keys require the **premium** tier of Azure Key vaults.
14-
- For Ultra Disks and Premium SSD v2 only: Snapshots created from disks that are encrypted with server-side encryption and customer-managed keys must be encrypted with the same customer-managed keys.
15-
- Disks using incremental snapshots and incremental snapshots themselves can't be copied to different encryption sets.
14+
- Disks created from custom images that are encrypted using server-side encryption and customer-managed keys must be encrypted using the same customer-managed keys. Your disks and their images must be in the same subscription, the keys used to encrypt your disks can be in a different subscription.
15+
- For Ultra Disks only: Snapshots created from disks that are encrypted with server-side encryption and customer-managed keys must be encrypted with the same customer-managed keys.
1616
- Most resources related to your customer-managed keys (disk encryption sets, VMs, disks, and snapshots) must be in the same subscription and region.
1717
- Azure Key Vaults may be used from a different subscription but must be in the same region as your disk encryption set. As a preview, you can use Azure Key Vaults from [different Azure Active Directory tenants](../articles/virtual-machines/disks-cross-tenant-customer-managed-keys.md).
1818
- Disks encrypted with customer-managed keys can only move to another resource group if the VM they are attached to is deallocated.

0 commit comments

Comments
 (0)