Skip to content

Commit 845416e

Browse files
Merge pull request #292010 from alfpark/alpark/batch
Update Batch pool endpoint note
2 parents 3971aea + c39d002 commit 845416e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/batch/pool-endpoint-configuration.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Configure node endpoints in Azure Batch pool
33
description: How to configure node endpoints such as access to SSH or RDP ports on compute nodes in an Azure Batch pool.
44
ms.topic: how-to
5-
ms.date: 11/08/2024
5+
ms.date: 12/16/2024
66
---
77

88
# Configure remote access to compute nodes in an Azure Batch pool
@@ -12,10 +12,11 @@ externally to a compute node in a Batch pool. For example, a user can connect by
1212
compute node in a Windows pool. Similarly, by default, a user can connect by Secure Shell (SSH) on port 22 to a compute
1313
node in a Linux pool.
1414

15-
> [!TIP]
16-
> As of API version `2024-07-01`, Batch no longer automatically maps common remote access ports for SSH and RDP.
17-
> If you wish to allow remote access to your Batch compute nodes with pools created with API version `2024-07-01` or later,
18-
> then you must manually configure the pool endpoint configuration to enable such access.
15+
> [!NOTE]
16+
> As of API version `2024-07-01` (and all pools created after **30 November 2025** regardless of API version), Batch no
17+
> longer automatically maps common remote access ports for SSH and RDP. If you wish to allow remote access to your Batch
18+
> compute nodes with pools created with API version `2024-07-01` or later (and after 30 November 2025), then you must
19+
> manually configure the pool endpoint configuration to enable such access.
1920
2021
In your environment, you might need to enable, restrict, or disable external access settings or any other ports you wish
2122
on the Batch pool. You can modify these settings by using the Batch APIs to set the
@@ -167,4 +168,4 @@ class AzureBatch(object):
167168
## Next steps
168169

169170
- Learn about the [Batch service workflow and primary resources](batch-service-workflow-features.md) such as pools, nodes, jobs, and tasks.
170-
- For more information about NSG rules in Azure, see [Filter network traffic with network security groups](../virtual-network/network-security-groups-overview.md).
171+
- Learn more about NSG rules in Azure with [Filtering network traffic with network security groups](../virtual-network/network-security-groups-overview.md).

0 commit comments

Comments
 (0)