Skip to content

Commit c9e82e1

Browse files
Merge pull request #213899 from roygara/encryptionUpdates
Correcting limitations
2 parents 0559c0f + 585e31e commit c9e82e1

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

articles/virtual-machines/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,8 +1120,8 @@
11201120
- name: CLI
11211121
href: linux/disks-enable-customer-managed-keys-cli.md
11221122
displayname: Server side encryption, encryption, ADE
1123-
- name: Enable cross-tenant customer-managed keys
1124-
href: disks-cross-tenant-cmk.md
1123+
- name: Use customer-managed keys across Azure AD tenants
1124+
href: disks-cross-tenant-customer-managed-keys.md
11251125
displayname: Server side encryption, encryption, ADE
11261126
- name: Enable encryption at host
11271127
items:

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: roygara
66
ms.service: virtual-machines
77
ms.topic: include
8-
ms.date: 03/16/2022
8+
ms.date: 10/12/2022
99
ms.author: rogarana
1010
ms.custom: include file
1111
---
@@ -14,8 +14,9 @@
1414
- 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 and must be in the same subscription.
1515
- 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.
17-
- Azure Key Vaults may be used from a different subscription but must be in the same region and tenant as your disk encryption set.
18-
- Disks, snapshots, and images encrypted with customer-managed keys cannot move to another resource group and subscription.
17+
- 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).
18+
- Disks encrypted with customer-managed keys can only move to another resource group if the VM they are attached to is deallocated.
19+
- Disks, snapshots, and images encrypted with customer-managed keys cannot be moved between subscriptions.
1920
- Managed disks currently or previously encrypted using Azure Disk Encryption cannot be encrypted using customer-managed keys.
20-
- Can only create up to 1000 disk encryption sets per region per subscription.
21+
- Can only create up to 5000 disk encryption sets per region per subscription.
2122
- For information about using customer-managed keys with shared image galleries, see [Preview: Use customer-managed keys for encrypting images](../articles/virtual-machines/image-version-encryption.md).

0 commit comments

Comments
 (0)