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/private-link/network-security-perimeter-concepts.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: What is Network Security Perimeter?
3
-
description: Learn about the components of Network Security Perimeter, a feature that allows Azure PaaS resources to communicate within an explicit trusted boundary, or perimeter.
2
+
title: What is a network security perimeter?
3
+
description: Learn about the components of a network security perimeter, a feature that allows Azure PaaS resources to communicate within an explicit trusted boundary, or perimeter.
#CustomerIntent: As a network security administrator, I want to understand how to use Network Security Perimeter to control network access to Azure PaaS resources.
11
11
---
12
12
13
-
# What is Network Security Perimeter?
13
+
# What is a network security perimeter?
14
14
15
-
Network Security Perimeter allows organizations to define a logical network isolation boundary for PaaS resources (for example, Azure Storage account and SQL Database server) that are deployed outside your organization’s virtual networks. It restricts public network access to PaaS resources within the perimeter; access can be exempted by using explicit access rules for public inbound and outbound.
15
+
A network security perimeter allows organizations to define a logical network isolation boundary for PaaS resources (for example, Azure Storage account and SQL Database server) that are deployed outside your organization’s virtual networks. It restricts public network access to PaaS resources within the perimeter; access can be exempted by using explicit access rules for public inbound and outbound.
16
16
17
17
For access patterns involving traffic from virtual networks to PaaS resources, see [What is Azure Private Link?](private-link-overview.md).
18
18
19
-
Features of Network Security Perimeter include:
19
+
Features of a network security perimeter include:
20
20
21
21
- Resource to resource access communication within perimeter members, preventing data exfiltration to non-authorized destinations.
22
22
- Manage external public access with explicit rules for PaaS resources associated with the perimeter.
@@ -29,7 +29,7 @@ Features of Network Security Perimeter include:
A network security perimeter includes the following components:
35
35
@@ -42,7 +42,7 @@ A network security perimeter includes the following components:
42
42
|**Diagnostics settings**| Extension resource hosted by Microsoft Insights to collect logs & metrics for all resources in the perimeter. |
43
43
44
44
> [!NOTE]
45
-
> For organizational and informational safety, it is advised not to include any personally identifiable or sensitive data in the network security perimeter rules or other network security perimeter configuration.
45
+
> For organizational and informational safety, it is advised not to include any personally identifiable or sensitive data in the network security perimeter rules or other network security perimeter configurations.
46
46
47
47
## Network security perimeter properties
48
48
@@ -66,7 +66,7 @@ Administrators add PaaS resources to a perimeter by creating resource associatio
66
66
67
67
Learn more on transitioning from learning mode to enforced mode in [Transitioning to a network security perimeter](network-security-perimeter-transition.md) article.
68
68
69
-
## Why use Network Security Perimeter?
69
+
## Why use a network security perimeter?
70
70
71
71
Network security perimeter provides a secure perimeter for communication of PaaS services deployed outside the virtual network. It allows you to control network access to Azure PaaS resources. Some of the common use cases include:
72
72
@@ -78,7 +78,7 @@ Network security perimeter provides a secure perimeter for communication of PaaS
78
78
- Allow private endpoint traffic without other access rules.
79
79
80
80
81
-
## How does Network Security Perimeter work?
81
+
## How does a network security perimeter work?
82
82
83
83
When a network security perimeter is created and the PaaS resources are associated with the perimeter in enforced mode, all public traffic is denied by default thus preventing data exfiltration outside the perimeter.
84
84
@@ -101,7 +101,7 @@ A network security perimeter-aware private link resource is a PaaS resource that
0 commit comments