Skip to content

Commit c2b9bfb

Browse files
committed
revert last change to point no. 5 in Merge behavior section
1 parent b03e66e commit c2b9bfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Importing a zone file creates a new zone in Azure DNS if the zone doesn't alread
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.
4343
* An imported CNAME record will replace the existing CNAME record that has the same name.
44-
* When a conflict happens between a CNAME record and another record with the same name of different type, the imported record is used.
44+
* 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
4747

articles/dns/dns-import-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Importing a zone file creates a new zone in Azure DNS if the zone doesn't alread
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.
4646
* An imported CNAME record will replace the existing CNAME record that has the same name.
47-
* When a conflict happens between a CNAME record and another record with the same name of different type, the imported record is used.
47+
* 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
5050

0 commit comments

Comments
 (0)