Skip to content

Commit 44af2ad

Browse files
authored
Update nodes-and-pools.md
1 parent ad1aa5a commit 44af2ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/batch/nodes-and-pools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
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: 04/11/2023
5+
ms.date: 06/25/2024
66

77
---
88
# Nodes and pools in Azure Batch
99

10-
In an Azure Batch workflow, a *compute node* (or *node*) is a virtual machine that processes a portion of your application's workload. A *pool* is a collection of these nodes for your application to runs on. This article explains more about nodes and pools, along with considerations when creating and using them in an Azure Batch workflow.
10+
In an Azure Batch workflow, a *compute node* (or *node*) is a virtual machine that processes a portion of your application's workload. A *pool* is a collection of these nodes for your application to run on. This article explains more about nodes and pools, along with considerations when creating and using them in an Azure Batch workflow.
1111

1212
## Nodes
1313

0 commit comments

Comments
 (0)