Skip to content

Commit 0b060bf

Browse files
Merge pull request #271511 from halkazwini/dns
Update to merge behavior
2 parents ac57c1c + c2b9bfb commit 0b060bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/dns/dns-import-export-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Import and export a domain zone file - Azure portal
33
titleSuffix: Azure DNS
4-
description: Learn how to import and export a DNS (Domain Name System) zone file to Azure DNS by using Azure portal
4+
description: Learn how to import and export a DNS (Domain Name System) zone file to Azure DNS by using Azure portal.
55
services: dns
66
author: greg-lindsay
77
ms.service: dns
@@ -40,7 +40,7 @@ Importing a zone file creates a new zone in Azure DNS if the zone doesn't alread
4040
* By default, the new record sets get merged with the existing record sets. Identical records within a merged record set aren't duplicated.
4141
* When record sets are merged, the time to live (TTL) of pre-existing record sets is used.
4242
* Start of Authority (SOA) parameters, except `host` are always taken from the imported zone file. The name server record set at the zone apex also always uses the TTL taken from the imported zone file.
43-
* An imported CNAME record doesn't replace an existing CNAME record with the same name.
43+
* An imported CNAME record will replace the existing CNAME record that has the same name.
4444
* When a conflict happens between a CNAME record and another record with the same name of different type, the existing record gets used.
4545

4646
### Additional information about importing

articles/dns/dns-import-export.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Import and export a domain zone file - Azure CLI
33
titleSuffix: Azure DNS
4-
description: Learn how to import and export a DNS (Domain Name System) zone file to Azure DNS by using Azure CLI
4+
description: Learn how to import and export a DNS (Domain Name System) zone file to Azure DNS by using Azure CLI.
55
services: dns
66
author: greg-lindsay
77
ms.service: dns
@@ -43,7 +43,7 @@ Importing a zone file creates a new zone in Azure DNS if the zone doesn't alread
4343
* By default, the new record sets get merged with the existing record sets. Identical records within a merged record set aren't duplicated.
4444
* When record sets are merged, the time to live (TTL) of pre-existing record sets is used.
4545
* Start of Authority (SOA) parameters, except `host` are always taken from the imported zone file. The name server record set at the zone apex also always uses the TTL taken from the imported zone file.
46-
* An imported CNAME record doesn't replace an existing CNAME record with the same name.
46+
* An imported CNAME record will replace the existing CNAME record that has the same name.
4747
* When a conflict happens between a CNAME record and another record with the same name of different type, the existing record gets used.
4848

4949
### Additional information about importing

0 commit comments

Comments
 (0)