You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/disk-encryption-overview.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,17 @@ Encryption is part of a layered approach to security and should be used with oth
28
28
29
29
Here's a comparison of Disk Storage SSE, ADE, encryption at host, and Confidential disk encryption.
30
30
31
-
|| Encryption at rest (OS and data disks) | Temp disk encryption | Encryption of caches | Data flows encrypted between Compute and Storage | Customer control of keys | Does not use your VM's CPU | Works for custom images | Enhanced Key Protection | Microsoft Defender for Cloud disk encryption status*|
32
-
|--|--|--|--|--|--|--|--|--|--|
33
-
|**Azure Disk Storage Server-Side Encryption at rest**|✅|❌|❌|❌|✅ When configured with DES |✅|✅|❌| Unhealthy |
34
-
|**Azure Disk Encryption**|✅|✅|✅|✅|✅|❌|❌ Does not work for custom Linux images |❌| Healthy |
35
-
|**Encryption at Host**|✅|✅|✅|✅|✅|✅|✅|❌| Healthy |
36
-
|**Confidential disk encryption**|✅ For the OS disk only |❌|✅ For the OS disk only |✅ For the OS disk only|✅ For the OS disk only |❌|✅|✅| Not applicable|
31
+
|**Azure Disk Storage Server-Side Encryption at rest**|**Azure Disk Encryption**|**Encryption at Host**|**Confidential disk encryption**|
32
+
|--|--|--|--|
33
+
| Encryption at rest (OS and data disks) |✅|✅|✅|✅ For the OS disk only |
34
+
| 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 |✅|✅|✅ For the OS disk only |
38
+
| Does not use your VM's CPU |✅|❌|✅|❌|
39
+
| Works for custom images |✅|❌ Does not work for custom Linux images |✅|✅|
0 commit comments