Skip to content

Commit 53993f9

Browse files
authored
Update batch-parallel-node-tasks.md
1 parent 43effca commit 53993f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/batch/batch-parallel-node-tasks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Run tasks concurrently to maximize usage of Batch compute nodes
33
description: Learn how to increase efficiency and lower costs by using fewer compute nodes and parallelism in an Azure Batch pool.
44
ms.topic: how-to
5-
ms.date: 04/10/2023
5+
ms.date: 05/24/2023
66
ms.custom: "H1Hack27Feb2017, devx-track-csharp"
77
ms.devlang: csharp
88
---
@@ -143,9 +143,9 @@ For more information on adding pools by using the REST API, see [Add a pool to a
143143
"imageReference": {
144144
"publisher": "canonical",
145145
"offer": "ubuntuserver",
146-
"sku": "18.04-lts"
146+
"sku": "20.04-lts"
147147
},
148-
"nodeAgentSKUId": "batch.node.ubuntu 18.04"
148+
"nodeAgentSKUId": "batch.node.ubuntu 20.04"
149149
},
150150
"targetDedicatedComputeNodes":2,
151151
"taskSlotsPerNode":4,

0 commit comments

Comments
 (0)