Skip to content

Commit 99a8eea

Browse files
Merge pull request #266432 from michamcr/patch-75
Update virtual-machine-solutions.md
2 parents 67670a2 + 08a7cb7 commit 99a8eea

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

articles/confidential-computing/virtual-machine-solutions.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,13 @@ Confidential VMs run on specialized hardware, so you can only [resize confidenti
8989

9090
It's not possible to resize a non-confidential VM to a confidential VM.
9191

92-
### Disk encryption
92+
### Guest Operating System Support
9393

9494
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:
9595

9696
- Ubuntu 20.04 LTS (AMD SEV-SNP supported only)
9797
- Ubuntu 22.04 LTS
98+
- Red Hat Enterprise Linux 9.3 (AMD SEV-SNP supported only)
9899
- Windows Server 2019 Datacenter - x64 Gen 2 (AMD SEV-SNP supported only)
99100
- Windows Server 2019 Datacenter Server Core - x64 Gen 2 (AMD SEV-SNP supported only)
100101
- Windows Server 2022 Datacenter - x64 Gen 2
@@ -108,6 +109,12 @@ OS images for confidential VMs have to meet certain security and compatibility r
108109
- Windows 11 Enterprise, version 22H2 -x64 Gen 2
109110
- Windows 11 Enterprise multi-session, version 22H2 -x64 Gen 2
110111

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+
111118
For more information about supported and unsupported VM scenarios, see [support for generation 2 VMs on Azure](../virtual-machines/generation-2.md).
112119

113120
### High availability and disaster recovery
@@ -125,7 +132,7 @@ Azure Resource Manager is the deployment and management service for Azure. You c
125132
Make sure to specify the following properties for your VM in the parameters section (`parameters`):
126133

127134
- 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.
129136
- 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.
130137

131138
## Next steps

0 commit comments

Comments
 (0)