Skip to content

Commit 6876b60

Browse files
authored
Merge pull request #184850 from lauradolan/batch-no-public-ips
Batch: preview language for pools with no public IP address feature
2 parents d9325a4 + 46b8b3c commit 6876b60

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
---
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.
44
ms.topic: how-to
5-
ms.date: 12/13/2021
5+
ms.date: 01/11/2022
66
ms.custom: references_regions
77
---
88

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/).
1015
1116
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.
1217

@@ -16,11 +21,6 @@ By default, all the compute nodes in an Azure Batch virtual machine configuratio
1621

1722
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.
1823

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-
2424
## Prerequisites
2525

2626
- **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

Comments
 (0)