Skip to content

Commit f78e13d

Browse files
committed
update region note
1 parent 80e2e0a commit f78e13d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ title: Create an Azure Batch pool without public IP addresses
33
description: Learn how to create a pool without public IP addresses
44
author: pkshultz
55
ms.topic: how-to
6-
ms.date: 06/26/2020
6+
ms.date: 09/25/2020
77
ms.author: peshultz
8+
ms.custom: references_regions
89

910
---
1011

@@ -14,12 +15,12 @@ When you create an Azure Batch pool, you can provision the virtual machine confi
1415

1516
## Why use a pool without public IP Addresses?
1617

17-
By default, all the compute nodes in an Azure Batch virtual machine configuration pool are assigned a public IP address. This address is used by the Batch service to schedule tasks and for communication with compute nodes, including outbound access to the internet.
18+
By default, all the compute nodes in an Azure Batch virtual machine configuration pool are assigned a public IP address. This address is used by the Batch service to schedule tasks and for communication with compute nodes, including outbound access to the internet.
1819

1920
To restrict access to these nodes and reduce the discoverability of these nodes from the internet, you can provision the pool without public IP addresses.
2021

2122
> [!IMPORTANT]
22-
> Support for pools without public IP addresses in Azure Batch is currently in public preview for the West Central US, East US, South Central US, West US 2, US Gov Virginia, and US Gov Arizona regions.
23+
> Support for pools without public IP addresses in Azure Batch is currently public preview for all regions except China East, China East 2, China North, and China North 2.
2324
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
2425
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2526
@@ -53,7 +54,7 @@ To restrict access to these nodes and reduce the discoverability of these nodes
5354
1. Optionally select a virtual network and subnet you wish to use. This virtual network must be in the same resource group as the pool you are creating.
5455
1. In **IP address provisioning type**, select **NoPublicIPAddresses**.
5556

56-
![Add pool screen with NoPublicIPAddresses selected](./media/batch-pool-no-public-ip-address/create-pool-without-public-ip-address.png)
57+
![Screenshot of the Add pool screen with NoPublicIPAddresses selected.](./media/batch-pool-no-public-ip-address/create-pool-without-public-ip-address.png)
5758

5859
## Use the Batch REST API to create a pool without public IP addresses
5960

0 commit comments

Comments
 (0)