Skip to content

Commit ee8f08c

Browse files
Merge pull request #284055 from alfpark/alpark/batch
Remove outdated info and update sec best practices
2 parents 91ad8cd + b973a06 commit ee8f08c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

articles/batch/nodes-and-pools.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Nodes and pools in Azure Batch
33
description: Learn about compute nodes and pools and how they are used in an Azure Batch workflow from a development standpoint.
44
ms.topic: conceptual
5-
ms.date: 06/25/2024
5+
ms.date: 08/08/2024
66
---
77
# Nodes and pools in Azure Batch
88

@@ -72,9 +72,6 @@ When you create a Batch pool, you specify the Azure virtual machine configuratio
7272

7373
The **Virtual Machine Configuration** specifies that the pool is composed of Azure virtual machines. These VMs may be created from either Linux or Windows images.
7474

75-
> [!IMPORTANT]
76-
> Currently, Batch does not support [Trusted Launch VMs](../virtual-machines/trusted-launch.md).
77-
7875
The [Batch node agent](https://github.com/Azure/Batch/blob/master/changelogs/nodeagent/CHANGELOG.md) is a program that runs on each node in the pool and provides the command-and-control interface between the node and the Batch service. There are different implementations of the node agent, known as SKUs, for different operating systems. When you create a pool based on the Virtual Machine Configuration, you must specify not only the size of the nodes and the source of the images used to create them, but also the **virtual machine image reference** and the Batch **node agent SKU** to be installed on the nodes. For more information about specifying these pool properties, see [Provision Linux compute nodes in Azure Batch pools](batch-linux-nodes.md). You can optionally attach one or more empty data disks to pool VMs created from Marketplace images, or include data disks in custom images used to create the VMs. When including data disks, you need to mount and format the disks from within a VM to use them.
7976

8077
### Node Agent SKUs

articles/batch/security-best-practices.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Batch security and compliance best practices
33
description: Learn best practices and useful tips for enhancing security with your Azure Batch solutions.
4-
ms.date: 06/27/2024
4+
ms.date: 08/08/2024
55
ms.topic: conceptual
66
---
77

@@ -32,6 +32,10 @@ outbound access for baseline operation, the recommendation is to use the simplif
3232
node communication model will be
3333
[retired on March 31, 2026](batch-pools-to-simplified-compute-node-communication-model-migration-guide.md).
3434

35+
Pools should also be configured with enhanced security settings, including
36+
[Trusted Launch](../virtual-machines/trusted-launch.md) (requires Gen2 VM images and a compatible VM size),
37+
enabling secure boot, vTPM, and encryption at host (requires a compatible VM size).
38+
3539
### Batch account authentication
3640

3741
Batch account access supports two methods of authentication: Shared Key and [Microsoft Entra ID](batch-aad-auth.md).

0 commit comments

Comments
 (0)