Skip to content

Commit 61f29c8

Browse files
committed
GitHub issue 104706
1 parent 2a31f5a commit 61f29c8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
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

0 commit comments

Comments
 (0)