Skip to content

Commit 830545c

Browse files
Merge pull request #229444 from jimmart-dev/jammart-storage-private-endpoints-dns-link
add link for private endpoint config doc to storage doc on PEs
2 parents a645448 + 261ad99 commit 830545c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ 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
1313
ms.subservice: common
14+
ms.custom: engagement-fy23
1415
---
1516

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

8687
## DNS changes for private endpoints
8788

89+
> [!NOTE]
90+
> For details on how to configure your DNS settings for private endpoints, see [Azure Private Endpoint DNS configuration](../../private-link/private-endpoint-dns.md).
91+
8892
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.
8993

9094
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 +156,6 @@ Only private endpoints that target the Blob storage resource are supported. Priv
152156

153157
## Next steps
154158

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

0 commit comments

Comments
 (0)