Skip to content

Commit be9c3b1

Browse files
authored
Enhance Azure Private Endpoint section with details
Added explanation of Azure Private Endpoint and its role in Private Link, including a note on Network Security Perimeter.
1 parent 7acba17 commit be9c3b1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

learn-pr/wwl-azure/design-implement-private-access-to-azure-services/includes/3-define-private-link-service-private-endpoint.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ Private Link provides secure access to Azure services. Private Link achieves tha
3232

3333
[Azure private endpoint](/azure/private-link/private-endpoint-overview) is the key technology behind private link. Private endpoint is a network interface that enables a private and secure connection between your virtual network and an Azure service. In other words, private endpoint is the network interface that replaces the resource's public endpoint.
3434

35+
36+
37+
3538
Private Link provides secure access to Azure services. Private Link achieves that security by replacing a resource's public endpoint with a private network interface. Private Endpoint uses the private IP address for services into the virtual network.
3639

3740
:::image type="content" source="../media/private-link-71e02d03.png" alt-text="Diagram showing private endpoint and private link zone.":::
@@ -42,3 +45,7 @@ Private Link provides secure access to Azure services. Private Link achieves tha
4245
Private Endpoints grant network access to specific resources behind a given service providing granular segmentation. Traffic can reach the service resource from on premises without using public endpoints.
4346

4447
A service endpoint remains a publicly routable IP address. A private endpoint is a private IP in the address space of the virtual network where the private endpoint is configured.
48+
49+
50+
> [!NOTE]
51+
> When public internet access is required for PaaS services, [Network Security Perimeter](/azure/private-link/network-security-perimeter-concepts) provides a logical security boundary with controlled inbound and outbound access rules. Network Security Perimeter is generally available in all Azure public regions and complements Private Link.

0 commit comments

Comments
 (0)