Skip to content

Commit 57d3848

Browse files
committed
Added preview
1 parent 6058a99 commit 57d3848

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

articles/azure-maps/private-endpoints.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ 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
6+
ms.date: 03/26/2026
77
ms.topic: how-to
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

1414
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

@@ -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.

0 commit comments

Comments
 (0)