Skip to content

Commit 852aaf1

Browse files
Merge pull request #220662 from Padmalathas/Padmalathas-patch-1
Added file new media file
2 parents 032ceea + ffaf953 commit 852aaf1

File tree

3 files changed

+2089
-4
lines changed

3 files changed

+2089
-4
lines changed

articles/batch/disk-encryption.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,25 @@ Batch will apply one of these disk encryption technologies on compute nodes, bas
2323
- [Encryption at host using a platform-managed Key](../virtual-machines/disk-encryption.md#encryption-at-host---end-to-end-encryption-for-your-vm-data)
2424
- [Azure Disk Encryption](../virtual-machines/disk-encryption-overview.md)
2525

26-
You won't be able to specify which encryption method will be applied to the nodes in your pool. Instead, you provide the target disks you want to encrypt on their nodes, and Batch can choose the appropriate encryption method, ensuring the specified disks are encrypted on the compute node.
26+
You won't be able to specify which encryption method will be applied to the nodes in your pool. Instead, you provide the target disks you want to encrypt on their nodes, and Batch can choose the appropriate encryption method, ensuring the specified disks are encrypted on the compute node. The following image depicts how Batch makes that choice.
2727

2828
> [!IMPORTANT]
2929
> If you are creating your pool with a Linux [custom image](batch-sig-images.md), you can only enable disk encryption only if your pool is using an [Encryption At Host Supported VM size](../virtual-machines/disk-encryption.md#supported-vm-sizes).
3030
> Encryption At Host is not currently supported on User Subscription Pools until the feature becomes [publicly available in Azure](../virtual-machines/disks-enable-host-based-encryption-portal.md#prerequisites).
3131
32+
![Screenshot of the Pool Creation in the Azure portal.](./media/disk-encryption/decision-tree.svg)
33+
34+
Some disk encryption configurations require that the VM family of the pool supports encryption at host. See [End-to-end encryption using encryption at host](../virtual-machines/disks-enable-host-based-encryption-portal.md) to determine which VM families support encryption at host.
35+
3236
## Azure portal
3337

34-
When creating a Batch pool in the the Azure portal, select either **TemporaryDisk** or **OsAndTemporaryDisk** under **Disk Encryption Configuration**.
38+
When creating a Batch pool in the Azure portal, select either **OsDisk**, **TemporaryDisk** or **OsAndTemporaryDisk** under **Disk Encryption Configuration**.
3539

36-
:::image type="content" source="media/disk-encryption/portal-view.png" alt-text="Screenshot of the Disk Encryption Configuration option in the Azure portal.":::
40+
![Screenshot of the Disk Encryption Configuration option in the Azure portal.](./media/disk-encryption/portal-view.png)
3741

3842
After the pool is created, you can see the disk encryption configuration targets in the pool's **Properties** section.
3943

40-
:::image type="content" source="media/disk-encryption/configuration-target.png" alt-text="Screenshot showing the disk encryption configuration targets in the Azure portal.":::
44+
![Screenshot showing the disk encryption configuration targets in the Azure portal.](./media/disk-encryption/configuration-target.png)
4145

4246
## Examples
4347

0 commit comments

Comments
 (0)