Skip to content

Commit 8ab682a

Browse files
Merge pull request #313747 from stevemunk/private-endpoints-preview
Azure Maps: Added (preview) to title of private endpoints article.
2 parents 0862669 + 883ff82 commit 8ab682a

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

articles/azure-maps/private-endpoints.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: Use private endpoints with Azure Maps
33
description: Learn how to use private endpoints with Azure Maps.
44
author: pbrasil
55
ms.author: peterbr
6-
ms.date: 02/27/2026
7-
ms.topic: how-to
6+
ms.date: 03/26/2026
7+
ms.topic: article
88
ms.service: azure-maps
99
ms.subservice: authentication
1010
---
1111

12-
# Use private endpoints with Azure Maps
12+
# 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>.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

@@ -92,7 +92,7 @@ To use the private endpoint, configure your applications to call the **Azure Map
9292

9393
The access pattern is:
9494

95-
`https://{maps-account-client-id}.{location}.privatelink.account.maps.azure.com`
95+
`https://{maps-account-client-id}.{location}.account.maps.azure.com`
9696

9797
> [!Important]
9898
> If your application continues to use the default Azure Maps endpoint (such as `atlas.microsoft.com`), requests won't be routed through the private endpoint. Azure Maps SDKs support overriding the default endpoint, so configure your SDK or connection code to use your Azure Maps account–specific hostname. When configured, requests from within your network are automatically routed through Private Link.
@@ -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)