Skip to content

Commit 44e576d

Browse files
Merge pull request #233543 from jackrichins/patch-66
Clean up CMK guidance
2 parents a15b602 + 6794284 commit 44e576d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/disk-encryption-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Overview of managed disk encryption options
33
description: Overview of managed disk encryption options
44
author: msmbaldwin
5-
ms.date: 03/28/2023
5+
ms.date: 04/05/2023
66
ms.topic: conceptual
77
ms.author: mbaldwin
88
ms.service: virtual-machines
@@ -18,7 +18,7 @@ There are several types of encryption available for your managed disks, includin
1818

1919
- **Encryption at host** is a Virtual Machine option that enhances Azure Disk Storage Server-Side Encryption to ensure that all temp disks and disk caches are encrypted at rest and flow encrypted to the Storage clusters. For full details, see [Encryption at host - End-to-end encryption for your VM data](./disk-encryption.md#encryption-at-host---end-to-end-encryption-for-your-vm-data).
2020

21-
- **Azure Disk Encryption** helps protect and safeguard your data to meet your organizational security and compliance commitments. ADE encrypts the OS and data disks of Azure virtual machines (VMs) inside your VMs by using the [DM-Crypt](https://wikipedia.org/wiki/Dm-crypt) feature of Linux or the [BitLocker](https://wikipedia.org/wiki/BitLocker) feature of Windows. ADE is integrated with Azure Key Vault to help you control and manage the disk encryption keys and secrets. For full details, see [Azure Disk Encryption for Linux VMs](./linux/disk-encryption-overview.md) or [Azure Disk Encryption for Windows VMs](./windows/disk-encryption-overview.md).
21+
- **Azure Disk Encryption** helps protect and safeguard your data to meet your organizational security and compliance commitments. ADE encrypts the OS and data disks of Azure virtual machines (VMs) inside your VMs by using the [DM-Crypt](https://wikipedia.org/wiki/Dm-crypt) feature of Linux or the [BitLocker](https://wikipedia.org/wiki/BitLocker) feature of Windows. ADE is integrated with Azure Key Vault to help you control and manage the disk encryption keys and secrets, with the option to encrypt with a key encryption key (KEK). For full details, see [Azure Disk Encryption for Linux VMs](./linux/disk-encryption-overview.md) or [Azure Disk Encryption for Windows VMs](./windows/disk-encryption-overview.md).
2222

2323
- **Confidential disk encryption** binds disk encryption keys to the virtual machine's TPM and makes the protected disk content accessible only to the VM. The TPM and VM guest state is always encrypted in attested code using keys released by a secure protocol that bypasses the hypervisor and host operating system. Currently only available for the OS disk. Encryption at host may be used for other disks on a Confidential VM in addition to Confidential Disk Encryption. For full details, see [DCasv5 and ECasv5 series confidential VMs](../confidential-computing/confidential-vm-overview.md#confidential-os-disk-encryption).
2424

@@ -34,7 +34,7 @@ Here's a comparison of Disk Storage SSE, ADE, encryption at host, and Confidenti
3434
| Temp disk encryption | ❌ | ✅ | ✅ | ❌ |
3535
| Encryption of caches | ❌ | ✅ | ✅ | ✅ |
3636
| Data flows encrypted between Compute and Storage | ❌ | ✅ | ✅ | ✅ |
37-
| Customer control of keys | ✅ When configured with DES | ✅ When configured with DES | ✅ | ✅ |
37+
| Customer control of keys | ✅ When configured with DES | ✅ When configured with DES | ✅ When configured with KEK | ✅ When configured with DES |
3838
| Does not use your VM's CPU | ✅ | ✅ | ❌ | ❌ |
3939
| Works for custom images | ✅ | ✅ | ❌ Does not work for custom Linux images | ✅ |
4040
| Enhanced Key Protection | ❌ | ❌ | ❌ | ✅ |

0 commit comments

Comments
 (0)