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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,17 @@
1
1
---
2
-
title: Create an Azure Batch pool without public IP addresses
3
-
description: Learn how to create a pool without public IP addresses
2
+
title: Create an Azure Batch pool without public IP addresses (preview)
3
+
description: Learn how to create an Azure Batch pool without public IP addresses.
4
4
ms.topic: how-to
5
-
ms.date: 12/13/2021
5
+
ms.date: 01/11/2022
6
6
ms.custom: references_regions
7
7
---
8
8
9
-
# Create an Azure Batch pool without public IP addresses
9
+
# Create an Azure Batch pool without public IP addresses (preview)
10
+
11
+
> [!IMPORTANT]
12
+
> Support for pools without public IP addresses in Azure Batch is currently in public preview for the following regions: France Central, East Asia, West Central US, South Central US, West US 2, East US, North Europe, East US 2, Central US, West Europe, North Central US, West US, Australia East, Japan East, Japan West.
13
+
> 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.
14
+
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
10
15
11
16
When you create an Azure Batch pool, you can provision the virtual machine configuration pool without a public IP address. This article explains how to set up a Batch pool without public IP addresses.
12
17
@@ -16,11 +21,6 @@ By default, all the compute nodes in an Azure Batch virtual machine configuratio
16
21
17
22
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.
18
23
19
-
> [!IMPORTANT]
20
-
> Support for pools without public IP addresses in Azure Batch is currently in public preview for the following regions: France Central, East Asia, West Central US, South Central US, West US 2, East US, North Europe, East US 2, Central US, West Europe, North Central US, West US, Australia East, Japan East, Japan West.
21
-
> 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.
22
-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
23
-
24
24
## Prerequisites
25
25
26
26
-**Authentication**. To use a pool without public IP addresses inside a [virtual network](./batch-virtual-network.md), the Batch client API must use Azure Active Directory (AD) authentication. Azure Batch support for Azure AD is documented in [Authenticate Batch service solutions with Active Directory](batch-aad-auth.md). If you aren't creating your pool within a virtual network, either Azure AD authentication or key-based authentication can be used.
0 commit comments