Skip to content

Commit 3d946c9

Browse files
committed
Removed hard coded node agent sku list and linked API doc
1 parent 35c77ba commit 3d946c9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

articles/batch/batch-linux-nodes.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ Not all Marketplace images are compatible with the currently available Batch nod
3636

3737
### Node agent SKU
3838

39-
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. Essentially, when you create a Virtual Machine Configuration, you first specify the virtual machine image reference, and then you specify the node agent to install on the image. Typically, each node agent SKU is compatible with multiple virtual machine images. Here are a few examples of node agent SKUs:
40-
41-
- batch.node.ubuntu 18.04
42-
- batch.node.centos 7
43-
- batch.node.windows amd64
39+
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. Essentially, when you create a Virtual Machine Configuration, you first specify the virtual machine image reference, and then you specify the node agent to install on the image. Typically, each node agent SKU is compatible with multiple virtual machine images. To view supported Marketplace VM images with their corresponding node agent SKUs, you can refer to [Account - List Supported Images - REST API (Azure Batch Service) | Microsoft Docs](https://docs.microsoft.com/en-us/rest/api/batchservice/account/list-supported-images).
4440

4541
## Create a Linux pool: Batch Python
4642

0 commit comments

Comments
 (0)