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
# Isolation guidelines for Impact Level 5 workloads
@@ -171,17 +171,21 @@ Virtual machine scale sets aren't currently supported on Azure Dedicated Host. B
171
171
> [!IMPORTANT]
172
172
> As new hardware generations become available, some VM types might require reconfiguration (scale up or migration to a new VM SKU) to ensure they remain on properly dedicated hardware. For more information, see **[Virtual machine isolation in Azure](../virtual-machines/isolation.md).**
173
173
174
-
#### Disk encryption options
174
+
#### Disk encryption for virtual machines
175
175
176
-
There are several types of encryption available for your managed disks supporting virtual machines and virtual machine scale sets:
176
+
You can encrypt the storage that supports these virtual machines in one of two ways to support necessary encryption standards.
177
177
178
-
- Azure Disk Encryption
179
-
- Server-side encryption of Azure Disk Storage
180
-
- Encryption at host
181
-
- Confidential disk encryption
178
+
- Use Azure Disk Encryption to encrypt the drives by using dm-crypt (Linux) or BitLocker (Windows):
179
+
-[Enable Azure Disk Encryption for Linux](../virtual-machines/linux/disk-encryption-overview.md)
180
+
-[Enable Azure Disk Encryption for Windows](../virtual-machines/windows/disk-encryption-overview.md)
181
+
- Use Azure Storage service encryption for storage accounts with your own key to encrypt the storage account that holds the disks:
182
+
-[Storage service encryption with customer-managed keys](../storage/common/customer-managed-keys-configure-key-vault.md)
182
183
183
-
All these options enable you to have sole control over encryption keys. For more information, see [Overview of managed disk encryption options](../virtual-machines/disk-encryption-overview.md).
184
+
#### Disk encryption for virtual machine scale sets
184
185
186
+
You can encrypt disks that support virtual machine scale sets by using Azure Disk Encryption:
187
+
188
+
-[Encrypt disks in virtual machine scale sets](../virtual-machine-scale-sets/disk-encryption-key-vault.md)
0 commit comments