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: learn-pr/azure/protect-infrastructure-with-site-recovery/includes/1-introduction.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@ Natural or human-made disasters might affect the continuity of your organization
2
2
3
3
Azure Site Recovery provides disaster recovery for Azure infrastructure by managing and orchestrating replication, failover, and failback of Azure virtual machines (VMs).
4
4
5
-
Assume you're working at a medical-care organization with multiple facilities across the country/region. Your organization has recently suffered an outage because of building damage in your data center from a hurricane. You want to move this infrastructure to Azure and take advantage of the replication and recovery features available there. You have several virtual machines running in Azure already, and now wish to configure protection for them to fail over to a secondary Azure region if there's a disaster.
5
+
Assume you're working at a medical-care organization with multiple facilities across the country/region. Your organization recently suffered an outage because of building damage in your data center from a hurricane. You want to move this infrastructure to Azure and take advantage of the replication and recovery features available there. You have several virtual machines running in Azure already, and now wish to configure protection for them to fail over to a secondary Azure region if there's a disaster.
6
6
7
-
In this module, you'll learn about **Azure Site Recovery** and explore the features that apply to a business continuity and disaster recovery (BCDR) plan.
7
+
In this module, you learn about **Azure Site Recovery** and explore the features that apply to a business continuity and disaster recovery (BCDR) plan.
8
8
9
9
## Learning objectives
10
10
11
11
In this module, you'll:
12
12
13
13
- Protect Azure VMs with Azure Site Recovery.
14
-
- Run a disaster recovery drill to validate the protection.
14
+
- Run a disaster recovery drill that validates the protection.
15
15
- Failover and failback your virtual machines.
16
16
17
17
## Prerequisites
@@ -20,4 +20,4 @@ In this module, you'll:
20
20
- Basic understanding of Azure virtual networking
21
21
22
22
> [!NOTE]
23
-
> For this module, you'll need to use your subscription to complete the optional exercises. This subscription can be a free trial subscription or one to which you already have access.
23
+
> For this module, you need to use your subscription to complete the optional exercises. This subscription can be a free trial subscription or one to which you already have access.
Copy file name to clipboardExpand all lines: learn-pr/azure/protect-infrastructure-with-site-recovery/includes/2-what-is-site-recovery.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
-
Azure Site Recovery replicates your virtual-machine workloads between Azure regions. You can also use Site Recovery to migrate VMs from other environments—such as on-premises infrastructure—to Azure. You'll learn that Site Recovery does much more than just backing up and restoring infrastructure.
1
+
Azure Site Recovery replicates your virtual-machine workloads between Azure regions. You can also use Site Recovery to migrate VMs from other environments—such as on-premises infrastructure—to Azure. In this unit, you learn that Site Recovery does a lot more than just backing up and restoring infrastructure.
2
2
3
-
Let's assume your organization recently suffered an outage caused by a hurricane. Here, we'll learn about the Site Recovery features that help handle future interruptions. We'll also identify the Site Recovery features required to protect your Azure VMs by enabling failing over to a secondary Azure region.
3
+
Let's assume your organization recently suffered an outage caused by a hurricane. Here, we learn about the Site Recovery features that help handle future interruptions. We also identify the Site Recovery features required to protect your Azure VMs by enabling failing over to a secondary Azure region.
4
4
5
5
## Site Recovery features
6
6
7
-

7
+

8
8
9
-
Site Recovery manages disaster-recovery orchestration in Azure. It's designed to replicate workloads from a primary site or region to a secondary site. If the primary site has an issue, Site Recovery can replicate the protected VMs to another Azure region.
9
+
Site Recovery manages disaster-recovery orchestration in Azure. It replicates workloads from a primary site or region to a secondary site. If the primary site has an issue, Site Recovery can replicate the protected VMs to another Azure region.
10
10
11
-
Site Recovery manages replicating Azure VM between regions or replicating on-premises VMs to Azure and back again. Because it's built natively into Azure, Site Recovery can run seamless tests (disaster recovery drills) without affecting production workloads.
11
+
Site Recovery manages the replicating of Azure VMs between regions or replicating on-premises VMs to Azure and back again. Site Recovery is built natively into Azure, so it can run seamless tests (disaster recovery drills) without affecting production workloads.
12
12
13
13
### Azure virtual machine protection
14
14
15
-
Site Recovery protects your VM instances in Azure automatically. Site Recovery mirrors the source VM configuration and creates required or associated resource groups, storage accounts, virtual networks, and availability sets to a secondary Azure region. The resources created are appended with a Site Recovery suffix.
15
+
Site Recovery protects your virtual machine (VM) instances in Azure automatically. Site Recovery mirrors the source VM configuration and creates required or associated resource groups, storage accounts, virtual networks, and availability sets to a secondary Azure region. The resources created are appended with a Site Recovery suffix.
16
16
17
17
### Snapshots and recovery points
18
18
@@ -28,13 +28,13 @@ All recovery points are kept for 24 hours by default, although you can extend th
28
28
29
29
When you enable replication for an Azure VM, the Site Recovery mobility service is installed as an extension on the VM. The installed extension registers the VM with Site Recovery. Continuous replication of the VM then begins, with any writes to the disk immediately transferred to a local storage account. Site Recovery uses this account, replicating the cache to a storage account in the destination environment.
30
30
31
-
Site Recovery copies data stored in the cache and syncs it with either the target storage account or replicated managed disks. After the data is processed, crash-consistent recovery points are created. If app-consistent recovery points are enabled, they'll be generated on a schedule as set in the Site Recovery replication policy.
31
+
Site Recovery copies data stored in the cache and syncs it with either the target storage account or replicated managed disks. After the data is processed, crash-consistent recovery points are created. If app-consistent recovery points are enabled, they're generated on the schedule set in the Site Recovery replication policy.
32
32
33
33
Site Recovery can use accelerated networking for Azure VMs, reducing jitter and CPU usage.
34
34
35
35
### Disaster recovery drills
36
36
37
-
Site Recovery enables you to do disaster recovery drills after all the prerequisite configuration tasks are complete. Running a DR drill allows you to validate the replication strategy for your environment without losing data, having downtime, or compromising your production environment. Drills don't affect your production environment and are a way to test that you've correctly configured everything.
37
+
Site Recovery enables you to do disaster recovery (DR) drills after all the prerequisite configuration tasks are complete. Running a DR drill allows you to validate the replication strategy for your environment without losing data, having downtime, or compromising your production environment. Drills don't affect your production environment and are a way to test that you correctly configured everything.
Copy file name to clipboardExpand all lines: learn-pr/azure/protect-infrastructure-with-site-recovery/includes/3-site-recovery-setup.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,25 @@
1
1
In the previous unit, we explored the capabilities of Azure Site Recovery. Our next step is to prepare for disaster recovery in our Azure environment.
2
2
3
-
Using our organization's business continuity and disaster recovery (BCDR) plan, we can run through the Site Recovery configurations and set a preparation plan in motion that fits with our organization's BCDR goals. Let's assume we're using the West US Azure region for our existing solution, and we've decided to use the East US region for replication.
3
+
Using our organization's business continuity and disaster recovery (BCDR) plan, we can run through the Site Recovery configurations and set a preparation plan in motion that fits with our organization's BCDR goals. Let's assume we're using the West US Azure region for our existing solution, and we decided to use the East US region for replication.
4
4
5
-
Here, we'll explore how to take advantage of the automated features in Site Recovery to prepare for a disaster-recovery scenario.
5
+
Here, we explore how to take advantage of the automated features in Site Recovery to prepare for a disaster-recovery scenario.
6
6
7
7
## Environment setup
8
8
9
-
We need to set up our environment for exercises in subsequent units. Because this setup takes a few minutes to complete, we'll start the process now, and then we can work through some of the theory while the configuration completes in the background.
9
+
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.
10
10
11
11
> [!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'll 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.
13
13
14
-
Let's assume we have two 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. We'll configure the following services in the West US region to simulate the configured VMs.
15
15
16
16
- A virtual network
17
17
- Two VMs
18
18
- A storage account
19
19
20
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.
21
21
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'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.
23
23
24
24
1. Sign in to the [Azure portal](https://portal.azure.com) with your credentials, and start a Cloud Shell session.
25
25
@@ -48,18 +48,18 @@ Configuring the environment can take up to five minutes to complete. We can cont
48
48
49
49
## Disaster recovery preparation with Azure Site Recovery
50
50
51
-
Site Recovery manages and orchestrates our DR process for Azure VMs or on-premises machines. However, to enable it, there are several components we need to configure. We'll need to:
51
+
Site Recovery manages and orchestrates our disaster recovery (DR) process for Azure VMs or on-premises machines. However, to enable it, there are several components to configure. We need to:
52
52
53
53
- Add a Recovery Services vault
54
54
- Organize target resources
55
55
- Configure outbound network connectivity
56
56
- Set up replication on existing VMs
57
57
58
-
:::image type="content" source="../media/3-enable-replication-step-2.png" alt-text="Diagram showing how Azure Site Recovery keeps an updated version of VM disks to enable replication from a source region to a target region." border="false":::
58
+
:::image type="content" source="../media/3-enable-replication-step-2.png" alt-text="Diagram showing how Azure Site Recovery keeps an updated version of virtual machine (VM) disks to enable replication from a source region to a target region." border="false":::
59
59
60
60
### What is a Recovery Services vault?
61
61
62
-
A Recovery Services vault enables Site Recovery to complete disaster recovery replication. These vaults use storage accounts to store data backups, VM configuration settings, and workloads. To meet Site Recovery requirements, we'll provision a Recovery Services vault using the portal or the Azure CLI.
62
+
A Recovery Services vault enables Site Recovery to complete disaster recovery replication. These vaults use storage accounts to store data backups, VM configuration settings, and workloads. To meet Site Recovery requirements, we need to provision a Recovery Services vault using the portal or the Azure CLI.
63
63
64
64
### What are the target resources?
65
65
@@ -75,7 +75,7 @@ Site Recovery requires outbound connectivity on the VMs that you want to replica
75
75
76
76
The required network connectivity is set up for you automatically when using VMs created in Azure. However, when you migrate on-premises VMs to Azure, you might need to update your network connectivity.
77
77
78
-
Site Recovery doesn't support controlling network connectivity via an authentication proxy. If your organization is using a URL-based firewall proxy to restrict outbound connectivity, you'll need to add access to several URLs.
78
+
Site Recovery doesn't support controlling network connectivity via an authentication proxy. If your organization is using a URL-based firewall proxy to restrict outbound connectivity, you need to add access to several URLs.
79
79
80
80
| URL | Description |
81
81
| --- | --- |
@@ -84,14 +84,14 @@ Site Recovery doesn't support controlling network connectivity via an authentica
84
84
|*.hypervrecoverymanager.windowsazure.com | For Site Recovery to communicate with the VM |
85
85
|*.servicebus.windows.net | For Site Recovery monitoring and diagnostic data from the VM |
86
86
87
-
If you prefer to control the connectivity using IP addresses instead, you'll need to add the IP address ranges for:
87
+
If you prefer to control the connectivity using IP addresses instead, you need to add the IP address ranges for:
88
88
89
89
- Azure datacenters
90
90
- Site Recovery endpoints
91
91
92
92
### Update Azure VM root certificates
93
93
94
-
Every Azure VM you want to replicate has to register with Site Recovery. For a VM to register, Site Recovery requires the latest root certificates installed on the VM. On a Windows VM, you'll need to make sure to install all the latest Windows updates. The process for updating root certificates on Linux VMs varies from distribution to distribution. You'll need to follow the guidance the distributor publishes.
94
+
Every Azure VM you want to replicate has to register with Site Recovery. For a VM to register, Site Recovery requires the latest root certificates installed on the VM. On a Windows VM, you need to make sure to install all the latest Windows updates. The process for updating root certificates on Linux VMs varies from distribution to distribution, so you need to follow the guidance the distributor publishes.
95
95
96
96
### Configure account permissions
97
97
@@ -107,6 +107,6 @@ To enable replication on a VM, a user must have permission to create a VM in bot
107
107
108
108
### What is Azure Mobility Service?
109
109
110
-
Azure Mobility Service needs to be installed on every VM that you replicate. This client is available for Windows and Linux VMs, and will be installed and configured automatically by Site Recovery. If the automatic installation fails, you can install the service manually.
110
+
Azure Mobility Service needs to be installed on every VM that you replicate. This client is available for Windows and Linux VMs, and Site Recovery installs and configures it automatically. If the automatic installation fails, you can install the service manually.
111
111
112
112
The mobility service works in partnership with Site Recovery to keep an up-to-date cache of the VMs' data. The cache is replicated to the target environment's storage account. The replicated data is used if Site Recovery fails over the environment.
0 commit comments