Skip to content

Commit dad95f3

Browse files
committed
removed '/' from the begining of 3 links
1 parent c51de3b commit dad95f3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/azure-maps/private-endpoints.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.subservice: authentication
1111

1212
# Use private endpoints with Azure Maps (preview)
1313

14-
Azure Maps supports [Azure Private Link](/../private-link/private-link-overview.md), enabling secure access to Azure Maps services through a private endpoint in your virtual network. A private endpoint assigns a private IP address from your virtual network to the Azure Maps service, so traffic between your applications and Azure Maps stays on the Microsoft backbone network instead of the public internet. This provides improved security and network isolation. You can create a private endpoint when you create an Azure Maps account or add one to an existing account.
14+
Azure Maps supports [Azure Private Link](../private-link/private-link-overview.md), enabling secure access to Azure Maps services through a private endpoint in your virtual network. A private endpoint assigns a private IP address from your virtual network to the Azure Maps service, so traffic between your applications and Azure Maps stays on the Microsoft backbone network instead of the public internet. This provides improved security and network isolation. You can create a private endpoint when you create an Azure Maps account or add one to an existing account.
1515

1616
## Benefits of private endpoints for Azure Maps
1717

@@ -82,7 +82,7 @@ Within this zone, a DNS record maps your Azure Maps account's unique ID and regi
8282
Clients inside the virtual network resolve the hostname to a private IP address for private connectivity, while clients outside the network resolve the same hostname to the Azure Maps public endpoint. This split‑horizon DNS approach lets you use a single endpoint URL both inside and outside the virtual network.
8383

8484
If you don't use automatic DNS integration, configure DNS manually so the Azure Maps account hostname
85-
(`<maps-account-client-id>.<location>.privatelink.account.maps.azure.com`) resolves to the private endpoint IP address within your network. For more information, see [Azure Private Endpoint DNS documentation](/../private-link/private-endpoint-dns.md).
85+
(`<maps-account-client-id>.<location>.privatelink.account.maps.azure.com`) resolves to the private endpoint IP address within your network. For more information, see [Azure Private Endpoint DNS documentation](../private-link/private-endpoint-dns.md).
8686

8787
### 3. Use the private endpoint in your applications
8888

@@ -118,5 +118,5 @@ Ask Copilot
118118

119119
## Related content
120120

121-
- [Azure Private Endpoint private DNS zone values](/../private-link/private-endpoint-dns.md)
122-
- [Azure Private Link availability](/../private-link/availability.md)
121+
- [Azure Private Endpoint private DNS zone values](../private-link/private-endpoint-dns.md)
122+
- [Azure Private Link availability](../private-link/availability.md)

0 commit comments

Comments
 (0)