Skip to content

Commit ac46808

Browse files
authored
Update security-best-practices.md
1 parent ef112a7 commit ac46808

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/batch/security-best-practices.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,11 @@ For more information, see [Create a pool without public IP addresses](simplified
158158

159159
#### Limit remote access to pool nodes
160160

161-
For pools created with an API version earlier than 2024-07-01, Batch by default permits a node user with network connectivity to externally connect to a compute node in a Batch pool using RDP or SSH.
161+
For pools created with an API version earlier than `2024-07-01`, Batch by default permits a node user with network connectivity to externally connect to a compute node in a Batch pool using RDP or SSH.
162162

163-
To limit remote access, create your pools using an API version 2024-07-01 or later.
163+
To limit remote access, create your pools using an API version `2024-07-01` or later.
164164

165-
To limit remote access to nodes in pools created by API with version earlier than 2024-07-01, use one of the following methods:
165+
To limit remote access to nodes in pools created by API with version earlier than `2024-07-01`, use one of the following methods:
166166

167167
- Configure the [PoolEndpointConfiguration](/rest/api/batchservice/pool/add#poolendpointconfiguration) to deny access. The appropriate network security group (NSG) will be associated with the pool.
168168
- Create your pool [without public IP addresses](simplified-node-communication-pool-no-public-ip.md). By default, these pools can't be accessed outside of the VNet.

0 commit comments

Comments
 (0)