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/private-link/private-endpoint-dns.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
---
2
+
title: Azure Private Endpoint DNS Configuration
3
+
description: Learn Azure Private Endpoint DNS Configuration
4
+
services: private-link
5
+
author: mblanco77
6
+
ms.service: private-link
7
+
ms.topic: conceptual
8
+
ms.date: 04/14/2020
9
+
ms.author: allensu
10
+
---
1
11
# Azure Private Endpoint DNS Configuration
2
12
3
13
## DNS configuration
@@ -63,14 +73,14 @@ These scenarios are oriented to guide you on how to get the dns resolution integ
63
73
64
74
- Single VNET and Azure Provided DNS
65
75
66
-
This an Azure only scenario where the client queries for the private endpoint IP to Azure provided DNS [168.63.129.16](https://docs.microsoft.com/en-us/azure/virtual-network/what-is-ip-address-168-63-129-16) that makes the authoritative resolution and then queries the azure private dns zone for the required record.
76
+
This an Azure only scenario where the client queries for the private endpoint IP to Azure provided DNS [168.63.129.16](https://docs.microsoft.com/azure/virtual-network/what-is-ip-address-168-63-129-16) that makes the authoritative resolution and then queries the azure private dns zone for the required record.
67
77
68
78
69
79

70
80
71
81
- Hub and Spoke with Azure provided DNS
72
82
73
-
In this scenario there's a [hub & spoke](https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke) networking topology with the spoke networks sharing a common private endpoint and all the spoke VNET are linked to the same private dns zone.
83
+
In this scenario there's a [hub & spoke](https://docs.microsoft.com/azure/architecture/reference-architectures/hybrid-networking/hub-spoke) networking topology with the spoke networks sharing a common private endpoint and all the spoke VNET are linked to the same private dns zone.
74
84
75
85

0 commit comments