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/network-security-perimeter.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
-
title: Configure Network Security Perimeter for Azure Batch accounts
3
-
description: Learn how to associate an Azure Batch account with Network Security Perimeter
2
+
title: Configure network security perimeter for Azure Batch accounts
3
+
description: Learn how to associate an Azure Batch account with network security perimeter
4
4
ms.topic: how-to
5
5
ms.date: 3/17/2025
6
6
ms.custom: references_regions
7
7
---
8
8
9
-
# Network Security Perimeter
9
+
# Network security perimeter
10
10
11
11
The [network security perimeter (NSP)](../private-link/network-security-perimeter-concepts.md) provided by Azure networking serves as a comprehensive tool for customers to ensure optimal security when utilizing PaaS resources. It allows customers to establish logical boundaries for network isolation and collectively manage public access controls for numerous PaaS resources.
12
12
@@ -18,11 +18,11 @@ With a network security perimeter:
18
18
> [!IMPORTANT]
19
19
> Network security perimeter rules do not govern the private link with the [private endpoint](../private-link/private-endpoint-overview.md).
20
20
21
-
## Network Security Perimeter Scenarios in Batch service
21
+
## Network security perimeter scenarios in Batch service
22
22
23
23
Azure Batch service is designed to support various scenarios that necessitate access to other PaaS resources:
24
24
25
-
- Application packages requires communication with Azure Storage. For more information, see [batch-application-packages](./batch-application-packages.md).
25
+
- Application packages require communication with Azure Storage. For more information, see [batch-application-packages](./batch-application-packages.md).
26
26
- Customer managed key requires communication with Azure KeyVault. For more information, see [batch-customer-managed-key](./batch-customer-managed-key.md).
27
27
28
28
Network administrators can use the network security perimeter feature to create an isolation boundary for their PaaS services. This security perimeter permits the setting up of public access controls for various PaaS resources, providing a consistent user experience and a uniform API. Setting up network security perimeter for PaaS communications supported by Batch, refer to the [Network security perimeter in Azure Storage](/azure/storage/common/storage-network-security#network-secuirty-perimeter-preview) and [Network security perimeter in Azure Key Vault](/azure/key-vault/general/network-security#network-security-perimeter-preview) for more details.
@@ -37,7 +37,7 @@ Batch users can also use the network security perimeter to secure inbound traffi
37
37
> Network security perimeters do not regulate nodes within Batch pools. To ensure network isolation for the pool, you may still need to create a **nodeManagement** private endpoint for [the Batch pool without public ip addresses](./simplified-node-communication-pool-no-public-ip.md).
38
38
> To enable a node to access Azure Storage and other PaaS resources associated with a network security perimeter, ensure that relevant access rules are added to the target PaaS resource's profile. These access rules grant the node the necessary permissions to visit.
39
39
40
-
## Configure Network Security Perimeter for Azure Batch account
40
+
## Configure network security perimeter for Azure Batch account
41
41
42
42
### Prerequisite
43
43
@@ -50,24 +50,24 @@ Batch users can also use the network security perimeter to secure inbound traffi
50
50
51
51
3. Make sure your Batch account operates only with the simplified node communication pool.
52
52
53
-
### Create a Network Security Perimeter
53
+
### Create a network security perimeter
54
54
55
55
Create your own network security perimeter resource using [Azure portal](../private-link/create-network-security-perimeter-portal.md) or [PowerShell](../private-link/create-network-security-perimeter-powershell.md) or [Azure CLI](../private-link/create-network-security-perimeter-cli.md).
56
56
57
-
### Associate Batch account with the Network Security Perimeter
57
+
### Associate Batch account with the network security perimeter
58
58
59
59
#### Using Azure portal
60
60
1. Navigate to your network security perimeter resource in the Azure portal, where you should establish a profile for your Batch account to associate with. If you do not create the profile, go to **Settings** -> **Profiles** to create a network security perimeter profile initially.

71
71
72
72
#### Using PowerShell
73
73
1. Create a new profile for your network security perimeter
0 commit comments