Skip to content

Commit d73c5c3

Browse files
authored
Update batch-virtual-network.md
1 parent 78fd5ed commit d73c5c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/batch/batch-virtual-network.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Provision a pool in a virtual network
33
description: Learn how to create a Batch pool in an Azure virtual network so that compute nodes can communicate securely with other VMs in the network, such as a file server.
44
ms.topic: how-to
5-
ms.date: 06/27/2024
5+
ms.date: 11/19/2024
66
---
77

88
# Create an Azure Batch pool in a virtual network
@@ -74,8 +74,8 @@ In order to provide the necessary communication between compute nodes and the Ba
7474
* Outbound traffic on any port to the virtual network. This rule might be amended per subnet-level NSG rules.
7575
* Outbound traffic on any port to the Internet. This rule might be amended per subnet-level NSG rules.
7676

77-
> [!TIP]
78-
> For pools created using API version earlier than `2024-07-01`, inbound TCP traffic on port 22 (Linux nodes) or port 3389 (Windows nodes) to permit remote access for SSH or RDP on default ports is configured, respectively.
77+
> [!NOTE]
78+
> For pools created using an API version earlier than 2024-07-01, inbound TCP traffic on port 22 (Linux nodes) or port 3389 (Windows nodes) is configured to allow remote access via SSH or RDP on the default ports.
7979
8080
> [!IMPORTANT]
8181
> Use caution if you modify or add inbound or outbound rules in Batch-configured NSGs. If communication to the compute nodes in the specified subnet is denied by an NSG, the Batch service will set the state of the compute nodes to **unusable**. Additionally, no resource locks should be applied to any resource created by Batch, because this can prevent cleanup of resources as a result of user-initiated actions such as deleting a pool.

0 commit comments

Comments
 (0)