Skip to content

Commit cdc0a04

Browse files
authored
Merge pull request #3 from MicrosoftDocs/master
Merging upstream changes
2 parents 3747018 + 8be2806 commit cdc0a04

File tree

9 files changed

+162
-45
lines changed

9 files changed

+162
-45
lines changed

articles/azure-arc/data/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
href: supported-versions-postgres-hyperscale.md
113113
- name: Create Postgres Hyperscale server group (CLI)
114114
href: create-postgresql-hyperscale-server-group.md
115-
- name: Crate Postgres Hyperscale server group (portal)
115+
- name: Create Postgres Hyperscale server group (portal)
116116
href: create-postgresql-hyperscale-server-group-azure-portal.md
117117
- name: Create Postgres Hyperscale server group (Azure Data Studio)
118118
href: create-postgresql-hyperscale-server-group-azure-data-studio.md

articles/backup/backup-azure-delete-vault.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ To stop protection and delete backup data, do the following steps:
172172
>[!NOTE]
173173
>The PIN is valid for only five minutes.
174174
1. In the management console, paste the PIN, and then select **Submit**.
175-
![Enter Security PIN](./media/backup-azure-delete-vault/enter-security-pin.png)
175+
![Enter security PIN to delete backup items from the MABS and DPM management console](./media/backup-azure-delete-vault/enter-security-pin.png)
176176

177177
4. If you had selected **Delete storage online** in the **Stop Protection** dialog box earlier, ignore this step. Right-click the inactive protection group and select **Remove inactive protection**.
178178

@@ -198,7 +198,7 @@ To stop protection and delete backup data, do the following steps:
198198
>[!NOTE]
199199
>The PIN is valid for only five minutes.
200200
1. In the management console, paste the PIN, and then select **Submit**.
201-
![Enter Security PIN](./media/backup-azure-delete-vault/enter-security-pin.png)
201+
![Enter security PIN to delete backup items from the MABS and DPM management console](./media/backup-azure-delete-vault/enter-security-pin.png)
202202

203203
The protected member status changes to *Inactive replica available*.
204204

articles/backup/backup-azure-vm-backup-faq.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ metadata:
33
title: FAQ - Backing up Azure VMs
44
description: In this article, discover answers to common questions about backing up Azure VMs with the Azure Backup service.
55
ms.topic: conceptual
6-
ms.date: 01/26/2021
6+
ms.date: 04/30/2021
77

88
title: Frequently asked questions-Back up Azure VMs
99
summary: |
@@ -212,4 +212,6 @@ sections:
212212
One way to view the retention settings for your backups, is to navigate to the backup item [dashboard](./backup-azure-manage-vms.md#view-vms-on-the-dashboard) for your VM, in the Azure portal. Selecting the link to its backup policy helps you view the retention duration of all the daily, weekly, monthly and yearly retention points associated with the VM.
213213
214214
You can also use [Backup Explorer](./monitor-azure-backup-with-backup-explorer.md) to view the retention settings for all your VMs within a single pane of glass. Navigate to Backup Explorer from any Recovery Services vault, go to the **Backup Items** tab and select the Advanced View to see detailed retention information for each VM.
215+
- question: When the snapshot is moved from a storage account to a vault, how is encryption in the transit managed?
216+
answer: Azure VM Backup uses [HTTPS communication for encryption in transit](guidance-best-practices.md#encryption-of-data-in-transit-and-at-rest). The data transfer uses Azure fabric (and not public endpoints), which do not need Internet access for VM backup.
215217

articles/dns/dns-import-export.md

Lines changed: 45 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,64 @@
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 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: rohinkoul
77
ms.service: dns
8-
ms.date: 7/30/2020
8+
ms.date: 04/29/2021
99
ms.author: rohink
1010
ms.topic: how-to
1111
---
1212

1313
# Import and export a DNS zone file using the Azure CLI
1414

15-
This article walks you through how to import and export DNS zone files for Azure DNS using the Azure CLI.
15+
In this article, you'll learn how to import and export a DNS zone file in Azure DNS using Azure CLI.
1616

1717
## Introduction to DNS zone migration
1818

19-
A DNS zone file is a text file that contains details of every Domain Name System (DNS) record in the zone. It follows a standard format, making it suitable for transferring DNS records between DNS systems. Using a zone file is a quick, reliable, and convenient way to transfer a DNS zone into or out of Azure DNS.
19+
A DNS zone file is a text file containing information about every Domain Name System (DNS) record in the zone. It follows a standard format, making it suitable for transferring DNS records between DNS systems. Using a zone file is a fast and convenient way to import DNS zones into Azure DNS. You can also export a zone file from Azure DNS to use with other DNS systems.
2020

21-
Azure DNS supports importing and exporting zone files by using the Azure command-line interface (CLI). Zone file import is **not** currently supported via Azure PowerShell or the Azure portal.
21+
Azure DNS supports importing and exporting zone files by using the Azure command-line interface (CLI). Zone file import is currently **not** supported with Azure PowerShell or the Azure portal.
2222

23-
The Azure CLI is a cross-platform command-line tool used for managing Azure services. It is available for the Windows, Mac, and Linux platforms from the [Azure downloads page](https://azure.microsoft.com/downloads/). Cross-platform support is important for importing and exporting zone files, because the most common name server software, [BIND](https://www.isc.org/downloads/bind/), typically runs on Linux.
23+
Azure CLI is a cross-platform command-line tool used for managing Azure services. It's available for Windows, Mac, and Linux from the [Azure downloads page](https://azure.microsoft.com/downloads/).
2424

2525
## Obtain your existing DNS zone file
2626

2727
Before you import a DNS zone file into Azure DNS, you need to obtain a copy of the zone file. The source of this file depends on where the DNS zone is currently hosted.
2828

29-
* If your DNS zone is hosted by a partner service (such as a domain registrar, dedicated DNS hosting provider, or alternative cloud provider), that service should provide the ability to download the DNS zone file.
30-
* 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 also shows on the **General** tab of the DNS console.
31-
* If your DNS zone is hosted by using BIND, the location of the zone file for each zone is specified in the BIND configuration file **named.conf**.
29+
* If your DNS zone is currently hosted by a partner service, they'll have a way for you to download the DNS zone file. Partner services include domain registrar, dedicated DNS hosting provider, or an alternative cloud provider.
30+
* 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.
31+
* 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**.
3232

3333
## Import a DNS zone file into Azure DNS
3434

35-
Importing a zone file creates a new zone in Azure DNS if one does not already exist. If the zone already exists, the record sets in the zone file must be merged with the existing record sets.
35+
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.
3636

3737
### Merge behavior
3838

39-
* By default, existing and new record sets are merged. Identical records within a merged record set are de-duplicated.
40-
* When record sets are merged, the time to live (TTL) of preexisting record sets is used.
41-
* Start of Authority (SOA) parameters (except `host`) are always taken from the imported zone file. Similarly, for the name server record set at the zone apex, the TTL is always taken from the imported zone file.
42-
* An imported CNAME record does not replace an existing CNAME record with the same name.
43-
* When a conflict arises between a CNAME record and another record of the same name but different type (regardless of which is existing or new), the existing record is retained.
39+
* By default, the new record sets get merged with the existing record sets. Identical records within a merged record set aren't duplicated.
40+
* When record sets are merged, the time to live (TTL) of pre-existing record sets is used.
41+
* Start of Authority (SOA) parameters, except `host` are always taken from the imported zone file. The name server record set at the zone apex will also always use the TTL taken from the imported zone file.
42+
* An imported CNAME record doesn't replace an existing CNAME record with the same name.
43+
* When a conflict happens between a CNAME record and another record with the same name of different type, the existing record gets used.
4444

4545
### Additional information about importing
4646

47-
The following notes provide additional technical details about the zone import process.
47+
The following notes provide more technical details about the zone import process.
4848

49-
* The `$TTL` directive is optional, and it is supported. When no `$TTL` directive is given, records without an explicit TTL are imported set to a default TTL of 3600 seconds. When two records in the same record set specify different TTLs, the lower value is used.
50-
* The `$ORIGIN` directive is optional, and it is supported. When no `$ORIGIN` is set, the default value used is the zone name as specified on the command line (plus the terminating ".").
51-
* The `$INCLUDE` and `$GENERATE` directives are not supported.
49+
* The `$TTL` directive is optional, and is supported. When no `$TTL` directive is given, records without an explicit TTL are imported set to a default TTL of 3600 seconds. When two records in the same record set specify different TTLs, the lower value is used.
50+
* The `$ORIGIN` directive is optional, and is supported. When no `$ORIGIN` is set, the default value used is the zone name as specified on the command line including the ending ".".
51+
* The `$INCLUDE` and `$GENERATE` directives aren't supported.
5252
* These record types are supported: A, AAAA, CAA, CNAME, MX, NS, SOA, SRV, and TXT.
53-
* The SOA record is created automatically by Azure DNS when a zone is created. When you import a zone file, all SOA parameters are taken from the zone file *except* the `host` parameter. This parameter uses the value provided by Azure DNS. This is because this parameter must refer to the primary name server provided by Azure DNS.
53+
* The SOA record is created automatically by Azure DNS when a zone is created. When you import a zone file, all SOA parameters are taken from the zone file *except* the `host` parameter. This parameter uses the value provided by Azure DNS because it needs to refer to the primary name server provided by Azure DNS.
5454
* The name server record set at the zone apex is also created automatically by Azure DNS when the zone is created. Only the TTL of this record set is imported. These records contain the name server names provided by Azure DNS. The record data is not overwritten by the values contained in the imported zone file.
55-
* During Public Preview, Azure DNS supports only single-string TXT records. Multistring TXT records are be concatenated and truncated to 255 characters.
55+
* During Public Preview, Azure DNS supports only single-string TXT records. Multistring TXT records are to be concatenated and truncated to 255 characters.
5656

5757
### CLI format and values
5858

5959
The format of the Azure CLI command to import a DNS zone is:
6060

61-
```azurecli
61+
```azurecli-interactive-interactive
6262
az network dns zone import -g <resource group> -n <zone name> -f <zone file name>
6363
```
6464

@@ -68,38 +68,40 @@ Values:
6868
* `<zone name>` is the name of the zone.
6969
* `<zone file name>` is the path/name of the zone file to be imported.
7070

71-
If a zone with this name does not exist in the resource group, it is created for you. If the zone already exists, the imported record sets are merged with existing record sets.
71+
If a zone with this name doesn't already exist in the resource group, one will be created for you. For an existing zone, the imported record sets will get merged with existing record sets.
7272

73-
### Step 1. Import a zone file
73+
### Import a zone file
7474

7575
To import a zone file for the zone **contoso.com**.
7676

77-
1. If you don't have one already, you need to create a Resource Manager resource group.
77+
1. Create a resource group if you don't have one.
7878

79-
```azurecli
79+
```azurecli-interactive
8080
az group create --resource-group myresourcegroup -l westeurope
8181
```
8282
83-
2. To import the zone **contoso.com** from the file **contoso.com.txt** into a new DNS zone in the resource group **myresourcegroup**, you will run the command `az network dns zone import`.<BR>This command loads the zone file and parses it. The command executes a series of commands on the Azure DNS service to create the zone and all the record sets in the zone. The command reports progress in the console window, along with any errors or warnings. Because record sets are created in series, it may take a few minutes to import a large zone file.
83+
1. To import the zone **contoso.com** from the file **contoso.com.txt** into a new DNS zone in the resource group **myresourcegroup**, you'll run the command `az network dns zone import`.
8484
85-
```azurecli
85+
This command loads the zone file and parses it. The command executes a series of operations on the Azure DNS service to create the zone and all the record sets in the zone. The command will report the progress in the console window along with any errors or warnings. Since record sets are created in series, it may take a few minutes to import a large zone file.
86+
87+
```azurecli-interactive
8688
az network dns zone import -g myresourcegroup -n contoso.com -f contoso.com.txt
8789
```
8890
89-
### Step 2. Verify the zone
91+
### Verify the zone
9092
91-
To verify the DNS zone after you import the file, you can use any one of the following methods:
93+
You can use any one of the following methods to verify the DNS zone after you've imported the file:
9294
93-
* You can list the records by using the following Azure CLI command:
95+
* To list the records, use the following Azure CLI command:
9496
95-
```azurecli
97+
```azurecli-interactive
9698
az network dns record-set list -g myresourcegroup -z contoso.com
9799
```
98100
99-
* You can list the records by using the Azure CLI command `az network dns record-set ns list`.
100-
* You can use `nslookup` to verify name resolution for the records. Because the zone isn't delegated yet, you need to specify the correct Azure DNS name servers explicitly. The following sample shows how to retrieve the name server names assigned to the zone. This also shows how to query the "www" record by using `nslookup`.
101+
* You can also list the records by using the Azure CLI command `az network dns record-set ns list`.
102+
* Use `nslookup` to verify name resolution for the records. If the zone hasn't been delegated yet, you need to specify the correct Azure DNS name servers explicitly. The following sample shows how to retrieve the name server names assigned to the zone.
101103
102-
```azurecli
104+
```azurecli-interactive
103105
az network dns record-set ns list -g myresourcegroup -z contoso.com --output json
104106
```
105107
@@ -133,6 +135,8 @@ To verify the DNS zone after you import the file, you can use any one of the fol
133135
]
134136
```
135137
138+
Use Windows Command Prompt to query the "www" record with the `nslookup` command.
139+
136140
```cmd
137141
nslookup www.contoso.com ns1-03.azure-dns.com
138142
@@ -144,15 +148,15 @@ To verify the DNS zone after you import the file, you can use any one of the fol
144148
134.170.188.221
145149
```
146150
147-
### Step 3. Update DNS delegation
151+
### Update DNS delegation
148152
149-
After you have verified that the zone has been imported correctly, you need to update the DNS delegation to point to the Azure DNS name servers. For more information, see the article [Update the DNS delegation](dns-domain-delegation.md).
153+
After you've verified that the zone has been imported correctly, you then need to update the DNS delegation to point to the Azure DNS name servers. For more information, see [Update the DNS delegation](dns-domain-delegation.md).
150154
151155
## Export a DNS zone file from Azure DNS
152156
153-
The format of the Azure CLI command to export a DNS zone is:
157+
To export a DNS zone, use the following Azure CLI command:
154158
155-
```azurecli
159+
```azurecli-interactive
156160
az network dns zone export -g <resource group> -n <zone name> -f <zone file name>
157161
```
158162

@@ -168,12 +172,12 @@ As with the zone import, you first need to sign in, choose your subscription, an
168172

169173
To export the existing Azure DNS zone **contoso.com** in resource group **myresourcegroup** to the file **contoso.com.txt** (in the current folder), run `azure network dns zone export`. This command calls the Azure DNS service to enumerate record sets in the zone and export the results to a BIND-compatible zone file.
170174

171-
```azurecli
175+
```azurecli-interactive
172176
az network dns zone export -g myresourcegroup -n contoso.com -f contoso.com.txt
173177
```
174178

175179
## Next steps
176180

177181
* Learn how to [manage record sets and records](./dns-getstarted-cli.md) in your DNS zone.
178182

179-
* Learn how to [delegate your domain to Azure DNS](dns-domain-delegation.md).
183+
* Learn how to [delegate your domain to Azure DNS](dns-domain-delegation.md).

articles/expressroute/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@
104104
href: expressroute-bfd.md
105105
- name: QoS requirements
106106
href: expressroute-qos.md
107+
- name: Routing Microsoft 365 traffic over ExpressRoute
108+
href: using-expressroute-for-microsoft365.md
107109
- name: High Availability - Design
108110
href: designing-for-high-availability-with-expressroute.md
109111
- name: Disaster Recovery - Design

0 commit comments

Comments
 (0)