Skip to content

Commit 4b6d50a

Browse files
authored
Updated for EOL'd Linux distros and metadata
1 parent c1a8624 commit 4b6d50a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/batch/create-pool-availability-zones.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create a pool across availability zones
33
description: Learn how to create a Batch pool with zonal policy to help protect against failures.
44
ms.topic: how-to
5-
ms.date: 08/06/2021
5+
ms.date: 05/25/2023
66
ms.devlang: csharp
77
---
88

@@ -58,12 +58,12 @@ Request body
5858
"imageReference": {
5959
"publisher": "Canonical",
6060
"offer": "UbuntuServer",
61-
"sku": "18.04-lts"
61+
"sku": "20.04-lts"
6262
},
6363
"nodePlacementConfiguration": {
6464
"policy": "Zonal"
6565
}
66-
"nodeAgentSKUId": "batch.node.ubuntu 18.04"
66+
"nodeAgentSKUId": "batch.node.ubuntu 20.04"
6767
},
6868
"resizeTimeout": "PT15M",
6969
"targetDedicatedNodes": 5,

0 commit comments

Comments
 (0)