Skip to content

Commit dcec0c1

Browse files
committed
add link for private endpoint config doc to storage doc on private endpoints
1 parent ddc6376 commit dcec0c1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/storage/common/storage-private-endpoints.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ author: jimmart-dev
77

88
ms.service: storage
99
ms.topic: conceptual
10-
ms.date: 03/16/2021
10+
ms.date: 03/03/2023
1111
ms.author: jammart
1212
ms.reviewer: santoshc
13-
ms.subservice: common
13+
ms.subservice: common, engagement-fy23
1414
---
1515

1616
# Use private endpoints for Azure Storage
@@ -85,6 +85,9 @@ By default, We create a [private DNS zone](../../dns/private-dns-overview.md) at
8585

8686
## DNS changes for private endpoints
8787

88+
> [!NOTE]
89+
> For details on how to configure your DNS settings for private endpoints, see [Azure Private Endpoint DNS configuration](../../private-link/private-endpoint-dns.md).
90+
8891
When you create a private endpoint, the DNS CNAME resource record for the storage account is updated to an alias in a subdomain with the prefix `privatelink`. By default, we also create a [private DNS zone](../../dns/private-dns-overview.md), corresponding to the `privatelink` subdomain, with the DNS A resource records for the private endpoints.
8992

9093
When you resolve the storage endpoint URL from outside the VNet with the private endpoint, it resolves to the public endpoint of the storage service. When resolved from the VNet hosting the private endpoint, the storage endpoint URL resolves to the private endpoint's IP address.
@@ -152,5 +155,6 @@ Only private endpoints that target the Blob storage resource are supported. Priv
152155

153156
## Next steps
154157

158+
- [Azure Private Endpoint DNS configuration](../../private-link/private-endpoint-dns.md)
155159
- [Configure Azure Storage firewalls and virtual networks](storage-network-security.md)
156160
- [Security recommendations for Blob storage](../blobs/security-recommendations.md)

0 commit comments

Comments
 (0)