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/linux/disk-encryption-overview.md
+2-10Lines changed: 2 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.subservice: disks
7
7
ms.collection: linux
8
8
ms.topic: conceptual
9
9
ms.author: mbaldwin
10
-
ms.date: 01/04/2023
10
+
ms.date: 04/18/2023
11
11
ms.custom: seodec18
12
12
13
13
---
@@ -68,9 +68,6 @@ Linux server distributions that are not endorsed by Azure do not support Azure D
68
68
| Canonical | Ubuntu | 20.04-DAILY-LTS Gen2 |Canonical:0001-com-ubuntu-server-focal-daily:20_04-daily-lts-gen2:latest| OS and data disk |
69
69
| Canonical | Ubuntu | 18.04-LTS | Canonical:UbuntuServer:18.04-LTS:latest| OS and data disk |
70
70
| Canonical | Ubuntu 18.04 | 18.04-DAILY-LTS | Canonical:UbuntuServer:18.04-DAILY-LTS:latest| OS and data disk |
71
-
| Canonical | Ubuntu 16.04 | 16.04-DAILY-LTS | Canonical:UbuntuServer:16.04-DAILY-LTS:latest| OS and data disk |
72
-
| Canonical | Ubuntu 14.04.5</br>[with Azure tuned kernel updated to 4.15 or later](disk-encryption-troubleshooting.md)| 14.04.5-LTS | Canonical:UbuntuServer:14.04.5-LTS:latest| OS and data disk |
73
-
| Canonical | Ubuntu 14.04.5</br>[with Azure tuned kernel updated to 4.15 or later](disk-encryption-troubleshooting.md)| 14.04.5-DAILY-LTS | Canonical:UbuntuServer:14.04.5-DAILY-LTS:latest| OS and data disk |
74
71
| Oracle | Oracle Linux 8.6 | 8.6 | Oracle:Oracle-Linux:ol86-lvm:latest| OS and data disk (see note below) |
75
72
| Oracle | Oracle Linux 8.6 Gen 2 | 8.6 | Oracle:Oracle-Linux:ol86-lvm-gen2:latest| OS and data disk (see note below) |
76
73
| Oracle | Oracle Linux 8.5 | 8.5 | Oracle:Oracle-Linux:ol85-lvm:latest| OS and data disk (see note below) |
@@ -93,8 +90,6 @@ Linux server distributions that are not endorsed by Azure do not support Azure D
93
90
| RedHat | RHEL 7.6 | 7.6 | RedHat:RHEL:7.6:latest| OS and data disk (see note below) |
94
91
| RedHat | RHEL 7.5 | 7.5 | RedHat:RHEL:7.5:latest| OS and data disk (see note below) |
95
92
| RedHat | RHEL 7.4 | 7.4 | RedHat:RHEL:7.4:latest| OS and data disk (see note below) |
96
-
| RedHat | RHEL 7.3 | 7.3 | RedHat:RHEL:7.3:latest| OS and data disk (see note below) |
97
-
| RedHat | RHEL 7.2 | 7.2 | RedHat:RHEL:7.2:latest| OS and data disk (see note below) |
98
93
| RedHat | RHEL 6.8 | 6.8 | RedHat:RHEL:6.8:latest| Data disk (see note below) |
99
94
| RedHat | RHEL 6.7 | 6.7 | RedHat:RHEL:6.7:latest| Data disk (see note below) |
100
95
| OpenLogic | CentOS 8-LVM | 8-LVM | OpenLogic:CentOS-LVM:8-LVM:latest| OS and data disk |
@@ -109,10 +104,6 @@ Linux server distributions that are not endorsed by Azure do not support Azure D
109
104
| OpenLogic | CentOS 7.6 | 7.6 | OpenLogic:CentOS:7.6:latest| OS and data disk |
110
105
| OpenLogic | CentOS 7.5 | 7.5 | OpenLogic:CentOS:7.5:latest| OS and data disk |
111
106
| OpenLogic | CentOS 7.4 | 7.4 | OpenLogic:CentOS:7.4:latest| OS and data disk |
112
-
| OpenLogic | CentOS 7.3 | 7.3 | OpenLogic:CentOS:7.3:latest| OS and data disk |
113
-
| OpenLogic | CentOS 7.2n | 7.2n | OpenLogic:CentOS:7.2n:latest| OS and data disk |
114
-
| OpenLogic | CentOS 7.1 | 7.1 | OpenLogic:CentOS:7.1:latest| Data disk only |
115
-
| OpenLogic | CentOS 7.0 | 7.0 | OpenLogic:CentOS:7.0:latest| Data disk only |
116
107
| OpenLogic | CentOS 6.8 | 6.8 | OpenLogic:CentOS:6.8:latest| Data disk only |
117
108
| SUSE | openSUSE 42.3 | 42.3 | SUSE:openSUSE-Leap:42.3:latest| Data disk only |
118
109
| SUSE | SLES 12-SP4 | 12-SP4 | SUSE:SLES:12-SP4:latest| Data disk only |
@@ -155,6 +146,7 @@ sudo mount -a
155
146
## Networking requirements
156
147
157
148
To enable the Azure Disk Encryption feature, the Linux VMs must meet the following network endpoint configuration requirements:
149
+
158
150
- To get a token to connect to your key vault, the Linux VM must be able to connect to an Azure Active Directory endpoint, \[login.microsoftonline.com\].
159
151
- To write the encryption keys to your key vault, the Linux VM must be able to connect to the key vault endpoint.
160
152
- The Linux VM must be able to connect to an Azure storage endpoint that hosts the Azure extension repository and an Azure storage account that hosts the VHD files.
0 commit comments