Skip to content

Commit bb39c00

Browse files
author
Ankita Dutta
committed
more edits
1 parent 5e63f31 commit bb39c00

File tree

11 files changed

+25
-15
lines changed

11 files changed

+25
-15
lines changed

articles/site-recovery/hyper-v-azure-tutorial.md

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ This is the third tutorial in a series. It assumes that you have already complet
3535

3636
## Prepare infrastructure
3737

38+
It is important to first prepare infrastructure before you set up disaster recovery of on-premises Hyper-V VMs to Azure.
39+
3840
### Deployment planning
3941

4042
1. In the [Azure portal](https://portal.azure.com), go to **Recovery Services vaults** and select the vault. We prepared the vault **ContosoVMVault** in the previous tutorial.
@@ -43,7 +45,10 @@ This is the third tutorial in a series. It assumes that you have already complet
4345
1. In the **Prepare infrastructure** pane, under **Deployment planning** tab do the following:
4446
> [!TIP]
4547
> If you're planning a large deployment, download the Deployment Planner for Hyper-V from the link on the page. [Learn more](hyper-v-deployment-planner-overview.md) about Hyper-V deployment planning.
46-
1. For this tutorial, we don't need the Deployment Planner. In **Deployment planning completed?**, select **I will do it later** and select **Next**.
48+
1. For this tutorial, we don't need the Deployment Planner. In **Deployment planning completed?**, select **I will do it later**.
49+
1. Select **Next**.
50+
51+
:::image type="content" source="./media/hyper-v-azure-tutorial/deployment-planning.png" alt-text="Screenshot displays Deployment settings page." lightbox="./media/hyper-v-azure-tutorial/deployment-planning.png":::
4752

4853
### Source settings
4954

@@ -53,11 +58,14 @@ To set up the source environment, you create a Hyper-V site and add to that site
5358
1. For **Are you Using System Center VMM to manage Hyper-V hosts?**, select **No**. This enables new options.
5459
1. Under **Hyper-V site** specify the site name. You can also use the **Add Hyper-V site** option to add a new Hyper-V site. In this tutorial we're using **ContosoHyperVSite**.
5560
1. Under **Hyper-V servers**, select the **Add Hyper-V servers** option to add servers.
61+
:::image type="content" source="./media/hyper-v-azure-tutorial/source-setting.png" alt-text="Screenshot displays Source settings page." lightbox="./media/hyper-v-azure-tutorial/source-setting.png":::
62+
5663
1. On the new **Add Server** pane, do the following:
57-
1. Download the [installer](#install-the-provider) for the Microsoft Azure Site Recovery Provider.
58-
1. Download the vault registration key. You need this key to [install](#install-the-provider-on-a-hyper-v-core-server) the Provider. The key is valid for five days after you generate it.
64+
1. Download the installer for the Microsoft Azure Site Recovery Provider. [Learn more](#install-the-provider).
65+
1. Download the vault registration key. You need this key to the Provider. The key is valid for five days after you generate it. [Learn more](#install-the-provider-on-a-hyper-v-core-server).
5966
1. Select the site you created.
6067
1. Select **Next**.
68+
:::image type="content" source="./media/hyper-v-azure-tutorial/add-server.png" alt-text="Screenshot displays Add server page." lightbox="./media/hyper-v-azure-tutorial/add-server.png":::
6169

6270
Site Recovery checks that you have one or more compatible Azure storage accounts and networks.
6371

@@ -100,25 +108,27 @@ Select and verify target resources:
100108
1. In **Subscription**, select the subscription and the resource group **ContosoRG** in which the Azure VMs will be created after failover.
101109
1. Under **Post-failover deployment model**, elect the **Resource Manager"** deployment model.
102110
1. Select **Next**.
103-
104-
![Screenshot of the Protection goal options in Prepare infrastructure.](./media/hyper-v-azure-tutorial/replication-goal.png)
105111
112+
:::image type="content" source="./media/hyper-v-azure-tutorial/target-settings.png" alt-text="Screenshot displays Target settings." lightbox="./media/hyper-v-azure-tutorial/target-settings.png":::
113+
106114
107-
## Enable replication
115+
### Replication policy
108116
109117
Under **Replication policy**, do the following:
110118
1. Under **Replication policy**, specify the replication policy.
111-
1. If you do not have a replication policy, use the **Create new policy and associate** option to create a new policy. To do so, follow the given steps:
112-
1. In **Create and associate policy**, specify a policy name. We're using **ContosoReplicationPolicy**.
113-
3. For this tutorial, we'll leave the default settings:
114-
- **Copy frequency** indicates how often delta data (after initial replication) will replicate. The default frequency is every five minutes.
115-
- **Recovery point retention** indicates that recovery points will be retained for two hours. The maximum allowed value for retention when protecting virtual machines hosted on Hyper-V hosts is 24 hours.
119+
1. If you do not have a replication policy, use the **Create new policy and associate** option to create a new policy.
120+
1. In the **Create and associate policy** page, do the following:
121+
- **Name** - specify a policy name. We're using **ContosoReplicationPolicy**.
122+
- **Source type** - select the ContosoHyperVSite site.
123+
- **Target type** - verify the target (Azure), the vault subscription, and the Resource Manager deployment mode.
124+
- **Copy frequency** - indicates how often delta data (after initial replication) will replicate. The default frequency is every five minutes.
125+
- **Recovery point retention in hours** indicates that recovery points will be retained for two hours. The maximum allowed value for retention when protecting virtual machines hosted on Hyper-V hosts is 24 hours.
116126
- **App-consistent snapshot frequency** indicates that recovery points containing app-consistent snapshots will be created every hour.
117-
- **Initial replication start time** indicates that initial replication will start immediately.
118-
4. After the policy is created, select **OK**. When you create a new policy, it's automatically associated with the specified Hyper-V site. In our tutorial, that's **ContosoHyperVSite**.
119-
120-
![Replication policy](./media/hyper-v-azure-tutorial/replication-policy.png)
127+
- **Initial replication start time** indicates that initial replication will start immediately.
128+
129+
1. After the policy is created, select **OK**. When you create a new policy, it's automatically associated with the specified Hyper-V site. In our tutorial, that's **ContosoHyperVSite**.
121130
131+
:::image type="content" source="./media/hyper-v-azure-tutorial/create-policy.png" alt-text="Screenshot displays Target settings." lightbox="./media/hyper-v-azure-tutorial/create-policy.png":::
122132
123133
## Next steps
124134
97.9 KB
Loading
63.9 KB
Loading
81 KB
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
72.9 KB
Loading
105 KB
Loading

0 commit comments

Comments
 (0)