You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/dns/dns-import-export-portal.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Import and export a domain zone file - Azure portal
3
3
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.
5
5
services: dns
6
6
author: greg-lindsay
7
7
ms.service: dns
@@ -40,7 +40,7 @@ Importing a zone file creates a new zone in Azure DNS if the zone doesn't alread
40
40
* By default, the new record sets get merged with the existing record sets. Identical records within a merged record set aren't duplicated.
41
41
* When record sets are merged, the time to live (TTL) of pre-existing record sets is used.
42
42
* 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.
44
44
* When a conflict happens between a CNAME record and another record with the same name of different type, the existing record gets used.
Copy file name to clipboardExpand all lines: articles/dns/dns-import-export.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Import and export a domain zone file - Azure CLI
3
3
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.
5
5
services: dns
6
6
author: greg-lindsay
7
7
ms.service: dns
@@ -43,7 +43,7 @@ Importing a zone file creates a new zone in Azure DNS if the zone doesn't alread
43
43
* By default, the new record sets get merged with the existing record sets. Identical records within a merged record set aren't duplicated.
44
44
* When record sets are merged, the time to live (TTL) of pre-existing record sets is used.
45
45
* 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.
47
47
* When a conflict happens between a CNAME record and another record with the same name of different type, the existing record gets used.
0 commit comments