Skip to content

Commit ac144e1

Browse files
authored
Update private-endpoint-dns.md
1 parent 9b12d92 commit ac144e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/private-link/private-endpoint-dns.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ Connection URLs for your existing applications don't change. Client DNS requests
4343
> Azure File Shares must be remounted if connected to the public endpoint.
4444
4545
> [!CAUTION]
46-
> * Private networks using a Private DNS Zone for any given resource type (Ex. privatelink.blob.core.windows.net/ Storage Acocunt), can only resolve DNS Queries to public resources/ Public IPs if those public resources don't have any existing Private Endpoint Connections. If this applies, an additional DNS configuration is required on the Private DNS Zone to complete the DNS resolution sequence. Otherwise the Private DNS Zone will respond to the DNS query with a NXDOMAIN as no matching DNS record would be found in the Private DNS Zone.
46+
> * Private networks using a Private DNS Zone for any given resource type (Ex. privatelink.blob.core.windows.net/ Storage Account), can only resolve DNS Queries to public resources/ Public IPs if those public resources don't have any existing Private Endpoint Connections. If this applies, an additional DNS configuration is required on the Private DNS Zone to complete the DNS resolution sequence. Otherwise the Private DNS Zone will respond to the DNS query with a NXDOMAIN as no matching DNS record would be found in the Private DNS Zone.
4747
>
48-
> > * [Fallback to Internet](../dns/private-dns-fallback.md) for Private DNS Zone Virtual Netowrk Links can be implemented for proper DNS Resolution for the Public IP of the public resource. This allows DNS queries that reach Private DNS Zones to be forwarded to Azure DNS for public resolution.
49-
> > * Alternatively, a manually entered A-record in the Private DNS Zone that contians the Public IP of the public resource would allow for proper DNS resolution. This procedure isn't recommended as the Public IP of the A record in the Private DNS Zone won't be automatically updated if the corresponding public IP address changes for the public resource.
48+
> > * [Fallback to Internet](../dns/private-dns-fallback.md) for Private DNS Zone Virtual Network Links can be implemented for proper DNS Resolution for the Public IP of the public resource. This allows DNS queries that reach Private DNS Zones to be forwarded to Azure DNS for public resolution.
49+
> > * Alternatively, a manually entered A-record in the Private DNS Zone that contains the Public IP of the public resource would allow for proper DNS resolution. This procedure isn't recommended as the Public IP of the A record in the Private DNS Zone won't be automatically updated if the corresponding public IP address changes for the public resource.
5050
>
5151
> * Private endpoint private DNS zone configurations will only automatically generate if you use the recommended naming scheme in the following tables.
5252

0 commit comments

Comments
 (0)