You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/batch/batch-pool-no-public-ip-address.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,9 @@ title: Create an Azure Batch pool without public IP addresses
3
3
description: Learn how to create a pool without public IP addresses
4
4
author: pkshultz
5
5
ms.topic: how-to
6
-
ms.date: 06/26/2020
6
+
ms.date: 09/25/2020
7
7
ms.author: peshultz
8
+
ms.custom: references_regions
8
9
9
10
---
10
11
@@ -14,12 +15,12 @@ When you create an Azure Batch pool, you can provision the virtual machine confi
14
15
15
16
## Why use a pool without public IP Addresses?
16
17
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.
18
19
19
20
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.
20
21
21
22
> [!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.
23
24
> 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.
24
25
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
25
26
@@ -53,7 +54,7 @@ To restrict access to these nodes and reduce the discoverability of these nodes
53
54
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.
54
55
1. In **IP address provisioning type**, select **NoPublicIPAddresses**.
55
56
56
-

57
+

57
58
58
59
## Use the Batch REST API to create a pool without public IP addresses
0 commit comments