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/confidential-computing/virtual-machine-solutions.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,12 +89,13 @@ Confidential VMs run on specialized hardware, so you can only [resize confidenti
89
89
90
90
It's not possible to resize a non-confidential VM to a confidential VM.
91
91
92
-
### Disk encryption
92
+
### Guest Operating System Support
93
93
94
94
OS images for confidential VMs have to meet certain security and compatibility requirements. Qualified images support the secure mounting, attestation, optional [confidential OS disk encryption](confidential-vm-overview.md#confidential-os-disk-encryption), and isolation from underlying cloud infrastructure. These images include:
95
95
96
96
- Ubuntu 20.04 LTS (AMD SEV-SNP supported only)
97
97
- Ubuntu 22.04 LTS
98
+
- Red Hat Enterprise Linux 9.3 (AMD SEV-SNP supported only)
98
99
- Windows Server 2019 Datacenter - x64 Gen 2 (AMD SEV-SNP supported only)
99
100
- Windows Server 2019 Datacenter Server Core - x64 Gen 2 (AMD SEV-SNP supported only)
100
101
- Windows Server 2022 Datacenter - x64 Gen 2
@@ -108,6 +109,12 @@ OS images for confidential VMs have to meet certain security and compatibility r
108
109
- Windows 11 Enterprise, version 22H2 -x64 Gen 2
109
110
- Windows 11 Enterprise multi-session, version 22H2 -x64 Gen 2
110
111
112
+
As we work to onboard more OS images with confidential OS disk encryption, there are various images available in preview that can be tested. You can join below.
113
+
114
+
-[Red Hat Enterprise Linux 9.3 (Intel TDX)](https://aka.ms/tdx-rhel-93-preview)
115
+
-[SUSE Enterprise Linux 15 SP5 (Intel TDX)](https://aka.ms/cvm-sles-preview)
116
+
-[SUSE Enterprise Linux 15 SAP SP5 (Intel TDX)](https://aka.ms/cvm-sles-preview)
117
+
111
118
For more information about supported and unsupported VM scenarios, see [support for generation 2 VMs on Azure](../virtual-machines/generation-2.md).
112
119
113
120
### High availability and disaster recovery
@@ -125,7 +132,7 @@ Azure Resource Manager is the deployment and management service for Azure. You c
125
132
Make sure to specify the following properties for your VM in the parameters section (`parameters`):
126
133
127
134
- VM size (`vmSize`). Choose from the different [confidential VM families and sizes](#sizes).
128
-
- OS image name (`osImageName`). Choose from the [qualified OS images](#disk-encryption).
135
+
- OS image name (`osImageName`). Choose from the qualified OS images.
129
136
- Disk encryption type (`securityType`). Choose from VMGS-only encryption (`VMGuestStateOnly`) or full OS disk pre-encryption (`DiskWithVMGuestState`), which might result in longer provisioning times. For Intel TDX instances only we also support another security type (`NonPersistedTPM`) which has no VMGS or OS disk encryption.
0 commit comments