Skip to content

Commit c43e385

Browse files
committed
review-1
1 parent 7ba52ca commit c43e385

10 files changed

+179
-179
lines changed
Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.protect-on-premises-infrastructure-with-azure-site-recovery.2-azure-site-recovery-overview
3-
metadata:
4-
title: Azure Site Recovery overview
5-
description: Investigate how Azure Site Recovery can help achieve these goals by harnessing the power of the cloud. Then, study the tools that can make the failover and recovery of resources possible.
6-
ms.date: 01/25/2025
7-
author: ankitaduttaMSFT
8-
ms.author: ankitadutta
9-
ms.topic: unit
10-
title: Azure Site Recovery overview
11-
durationInMinutes: 10
12-
content: |
13-
[!include[](includes/2-azure-site-recovery-overview.md)]
14-
quiz:
15-
title: Check your knowledge
16-
questions:
17-
- content: "What are the key steps required to set up Azure Site Recovery to protect your on-premises VMs?"
18-
choices:
19-
- content: Central management, on-premises virtual machine replication, network integration, app consistency during failover
20-
isCorrect: false
21-
explanation: These features are all part of Azure Site Recovery, not the steps you need to take.
22-
- content: Networking, create a Recovery Services vault, give the correct permissions to credentials, install a configuration server in your vCenter via an OVA
23-
isCorrect: true
24-
explanation: Correct, all of these steps are needed to set up Azure Site Recovery correctly.
25-
- content: Protected Items, Replicated Item, Compute & Network, use an existing Recovery Services vault, Test Failover
26-
isCorrect: false
27-
explanation: These properties are what you see in the Azure portal, not the steps you need to take.
28-
- content: "How should you test the Azure Site Recovery deployment?"
29-
choices:
30-
- content: Run a disaster recovery drill for all the protected VMs, on the production network.
31-
isCorrect: false
32-
explanation: Running the drill on the production network would adversely affect the performance of all the live workloads.
33-
- content: Run a disaster recovery drill for a single isolated VM, on the production network.
34-
isCorrect: false
35-
explanation: Running on an isolated VM is best practice, but you should use an isolated network to ensure live services aren't affected.
36-
- content: Run a disaster recovery drill for a single isolated VM, on an isolated network.
37-
isCorrect: true
38-
explanation: If you run the recovery drill on a single VM, on an isolated network, it ensures that live services aren't affected and proves the recoveries are set up correctly.
1+
### YamlMime:ModuleUnit
2+
uid: learn.protect-on-premises-infrastructure-with-azure-site-recovery.2-azure-site-recovery-overview
3+
metadata:
4+
title: Azure Site Recovery overview
5+
description: Investigate how Azure Site Recovery can help achieve these goals by harnessing the power of the cloud. Then, study the tools that can make the failover and recovery of resources possible.
6+
ms.date: 01/25/2025
7+
author: ankitaduttaMSFT
8+
ms.author: ankitadutta
9+
ms.topic: unit
10+
title: Azure Site Recovery overview
11+
durationInMinutes: 10
12+
content: |
13+
[!include[](includes/2-azure-site-recovery-overview.md)]
14+
quiz:
15+
title: Check your knowledge
16+
questions:
17+
- content: "What are the key steps required to set up Azure Site Recovery to protect your on-premises VMs?"
18+
choices:
19+
- content: Central management, on-premises virtual machine replication, network integration, app consistency during failover.
20+
isCorrect: false
21+
explanation: These features are all part of Azure Site Recovery, not the steps you need to take.
22+
- content: Networking, create a Recovery Services vault, give the correct permissions to credentials, install a configuration server in your vCenter via an OVA.
23+
isCorrect: true
24+
explanation: Correct, all of these steps are needed to set up Azure Site Recovery correctly.
25+
- content: Protected Items, Replicated Item, Compute & Network, use an existing Recovery Services vault, Test Failover.
26+
isCorrect: false
27+
explanation: These properties are what you see in the Azure portal, not the steps you need to take.
28+
- content: "How should you test the Azure Site Recovery deployment?"
29+
choices:
30+
- content: Run a disaster recovery drill for all the protected virtual machines, on the production network.
31+
isCorrect: false
32+
explanation: Running the drill on the production network would adversely affect the performance of all the live workloads.
33+
- content: Run a disaster recovery drill for a single isolated virtual machine, on the production network.
34+
isCorrect: false
35+
explanation: Running on an isolated virtual machine is best practice, but you should use an isolated network to ensure live services aren't affected.
36+
- content: Run a disaster recovery drill for a single isolated virtual machine, on an isolated network.
37+
isCorrect: true
38+
explanation: If you run the recovery drill on a single virtual machine on an isolated network, it ensures that live services aren't affected and proves the recoveries are set up correctly.
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.protect-on-premises-infrastructure-with-azure-site-recovery.3-workloads-supported-azure-site-recovery
3-
metadata:
4-
title: Workloads supported for protection with Azure Site Recovery
5-
description: Explore the application-level protection you can take advantage of to protect your company's different workloads.
6-
ms.date: 01/25/2025
7-
author: ankitaduttaMSFT
8-
ms.author: ankitadutta
9-
ms.topic: unit
10-
title: Workloads supported for protection with Azure Site Recovery
11-
durationInMinutes: 6
12-
content: |
13-
[!include[](includes/3-workloads-supported-azure-site-recovery.md)]
14-
quiz:
15-
title: Check your knowledge
16-
questions:
17-
- content: Which of the following features of Azure Site Recovery aid application workloads in a seamless failover?
18-
choices:
19-
- content: App-consistent snapshots, near synchronous replication, SQL Server Always On integration
20-
isCorrect: true
21-
explanation: All three are features within Site Recovery that aid application workloads with failover.
22-
- content: App-consistent snapshots, flexible recovery plans, database mirroring
23-
isCorrect: false
24-
explanation: Database mirroring is a feature of SQL Server Always On, but not Site Recovery, specifically.
25-
- content: Asynchronous replication, SQL Server Always On integration, database mirroring
26-
isCorrect: false
27-
explanation: Asynchronous replication and database mirroring aren't features of Site Recovery.
28-
- content: How does IIS in particular benefit from application replication?
29-
choices:
30-
- content: IIS virtual directory replication, load-balanced site traffic, script integration
31-
isCorrect: false
32-
explanation: IIS virtual directory replication and load-balanced site traffic aren't features of Site Recovery, but script integration is.
33-
- content: One-click failover, script integration, network mapping
34-
isCorrect: true
35-
explanation: All are Site Recovery features that support application replication.
36-
- content: Manual failover and failback only, DHCP network address backup, one-click failover
37-
isCorrect: false
38-
explanation: Manual failover and failback and DHCP network address backup aren't features of Site Recovery, but one-click failover is.
39-
1+
### YamlMime:ModuleUnit
2+
uid: learn.protect-on-premises-infrastructure-with-azure-site-recovery.3-workloads-supported-azure-site-recovery
3+
metadata:
4+
title: Workloads supported for protection with Azure Site Recovery
5+
description: Explore the application-level protection you can take advantage of to protect your company's different workloads.
6+
ms.date: 01/25/2025
7+
author: ankitaduttaMSFT
8+
ms.author: ankitadutta
9+
ms.topic: unit
10+
title: Workloads supported for protection with Azure Site Recovery
11+
durationInMinutes: 6
12+
content: |
13+
[!include[](includes/3-workloads-supported-azure-site-recovery.md)]
14+
quiz:
15+
title: Check your knowledge
16+
questions:
17+
- content: Which of the following features of Azure Site Recovery aid application workloads in a seamless failover?
18+
choices:
19+
- content: App-consistent snapshots, near synchronous replication, SQL Server Always On integration.
20+
isCorrect: true
21+
explanation: All three are features within Site Recovery that aid application workloads with failover.
22+
- content: App-consistent snapshots, flexible recovery plans, database mirroring.
23+
isCorrect: false
24+
explanation: Database mirroring is a feature of SQL Server Always On, but not Site Recovery, specifically.
25+
- content: Asynchronous replication, SQL Server Always On integration, database mirroring.
26+
isCorrect: false
27+
explanation: Asynchronous replication and database mirroring aren't features of Site Recovery.
28+
- content: How does IIS in particular benefit from application replication?
29+
choices:
30+
- content: IIS virtual directory replication, load-balanced site traffic, and script integration.
31+
isCorrect: false
32+
explanation: IIS virtual directory replication and load-balanced site traffic aren't features of Site Recovery, but script integration is.
33+
- content: One-click failover, script integration, and network mapping.
34+
isCorrect: true
35+
explanation: All are Site Recovery features that support application replication.
36+
- content: Manual failover and failback only, DHCP network address backup, and one-click failover.
37+
isCorrect: false
38+
explanation: Manual failover and failback and DHCP network address backup aren't features of Site Recovery, but one-click failover is.
39+
Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.protect-on-premises-infrastructure-with-azure-site-recovery.4-run-disaster-recovery-drill
3-
metadata:
4-
title: Run a disaster recovery drill
5-
description: Understand recovery time and recovery point objectives. Then, see how a recovery drill can test that Azure Site Recovery was configured correctly to meet these objectives.
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: 7
12-
content: |
13-
[!include[](includes/4-run-disaster-recovery-drill.md)]
14-
quiz:
15-
title: Check your knowledge
16-
questions:
17-
- content: "Which of these choices best defines a recovery time objective (RTO)?"
18-
choices:
19-
- content: The measure of the maximum amount of data that can be lost during a disaster.
20-
isCorrect: false
21-
explanation: This description is that of a recovery point objective (RPO).
22-
- content: The measure of the time between the disaster starting and the business recovering from the disaster.
23-
isCorrect: false
24-
explanation: This measurement has no bearing on an RTO.
25-
- content: The measure of the maximum amount of time your business can survive after a disaster until normal service must be restored.
26-
isCorrect: true
27-
explanation: An RTO is the amount of time that data can be lost via an outage before it impacts the company significantly.
28-
- content: The measure of the maximum amount of data that's recoverable from a backup.
29-
isCorrect: false
30-
explanation: This measurement has no impact on the RTO.
31-
- content: "When you monitor a recovery from the recovery services vault, which of the following statistics can be viewed on the Site Recovery dashboard?"
32-
choices:
33-
- content: Replicated items, monitoring of test failovers, and monitoring of configuration issues
34-
isCorrect: true
35-
explanation: All of these items can be viewed from the Recovery Services vault dashboard.
36-
- content: Replicated items, vault status, and network status
37-
isCorrect: false
38-
explanation: These items can't be viewed from the Recovery Services dashboard.
39-
- content: Monitoring of configuration issues, vault status, and DHCP replication status
40-
isCorrect: false
41-
explanation: These items can't be viewed from the Recovery Services dashboard.
1+
### YamlMime:ModuleUnit
2+
uid: learn.protect-on-premises-infrastructure-with-azure-site-recovery.4-run-disaster-recovery-drill
3+
metadata:
4+
title: Run a disaster recovery drill
5+
description: Understand recovery time and recovery point objectives. Then, see how a recovery drill can test that Azure Site Recovery was configured correctly to meet these objectives.
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: 7
12+
content: |
13+
[!include[](includes/4-run-disaster-recovery-drill.md)]
14+
quiz:
15+
title: Check your knowledge
16+
questions:
17+
- content: "Which of these choices best defines a recovery time objective (RTO)?"
18+
choices:
19+
- content: The measure of the maximum amount of data that can be lost during a disaster.
20+
isCorrect: false
21+
explanation: This description is that of a recovery point objective (RPO).
22+
- content: The measure of the time between the disaster starting and the business recovering from the disaster.
23+
isCorrect: false
24+
explanation: This measurement has no bearing on an RTO.
25+
- content: The measure of the maximum amount of time your business can survive after a disaster until normal service must be restored.
26+
isCorrect: true
27+
explanation: An RTO is the amount of time that data can be lost via an outage before it impacts the company significantly.
28+
- content: The measure of the maximum amount of data that's recoverable from a backup.
29+
isCorrect: false
30+
explanation: This measurement has no impact on the RTO.
31+
- content: "When you monitor a recovery from the recovery services vault, which of the following statistics can be viewed on the Site Recovery dashboard?"
32+
choices:
33+
- content: Replicated items, monitoring of test failovers, and monitoring of configuration issues.
34+
isCorrect: true
35+
explanation: All of these items can be viewed from the Recovery Services vault dashboard.
36+
- content: Replicated items, vault status, and network status.
37+
isCorrect: false
38+
explanation: These items can't be viewed from the Recovery Services dashboard.
39+
- content: Monitoring of configuration issues, vault status, and DHCP replication status.
40+
isCorrect: false
41+
explanation: These items can't be viewed from the Recovery Services dashboard.

0 commit comments

Comments
 (0)