Skip to content

Commit bb7a5b5

Browse files
Merge pull request #239726 from Padmalathas/Padmalathas-patch-3
Updated for Linux Distros and metadata
2 parents f57b841 + 7a0db8f commit bb7a5b5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/batch/batch-pool-no-public-ip-address.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create an Azure Batch pool without public IP addresses (preview)
33
description: Learn how to create an Azure Batch pool without public IP addresses.
44
ms.topic: how-to
5-
ms.date: 11/18/2022
5+
ms.date: 05/30/2023
66
ms.custom: references_regions
77
---
88

@@ -84,9 +84,9 @@ client-request-id: 00000000-0000-0000-0000-000000000000
8484
"imageReference": {
8585
"publisher": "Canonical",
8686
"offer": "UbuntuServer",
87-
"sku": "18.04-lts"
87+
"sku": "20.04-lts"
8888
},
89-
"nodeAgentSKUId": "batch.node.ubuntu 18.04"
89+
"nodeAgentSKUId": "batch.node.ubuntu 20.04"
9090
}
9191
"networkConfiguration": {
9292
"subnetId": "/subscriptions/<your_subscription_id>/resourceGroups/<your_resource_group>/providers/Microsoft.Network/virtualNetworks/<your_vnet_name>/subnets/<your_subnet_name>",
@@ -112,6 +112,9 @@ client-request-id: 00000000-0000-0000-0000-000000000000
112112
}
113113
```
114114

115+
> [!Important]
116+
> This document references a release version of Linux that is nearing or at, End of Life(EOL). Please consider updating to a more current version.
117+
115118
## Outbound access to the internet
116119

117120
In a pool without public IP addresses, your virtual machines won't be able to access the public internet unless you configure your network setup appropriately, such as by using [virtual network NAT](../virtual-network/nat-gateway/nat-overview.md). NAT only allows outbound access to the internet from the virtual machines in the virtual network. Batch-created compute nodes won't be publicly accessible, since they don't have public IP addresses associated.

0 commit comments

Comments
 (0)