Skip to content

Commit 6e4d393

Browse files
authored
Fix grammar and punctuation in Private Link documentation
1 parent 5f9c623 commit 6e4d393

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

learn-pr/wwl-azure/design-implement-private-access-to-azure-services/includes/4-integrate-private-link-dns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Private Link gives you private access from your Azure virtual network to PaaS se
66

77
Yes, by using [Azure Private Link Service](/azure/private-link/private-link-service-overview). This service lets you offer Private Link connections to your custom Azure services. Consumers of your custom services can then access those services privately—that is, without using the internet—from their own Azure virtual networks.
88

9-
Azure Private Link service is the reference to your own service that is powered by Azure Private Link. Your service that is running behind Azure standard load balancer can be enabled for Private Link access so that consumers to your service can access it privately from their own VNets. Your customers can create a private endpoint inside their VNet and map it to this service. A Private Link service receives connections from multiple private endpoints. A private endpoint connects to one Private Link service.
9+
Azure Private Link service is the reference to your own service that's powered by Azure Private Link. Your service that's running behind Azure standard load balancer can be enabled for Private Link access so that consumers to your service can access it privately from their own VNets. Your customers can create a private endpoint inside their VNet and map it to this service. A Private Link service receives connections from multiple private endpoints. A private endpoint connects to one Private Link service.
1010

1111
:::image type="content" source="../media/consumer-provider-endpoint.png" alt-text="Diagram of the private link service workflow." lightbox="../media/consumer-provider-endpoint.png":::
1212

@@ -18,7 +18,7 @@ The following diagram shows a typical [high-level architecture](/azure/architect
1818

1919
In the previous diagram, it's important to highlight:
2020

21-
1. All Azure virtual networks use the DNS private resolver that is hosted in the hub virtual network.
21+
1. All Azure virtual networks use the DNS private resolver that's hosted in the hub virtual network.
2222

2323
1. On-premises DNS servers have conditional forwarders configured for each private endpoint public DNS zone, pointing to the DNS private resolver hosted in the hub virtual network.
2424

0 commit comments

Comments
 (0)