We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a8624 commit 4b6d50aCopy full SHA for 4b6d50a
articles/batch/create-pool-availability-zones.md
@@ -2,7 +2,7 @@
2
title: Create a pool across availability zones
3
description: Learn how to create a Batch pool with zonal policy to help protect against failures.
4
ms.topic: how-to
5
-ms.date: 08/06/2021
+ms.date: 05/25/2023
6
ms.devlang: csharp
7
---
8
@@ -58,12 +58,12 @@ Request body
58
"imageReference": {
59
"publisher": "Canonical",
60
"offer": "UbuntuServer",
61
- "sku": "18.04-lts"
+ "sku": "20.04-lts"
62
},
63
"nodePlacementConfiguration": {
64
"policy": "Zonal"
65
}
66
- "nodeAgentSKUId": "batch.node.ubuntu 18.04"
+ "nodeAgentSKUId": "batch.node.ubuntu 20.04"
67
68
"resizeTimeout": "PT15M",
69
"targetDedicatedNodes": 5,
0 commit comments