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/pool-endpoint-configuration.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Configure node endpoints in Azure Batch pool
3
3
description: How to configure node endpoints such as access to SSH or RDP ports on compute nodes in an Azure Batch pool.
4
4
ms.topic: how-to
5
-
ms.date: 11/08/2024
5
+
ms.date: 12/16/2024
6
6
---
7
7
8
8
# 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
12
12
compute node in a Windows pool. Similarly, by default, a user can connect by Secure Shell (SSH) on port 22 to a compute
13
13
node in a Linux pool.
14
14
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.
19
20
20
21
In your environment, you might need to enable, restrict, or disable external access settings or any other ports you wish
21
22
on the Batch pool. You can modify these settings by using the Batch APIs to set the
@@ -167,4 +168,4 @@ class AzureBatch(object):
167
168
## Next steps
168
169
169
170
- 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