Skip to content

Commit 1df18ac

Browse files
committed
minor spelling fixes
1 parent 0847ba6 commit 1df18ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/app-service/networking-features.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@ Private endpoints prevent data exfiltration because the only thing you can reach
122122

123123
### Network Security Perimeter
124124

125-
Azure [Network Security Perimeter](../private-link/network-security-perimeter-concepts.md) (NSP) is a service that provides a secure perimeter for communication of Platform as a Service (PaaS) services. These PaaS services can communicate with each other within the perimeter, and can also communicate with resources outside the perimeter using public inbound and outbound access rules. NSP rule enforcement is primarily using identity-based security which cannot be fully enforced in platform services that allow you do deploy your own code and use the identity to represent the platform. If you need to communicate with PaaS service that are part of an NSP you will need to add virtual network integration to you App Service or Function instances and communicate with the PaaS resources using private endpoints.
125+
Azure [Network Security Perimeter](../private-link/network-security-perimeter-concepts.md) (NSP) is a service that provides a secure perimeter for communication of Platform as a Service (PaaS) services. These PaaS services can communicate with each other within the perimeter, and can also communicate with resources outside the perimeter using public inbound and outbound access rules.
126+
127+
NSP rule enforcement is primarily using identity-based security which cannot be fully enforced in platform services like App Services and Functions that allow you to deploy your own code and use the identity to represent the platform. If you need to communicate with PaaS services that are part of an NSP you will need to add virtual network integration to you App Service or Functions instances and communicate with the PaaS resources using private endpoints.
126128

127129
### Hybrid Connections
128130

0 commit comments

Comments
 (0)