Skip to content

Commit dd0ae4c

Browse files
Merge pull request #235859 from greg-lindsay/dns-upd
GitHub issues 104115 and 104706
2 parents 00f8ac8 + 61f29c8 commit dd0ae4c

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

articles/dns/dns-import-export.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: dns
66
author: greg-lindsay
77
ms.service: dns
88
ms.custom: devx-track-azurecli
9-
ms.date: 09/27/2022
9+
ms.date: 04/25/2023
1010
ms.author: greglin
1111
ms.topic: how-to
1212
---
@@ -31,9 +31,12 @@ Before you import a DNS zone file into Azure DNS, you need to obtain a copy of t
3131
* If your DNS zone is hosted on Windows DNS, the default folder for the zone files is **%systemroot%\system32\dns**. The full path to each zone file is also shown on the **General** tab of the DNS console.
3232
* If your DNS zone is hosted using BIND, the location of the zone file for each zone gets specified in the BIND configuration file **named.conf**.
3333

34+
> [!IMPORTANT]
35+
> If the zone file that you import contains CNAME entries that point to names in another private zone, Azure DNS resolution of the CNAME will fail unless the other zone is also imported, or the CNAME entries are modified.
36+
3437
## Import a DNS zone file into Azure DNS
3538

36-
Importing a zone file creates a new zone in Azure DNS if the zone doesn't already exist. If the zone exist, then the record sets in the zone file will be merged with the existing record sets.
39+
Importing a zone file creates a new zone in Azure DNS if the zone doesn't already exist. If the zone exists, then the record sets in the zone file will be merged with the existing record sets.
3740

3841
### Merge behavior
3942

articles/dns/private-dns-scenarios.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: dns
55
author: greg-lindsay
66
ms.service: dns
77
ms.topic: article
8-
ms.date: 09/27/2022
8+
ms.date: 04/25/2023
99
ms.author: greglin
1010
---
1111

@@ -22,6 +22,9 @@ You can also do a reverse DNS query (PTR) for the private IP of VNETA-VM1 (10.0.
2222

2323
![Single Virtual network resolution](./media/private-dns-scenarios/single-vnet-resolution.png)
2424

25+
> [!NOTE]
26+
> The IP addresses 10.0.0.1 and 10.0.0.2 are examples only. Since Azure reserves the first four addresses in a subnet, the .1 and .2 addresses are not normally assigned to a VM.
27+
2528
## Scenario: Name Resolution across virtual networks
2629

2730
In this scenario, you need to associate a private zone with multiple virtual networks. You can implement this solution in various network architectures such as the Hub-and-Spoke model. This configuration is when a central hub virtual network is used to connect multiple spoke virtual networks together. The central hub virtual network can be linked as the registration virtual network and the spoke virtual networks can be linked as resolution virtual networks.

0 commit comments

Comments
 (0)