Skip to content

Commit 3f5aef3

Browse files
authored
Adjust tone
Removed the repetitive For OS disk only for CVMs
1 parent c525b4d commit 3f5aef3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: references_regions
1414

1515
There are several types of encryption available for your managed disks, including Azure Disk Encryption (ADE), Server-Side Encryption (SSE) and encryption at host.
1616

17-
- **Azure Disk Storage Server-Side Encryption** (also referred to as encryption-at-rest or Azure Storage encryption) is always enabled and automatically encrypts data stored on Azure managed disks (OS and data disks) when persisting on the Storage Clusters. When configured with a Disk Encryption Set (DES), it supports customer-managed keys as well. It does not encrypt temp disks or disk caches. For full details, see [Server-side encryption of Azure Disk Storage](./disk-encryption.md).
17+
- **Azure Disk Storage Server-Side Encryption** (also referred to as encryption-at-rest or Azure Storage encryption) is always enabled and automatically encrypts data stored on Azure managed disks (OS and data disks) when persisting on the Storage Clusters. When configured with a Disk Encryption Set (DES), it supports customer-managed keys as well. It doesn't encrypt temp disks or disk caches. For full details, see [Server-side encryption of Azure Disk Storage](./disk-encryption.md).
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

@@ -28,13 +28,13 @@ Encryption is part of a layered approach to security and should be used with oth
2828

2929
Here's a comparison of Disk Storage SSE, ADE, encryption at host, and Confidential disk encryption.
3030

31-
| | **Azure Disk Storage Server-Side Encryption** | **Encryption at Host** | **Azure Disk Encryption** | **Confidential disk encryption** |
31+
| | **Azure Disk Storage Server-Side Encryption** | **Encryption at Host** | **Azure Disk Encryption** | **Confidential disk encryption (For the OS disk only** |
3232
|--|--|--|--|--|
33-
| Encryption at rest (OS and data disks) | ✅ | ✅ | ✅ | ✅ For the OS disk only |
33+
| Encryption at rest (OS and data disks) | ✅ | ✅ | ✅ | ✅ |
3434
| Temp disk encryption | ❌ | ✅ | ✅ | ❌ |
35-
| Encryption of caches | ❌ | ✅ | ✅ | ✅ For the OS disk only |
36-
| Data flows encrypted between Compute and Storage | ❌ | ✅ | ✅ | ✅ For the OS disk only |
37-
| Customer control of keys | ✅ When configured with DES | ✅ When configured with DES | ✅ | ✅ For the OS disk only |
35+
| Encryption of caches | ❌ | ✅ | ✅ | ✅ |
36+
| Data flows encrypted between Compute and Storage | ❌ | ✅ | ✅ | ✅ |
37+
| Customer control of keys | ✅ When configured with DES | ✅ 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)