Skip to content

Commit 595ff28

Browse files
committed
review-2
1 parent 5ebe41d commit 595ff28

11 files changed

+189
-188
lines changed
Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.protect-infrastructure-with-azure-site-recovery.3-site-recovery-setup
3-
metadata:
4-
title: Prepare for disaster recovery with Azure Site Recovery
5-
description: Here, we'll explore the configuration of an Azure Site Recovery job. We'll also complete the initial configuration of our exercise environment.
6-
ms.date: 01/25/2025
7-
author: ankitaduttaMSFT
8-
ms.author: ankitadutta
9-
ms.topic: unit
10-
title: Prepare for disaster recovery with Azure Site Recovery
11-
durationInMinutes: 9
12-
content: |
13-
[!include[](includes/3-site-recovery-setup.md)]
14-
quiz:
15-
title: Check your knowledge
16-
questions:
17-
18-
- content: "How are storage accounts used by Site Recovery to store data backups?"
19-
choices:
20-
- content: "Site Recovery creates recovery services vaults."
21-
isCorrect: true
22-
explanation: "Recovery services vaults are used to store backup data, VM configuration settings, and workloads."
23-
- content: "Site Recovery creates docker containers using storage accounts."
24-
isCorrect: false
25-
explanation: "Docker containers aren't used. Site Recovery uses recovery services vaults to store backup data, VM configuration settings, and workloads."
26-
- content: "Site Recovery creates and stores managed disks."
27-
isCorrect: false
28-
explanation: "Managed disks aren't used. Site Recovery uses recovery services vaults to store backup data, VM configuration settings, and workloads."
29-
30-
- content: "Which four ways does Site Recovery protect virtual machine infrastructure?"
31-
choices:
32-
- content: "Implements an organization's BCDR, enables automatic failover and recovery, automatically protects failed-over machines, and automatically manages backup storage."
33-
isCorrect: false
34-
explanation: "Failover and failback are manual, not automatic. Using Site Recovery can help meet an organization's BCDR, but can't implement it as a whole. The backup and syncing are automatic."
35-
- content: "Creates snapshots and recovery points, replicates VMs to a secondary region, supports DR drills, and enables flexible failover/failback."
36-
isCorrect: true
37-
explanation: "These are the four main features of Site Recovery that will protect your VMs."
38-
- content: "Backs up VM disks locally and to a different region, automatically manages backup storage, creates a Microsoft Azure Backup Server (MABS), and mirrors workloads between primary and secondary regions."
39-
isCorrect: false
40-
explanation: "These are features provided by Azure Backup, not Site Recovery."
1+
### YamlMime:ModuleUnit
2+
uid: learn.protect-infrastructure-with-azure-site-recovery.3-site-recovery-setup
3+
metadata:
4+
title: Prepare for disaster recovery with Azure Site Recovery
5+
description: Here, we explore the configuration of an Azure Site Recovery job. We also complete the initial configuration of our exercise environment.
6+
ms.date: 01/25/2025
7+
author: ankitaduttaMSFT
8+
ms.author: ankitadutta
9+
ms.topic: unit
10+
title: Prepare for disaster recovery with Azure Site Recovery
11+
durationInMinutes: 9
12+
content: |
13+
[!include[](includes/3-site-recovery-setup.md)]
14+
quiz:
15+
title: Check your knowledge
16+
questions:
17+
18+
- content: "How are storage accounts used by Site Recovery to store data backups?"
19+
choices:
20+
- content: "Site Recovery creates recovery services vaults."
21+
isCorrect: true
22+
explanation: "Recovery services vaults are used to store backup data, virtual machine (VM) configuration settings, and workloads."
23+
- content: "Site Recovery creates docker containers using storage accounts."
24+
isCorrect: false
25+
explanation: "Docker containers aren't used. Site Recovery uses recovery services vaults to store backup data, VM configuration settings, and workloads."
26+
- content: "Site Recovery creates and stores managed disks."
27+
isCorrect: false
28+
explanation: "Managed disks aren't used. Site Recovery uses recovery services vaults to store backup data, VM configuration settings, and workloads."
29+
30+
- content: "Which four ways does Site Recovery protect virtual machine infrastructure?"
31+
choices:
32+
- content: "Implements an organization's business continuity and disaster recovery (BCDR) requirements, enables automatic failover and recovery, automatically protects failed-over machines, and automatically manages backup storage."
33+
isCorrect: false
34+
explanation: "Failover and failback are manual, not automatic. Using Site Recovery can help meet an organization's BCDR, but can't implement it as a whole. The backup and syncing are automatic."
35+
- content: "Creates snapshots and recovery points, replicates VMs to a secondary region, supports disaster recovery (DR) drills, and enables flexible failover/failback."
36+
isCorrect: true
37+
explanation: "These features are the four main ways that Site Recovery protects your VMs."
38+
- content: "Backs up VM disks locally and to a different region, automatically manages backup storage, creates a Microsoft Azure Backup Server (MABS), and mirrors workloads between primary and secondary regions."
39+
isCorrect: false
40+
explanation: "These features are provided by Azure Backup, not Site Recovery."
Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.protect-infrastructure-with-azure-site-recovery.5-run-disaster-recovery-drill
3-
metadata:
4-
title: Run a disaster recovery drill
5-
description: Here, we'll explore how to test our Azure Site Recovery configuration by running a disaster recovery drill.
6-
ms.date: 01/25/2025
7-
author: ankitaduttaMSFT
8-
ms.author: ankitadutta
9-
ms.topic: unit
10-
title: Run a disaster recovery drill
11-
durationInMinutes: 6
12-
content: |
13-
[!include[](includes/5-run-disaster-recovery-drill.md)]
14-
quiz:
15-
title: Check your knowledge
16-
questions:
17-
18-
- content: "How does Site Recovery support grouping of machines and workloads?"
19-
choices:
20-
- content: "Site Recovery Mobility service."
21-
isCorrect: false
22-
explanation: "The mobility service is installed on VMS automatically by Site Recovery. It doesn't group machines together."
23-
- content: "Recovery plans."
24-
isCorrect: true
25-
explanation: "Recovery plans enable you to group VMs around workloads. For example, a recovery plan protecting a company's e-commerce website would include the web server, database server, and API server."
26-
- content: "Azure Automation."
27-
isCorrect: false
28-
explanation: "Provides production-ready, application-specific scripts that can be downloaded and integrated with Site Recovery. It doesn't group machines together."
1+
### YamlMime:ModuleUnit
2+
uid: learn.protect-infrastructure-with-azure-site-recovery.5-run-disaster-recovery-drill
3+
metadata:
4+
title: Run a disaster recovery drill
5+
description: Here, we explore how to test our Azure Site Recovery configuration by running a disaster recovery drill.
6+
ms.date: 01/25/2025
7+
author: ankitaduttaMSFT
8+
ms.author: ankitadutta
9+
ms.topic: unit
10+
title: Run a disaster recovery drill
11+
durationInMinutes: 6
12+
content: |
13+
[!include[](includes/5-run-disaster-recovery-drill.md)]
14+
quiz:
15+
title: Check your knowledge
16+
questions:
17+
18+
- content: "How does Azure Site Recovery support the grouping of machines and workloads?"
19+
choices:
20+
- content: "Site Recovery Mobility service."
21+
isCorrect: false
22+
explanation: "The mobility service is installed automatically on virtual machines by Site Recovery. It doesn't group machines together."
23+
- content: "Recovery plans."
24+
isCorrect: true
25+
explanation: "Recovery plans enable you to group virtual machines around workloads. For example, a recovery plan protecting a company's e-commerce website would include the web server, database server, and API server."
26+
- content: "Azure Automation."
27+
isCorrect: false
28+
explanation: "Provides production-ready, application-specific scripts that can be downloaded and integrated with Site Recovery. It doesn't group machines together."
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.protect-infrastructure-with-azure-site-recovery.7-failover-and-failback
3-
metadata:
4-
title: Failover and failback using Azure Site Recovery
5-
description: Here, we'll explore how we can reprotection our failed over infrastructure and how to fallback to a primary region using Azure Site Recovery.
6-
ms.date: 01/25/2025
7-
author: ankitaduttaMSFT
8-
ms.author: ankitadutta
9-
ms.topic: unit
10-
title: Failover and failback using Azure Site Recovery
11-
durationInMinutes: 6
12-
content: |
13-
[!include[](includes/7-failover-and-failback.md)]
14-
1+
### YamlMime:ModuleUnit
2+
uid: learn.protect-infrastructure-with-azure-site-recovery.7-failover-and-failback
3+
metadata:
4+
title: Failover and failback using Azure Site Recovery
5+
description: Here, we'll explore how we can reprotection our failed over infrastructure, and how to failback to a primary region using Azure Site Recovery.
6+
ms.date: 01/25/2025
7+
author: ankitaduttaMSFT
8+
ms.author: ankitadutta
9+
ms.topic: unit
10+
title: Failover and failback using Azure Site Recovery
11+
durationInMinutes: 6
12+
content: |
13+
[!include[](includes/7-failover-and-failback.md)]
14+

learn-pr/azure/protect-infrastructure-with-site-recovery/includes/3-site-recovery-setup.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ Here, we explore how to take advantage of the automated features in Site Recover
99
We need to set up our environment for exercises in subsequent units. Because this setup takes a few minutes to complete, let's start the process now, and then we can work through some of the theory while the configuration completes in the background.
1010

1111
> [!NOTE]
12-
> If you want to complete the following setup, but you don't have an Azure subscription or prefer not to use your account, you need to create a [free account](https://azure.microsoft.com/free/?azure-portal=true) before you begin.
12+
> If you want to complete the following setup, but you don't have an Azure subscription or prefer not to use your account. You need to create a [free account](https://azure.microsoft.com/free/?azure-portal=true) before you begin.
1313
14-
Let's assume we have two virtual machines (VMs) configured in the organization. We'll configure the following services in the West US region to simulate the configured VMs.
14+
Let's assume we have two virtual machines (VMs) configured in the organization. To simulate the configured VMs, let's configure the following services in the West US region.
1515

1616
- A virtual network
1717
- Two VMs
1818
- A storage account
1919

20-
We'll also configure a resource group in East US. We'll later configure Site Recovery to use the East US region as our target environment.
20+
Let's also configure a resource group in the East USregion. Later, we configure Site Recovery to use the East US region as our target environment.
2121

22-
Our first step is to create our exercise environment. We'll run a script that creates our company's infrastructure in Azure. After the script completes, we'll have a virtual network, two VMs, and a storage account that we'll use for our Recovery Services vault.
22+
Our first step is to create our exercise environment. We run a script that creates our company's infrastructure in Azure. After the script completes, we'll have a virtual network, two VMs, and a storage account that we'll use for our Recovery Services vault.
2323

2424
1. Sign in to the [Azure portal](https://portal.azure.com) with your credentials, and start a Cloud Shell session.
2525

@@ -79,10 +79,10 @@ Site Recovery doesn't support controlling network connectivity via an authentica
7979

8080
| URL | Description |
8181
| --- | --- |
82-
| login.microsoftonline.com | For the Azure Site Recovery URLs to authenticate |
83-
| *.blob.core.windows.net | To write VM data to the source storage account cache |
84-
| *.hypervrecoverymanager.windowsazure.com | For Site Recovery to communicate with the VM |
85-
| *.servicebus.windows.net | For Site Recovery monitoring and diagnostic data from the VM |
82+
| login.microsoftonline.com | For Site Recovery to authenticate URLs. |
83+
| *.blob.core.windows.net | To write VM data to the source storage account cache. |
84+
| *.hypervrecoverymanager.windowsazure.com | For Site Recovery to communicate with the VM. |
85+
| *.servicebus.windows.net | For Site Recovery monitoring and diagnostic data from the VM. |
8686

8787
If you prefer to control the connectivity using IP addresses instead, you need to add the IP address ranges for:
8888

learn-pr/azure/protect-infrastructure-with-site-recovery/includes/4-exercise-site-recovery-setup.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Azure Site Recovery automates the setup of recovery from one region to another. The setup process installs the Mobility Service onto the VMs, creates the required infrastructure in the recovery region, and gives you a way to monitor the progress.
22

3-
Currently, two VMs are running the company's patient and employee systems. These systems are running in the West US region. You've been asked to protect the infrastructure by enabling it to be recovered to the East US region. Using Azure Site Recovery, you'll enable a Recovery Services vault to replicate the current workloads.
3+
Currently, two VMs are running the company's patient and employee systems. These systems are running in the West US region. You're asked to protect this infrastructure by enabling it to be recovered to the East US region.
44

5-
:::image type="content" source="../media/4-environment.svg" alt-text="Diagram showing resources and infrastructure of primary region with storage account. The hr-records and patient-records will be replicated in a recovery vault in a recovery region.":::
5+
:::image type="content" source="../media/4-environment.svg" alt-text="Diagram showing resources and infrastructure of primary region with storage account. The hr-records and patient-records are replicated in a recovery vault in a recovery region.":::
66

7-
In this exercise, you'll complete the setup of Azure Site Recovery using the Azure portal.
7+
In this exercise, you use Azure Site Recovery to create and enable a Recovery Services vault to replicate the current workloads.
88

99
> [!NOTE]
1010
> This exercise is optional, but depends on resources and an environment you created in the previous unit. If you don't have an Azure account, you can read through the instructions to understand how to use backup virtual machines with Azure Backup.
11-
> If you want to complete this exercise, but don't have an Azure subscription or prefer not to use your account, you'll need to create a [free account](https://azure.microsoft.com/free/?azure-portal=true) and first complete the exercises in the previous unit.
11+
> If you want to complete this exercise, but don't have an Azure subscription or prefer not to use your account. You need to create a [free account](https://azure.microsoft.com/free/?azure-portal=true) and first complete the exercises in the previous unit.
1212
1313
## Create a recovery services vault
1414

@@ -38,9 +38,9 @@ In this exercise, you'll complete the setup of Azure Site Recovery using the Azu
3838

3939
## Enable replication
4040

41-
In this task, you'll replicate the two VMs that you created in the previous unit.
41+
In this task, you replicate the two VMs that you created in the previous unit.
4242

43-
1. In the resources menu, select **Replicated items** under **Protected items**. The **Replicated items** pane appears.
43+
1. In the resources menu, under **Protected items**, select **Replicated items**. The **Replicated items** pane appears.
4444

4545
1. In the command bar, select **Replicate**, then select **Azure virtual machines** from the drop-down list. The **Enable replication** pane appears.
4646

@@ -53,7 +53,8 @@ In this task, you'll replicate the two VMs that you created in the previous unit
5353
1. On the **Virtual machines** tab, select both VMs: **hr-records** and **patient-records**. Select **Next**.
5454
1. On the **Replication settings** tab, enter the following values for each setting:
5555
1. In **Target location**, select **(US) East US 2**.
56-
1. In the **Target subscription** field, select your Azure subscription and select **OK**.
56+
1. In the **Target subscription** field, select your Azure subscription.
57+
1. in the **Resource group** field, select **east-coast-rg** in the drop-down list.
5758

5859
:::image type="content" source="../media/source.png" alt-text="Screenshot showing the source options for replication.":::
5960

@@ -64,9 +65,9 @@ In this task, you'll replicate the two VMs that you created in the previous unit
6465

6566
You can review the progress of your site recovery job by selecting **Notifications** in the global controls in the upper right corner of your Azure portal.
6667

67-
1. In the **Notifications** pane, you'll see that **Enabling replication for 2 vm(s)** is still running. Select the notification link.
68+
1. In the **Notifications** pane, you see that **Enabling replication for 2 vm(s)** is still running. Select the notification link.
6869

69-
1. The **Site Recovery jobs** lists all site recovery actions you have completed in this module.
70+
1. The **Site Recovery jobs** list includes all the site recovery actions you completed in this module.
7071

7172
1. In the jobs list, select the **In progress** link to view how the replication setup is progressing.
7273

@@ -76,4 +77,4 @@ You can review the progress of your site recovery job by selecting **Notificatio
7677

7778
:::image type="content" source="../media/4-replication-job.png" alt-text="Screenshot of the Enable replication job's progress.":::
7879

79-
Two of these jobs will take the most time to complete. If you select either of the **Enable replication** jobs, you'll see that the **Installing Mobility Service and preparing target** step can take between five to 10 minutes to finish.
80+
Two of these jobs take the most time to complete. If you select either of the **Enable replication** jobs, you see that the **Installing Mobility Service and preparing target** step can take between five to 10 minutes to finish.

0 commit comments

Comments
 (0)