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: articles/site-recovery/hyper-v-azure-tutorial.md
+25-15Lines changed: 25 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,8 @@ This is the third tutorial in a series. It assumes that you have already complet
35
35
36
36
## Prepare infrastructure
37
37
38
+
It is important to first prepare infrastructure before you set up disaster recovery of on-premises Hyper-V VMs to Azure.
39
+
38
40
### Deployment planning
39
41
40
42
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
43
45
1. In the **Prepare infrastructure** pane, under **Deployment planning** tab do the following:
44
46
> [!TIP]
45
47
> 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**.
@@ -53,11 +58,14 @@ To set up the source environment, you create a Hyper-V site and add to that site
53
58
1. For **Are you Using System Center VMM to manage Hyper-V hosts?**, select **No**. This enables new options.
54
59
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**.
55
60
1. Under **Hyper-V servers**, select the **Add Hyper-V servers** option to add servers.
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 theProvider. The key is valid for five days after you generate it. [Learn more](#install-the-provider-on-a-hyper-v-core-server).
59
66
1. Select the site you created.
60
67
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":::
61
69
62
70
Site Recovery checks that you have one or more compatible Azure storage accounts and networks.
63
71
@@ -100,25 +108,27 @@ Select and verify target resources:
100
108
1. In **Subscription**, select the subscription and the resource group **ContosoRG** in which the Azure VMs will be created after failover.
101
109
1. Under **Post-failover deployment model**, elect the **Resource Manager"** deployment model.
102
110
1. Select **Next**.
103
-
104
-

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.
116
126
- **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**.
- **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**.
0 commit comments