Skip to content

Commit 77a0f0f

Browse files
authored
Merge pull request #53941 from staleycyn/patch-2
Enhance Azure Private Endpoint section with details
2 parents 063f755 + 7f6e5fd commit 77a0f0f

2 files changed

Lines changed: 8 additions & 1 deletion

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.

learn-pr/wwl-azure/design-implement-private-access-to-azure-services/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
prefetch-feature-rollout: true
66
title: Design and Implement Private Access to Azure Services
77
description: "You learn to design and implement private access to Azure Services with Azure Private Link, and virtual network service endpoints."
8-
ms.date: 11/19/2025
8+
ms.date: 03/23/2026
99
author: wwlpublish
1010
ms.author: cynthist
1111
ms.topic: module

0 commit comments

Comments
 (0)