You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/tutorial-java-tomcat-connect-managed-identity-postgresql-database.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: 'Tutorial: Access data with managed identity in Java'
3
3
description: Secure Azure Database for PostgreSQL connectivity with managed identity from a sample Java Tomcat app, and apply it to other Azure services.
Copy file name to clipboardExpand all lines: articles/azure-maps/private-endpoints.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,15 @@ title: Use private endpoints with Azure Maps
3
3
description: Learn how to use private endpoints with Azure Maps.
4
4
author: pbrasil
5
5
ms.author: peterbr
6
-
ms.date: 02/27/2026
7
-
ms.topic: how-to
6
+
ms.date: 03/26/2026
7
+
ms.topic: article
8
8
ms.service: azure-maps
9
9
ms.subservice: authentication
10
10
---
11
11
12
-
# Use private endpoints with Azure Maps
12
+
# Use private endpoints with Azure Maps (preview)
13
13
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.
15
15
16
16
## Benefits of private endpoints for Azure Maps
17
17
@@ -82,7 +82,7 @@ Within this zone, a DNS record maps your Azure Maps account's unique ID and regi
82
82
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.
83
83
84
84
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).
86
86
87
87
### 3. Use the private endpoint in your applications
88
88
@@ -92,7 +92,7 @@ To use the private endpoint, configure your applications to call the **Azure Map
> 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
118
118
119
119
## Related content
120
120
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