Skip to content

Commit 86f4134

Browse files
committed
added author and removed en-us in links to remove warnings to PR #111047
1 parent 03aa88a commit 86f4134

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
---
111
# Azure Private Endpoint DNS Configuration
212

313
## DNS configuration
@@ -63,14 +73,14 @@ These scenarios are oriented to guide you on how to get the dns resolution integ
6373

6474
- Single VNET and Azure Provided DNS
6575

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.
6777

6878

6979
![single vnet and azure provided dns](media/private-endpoint-dns/single-vnet-azure-dns.png)
7080

7181
- Hub and Spoke with Azure provided DNS
7282

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.
7484

7585
![hub & spoke with azure provided dns](media/private-endpoint-dns/hubandspoke-azure-dns.png)
7686

0 commit comments

Comments
 (0)