Skip to content

Commit fa59b50

Browse files
Merge pull request #234125 from Padmalathas/Padmalathas-patch-3
This PR contains clarification on TrustedLaunch feature support by Batch, while creating pool with custom images
2 parents 3812a60 + b25b1c8 commit fa59b50

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

articles/batch/nodes-and-pools.md

Lines changed: 4 additions & 3 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: 12/13/2021
5+
ms.date: 04/11/2023
66

77
---
88
# Nodes and pools in Azure Batch
@@ -79,6 +79,9 @@ There are two types of pool configurations available in Batch.
7979

8080
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.
8181

82+
> [!IMPORTANT]
83+
> Currently, Batch does not support [Trusted Launch VMs](../virtual-machines/trusted-launch.md).
84+
8285
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.
8386

8487
### Cloud Services Configuration
@@ -100,8 +103,6 @@ When you create a pool, you need to select the appropriate **nodeAgentSkuId**, d
100103

101104
To learn how to create a pool with custom images, see [Use the Azure Compute Gallery to create a custom pool](batch-sig-images.md).
102105

103-
Alternatively, you can create a custom pool of virtual machines using a [managed image](batch-custom-images.md) resource. For information about preparing custom Linux images from Azure VMs, see [How to create an image of a virtual machine or VHD](../virtual-machines/linux/capture-image.md). For information about preparing custom Windows images from Azure VMs, see [Create a managed image of a generalized VM in Azure](../virtual-machines/windows/capture-image-resource.md).
104-
105106
### Container support in Virtual Machine pools
106107

107108
When creating a Virtual Machine Configuration pool using the Batch APIs, you can set up the pool to run tasks in Docker containers. Currently, you must create the pool using an image that supports Docker containers. Use the Windows Server 2016 Datacenter with Containers image from the Azure Marketplace, or supply a custom VM image that includes Docker Community Edition or Enterprise Edition and any required drivers. The pool settings must include a [container configuration](/rest/api/batchservice/pool/add) that copies container images to the VMs when the pool is created. Tasks that run on the pool can then reference the container images and container run options.

articles/batch/quick-create-bicep.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Azure Quickstart - Create a Batch account - Bicep file
33
description: This quickstart shows how to create a Batch account by using a Bicep file.
44
author: FuzziWumpus
5-
ms.date: 03/22/2022
5+
ms.date: 04/11/2023
66
ms.topic: quickstart
7-
ms.author: mkluck
7+
ms.author: padmalathas
88
ms.custom: subject-armqs, mode-arm, devx-track-bicep
99
tags: azure-resource-manager, bicep
1010
---

0 commit comments

Comments
 (0)