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/avs-tutorial-prepare-azure.md
+59-38Lines changed: 59 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ author: ankitaduttaMSFT
6
6
manager: rochakm
7
7
ms.service: site-recovery
8
8
ms.topic: tutorial
9
-
ms.date: 09/29/2020
9
+
ms.date: 12/22/2022
10
10
ms.author: ankitadutta
11
-
ms.custom: MVC
11
+
ms.custom: MVC, engagement-fy23
12
12
13
13
---
14
14
# Prepare Azure Site Recovery resources for disaster recovery of Azure VMware Solution VMs
@@ -21,26 +21,27 @@ This article is the first tutorial in a series that shows you how to set up disa
21
21
In this tutorial, you learn how to:
22
22
23
23
> [!div class="checklist"]
24
-
> * Verify that the Azure account has replication permissions.
25
24
> * Create a Recovery Services vault. A vault holds metadata and configuration information for VMs, and other replication components.
26
25
> * Set up an Azure virtual network (VNet). When Azure VMs are created after failover, they're joined to this network.
27
26
28
27
> [!NOTE]
29
-
> Tutorials show you the simplest deployment path for a scenario. They use default options where possible, and don't show all possible settings and paths. For detailed instructions, review the article in the How To section of the Site Recovery Table of Contents.
28
+
> - Tutorials show you the simplest deployment path for a scenario. They use default options where possible, and don't show all possible settings and paths. For detailed instructions, review the article in the How To section of the Site Recovery Table of Contents.
29
+
> - Some of the concepts of using Azure Site Recovery for Azure VMware Solution overlap with disaster recovery of on-prem VMware VMs and hence documentation will be cross-referenced accordingly.
30
+
31
+
## Sign in to Azure
32
+
33
+
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/pricing/free-trial/) before you begin. Then sign in to the [Azure portal](https://portal.azure.com).
30
34
31
-
> [!NOTE]
32
-
> Some of the concepts of using Azure Site Recovery for Azure VMware Solution overlap with disaster recovery of on-prem VMware VMs and hence documentation will be cross-referenced accordingly.
33
35
34
-
## Before you start
36
+
## Prerequisites
37
+
38
+
**Before you begin, verify the following:**
35
39
36
40
-[Deploy](../azure-vmware/tutorial-create-private-cloud.md) an Azure VMware Solution private cloud in Azure
37
41
- Review the architecture for [VMware](vmware-azure-architecture.md) disaster recovery
38
42
- Read common questions for [VMware](vmware-azure-common-questions.md)
39
43
40
-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/pricing/free-trial/) before you begin. Then sign in to the [Azure portal](https://portal.azure.com).
41
-
42
-
43
-
## Verify account permissions
44
+
**Verify account permissions**
44
45
45
46
If you just created your free Azure account, you're the administrator of your subscription and you have the permissions you need. If you're not the subscription administrator, work with the administrator to assign the permissions you need. To enable replication for a new virtual machine, you must have permission to:
46
47
@@ -52,44 +53,64 @@ If you just created your free Azure account, you're the administrator of your su
52
53
To complete these tasks your account should be assigned the Virtual Machine Contributor built-in role. In addition, to manage Site Recovery operations in a vault, your account should be assigned the Site Recovery Contributor built-in role.
53
54
54
55
55
-
## Create a Recovery Services vault
56
-
57
-
1. From the Azure portal menu, select **Create a resource**, and search the Marketplace for **Recovery**.
58
-
2. Select **Backup and Site Recovery** from the search results, and in the Backup and Site Recovery page, click **Create**.
59
-
3. In the **Create Recovery Services vault** page, select the **Subscription**. We're using **Contoso Subscription**.
60
-
4. In **Resource group**, select an existing resource group or create a new one. For this tutorial we're using **contosoRG**.
61
-
5. In **Vault name**, enter a friendly name to identify the vault. For this set of tutorials we're using **ContosoVMVault**.
62
-
6. In **Region**, select the region in which the vault should be located. We're using **West Europe**.
63
-
7. Select **Review + create**.
56
+
## Create a recovery services vault
64
57
65
-

58
+
1. In the [Azure portal](https://portal.azure.com), select **Create a resource**.
59
+
1. Search the Azure Marketplace for *Recovery Services*.
60
+
1. Select **Backup and Site Recovery** from the search results. Next, select **Create**.
61
+
1. In the **Create Recovery Services vault** page, under the **Basics** > **Project details** section, do the following:
62
+
1. Under **Subscription**, select the subscription in which you want to create the new recovery services vault.
63
+
1. In **Resource group**, select an existing resource group or create a new one. For example, **contosoRG**.
66
64
67
-
The new vault will now be listed in **Dashboard** > **All resources**, and on the main **Recovery Services vaults** page.
65
+
1. In the **Create Recovery Services vault** page, under **Basics** > **Instance details** section, do the following:
66
+
1. In **Vault name**, enter a friendly name to identify the vault. For example, **ContosoVMVault**.
67
+
1. In **Region**, select the region where the vault should be located. For example, **(Europe) West Europe**.
68
+
1. Select **Review + create** > **Create** to create the recovery vault.
69
+
70
+
> [!TIP]
71
+
> To quickly access the vault from the dashboard, select **Pin to dashboard**.
68
72
69
-
## Set up an Azure network
73
+
The new vault appears on **Dashboard** > **All resources**, and on the main **Recovery Services vaults** page.
70
74
71
-
Azure VMware Solution VMs are replicated to Azure managed disks. When failover occurs, Azure VMs are created from these managed disks, and joined to the Azure network you specify in this procedure.
75
+
:::image type="content" source="./media/tutorial-prepare-azure/new-vault-settings.png" alt-text="Screenshot of the Create Recovery Services vault page.":::
72
76
73
-
1. In the [Azure portal](https://portal.azure.com), select **Create a resource** > **Networking** > **Virtual network**.
74
-
2. Keep **Resource Manager** selected as the deployment model.
75
-
3. In **Name**, enter a network name. The name must be unique within the Azure resource group. We're using **ContosoASRnet** in this tutorial.
76
-
4. In **Address space**, enter the virtual network's address range in CDR notation. We're using **10.1.0.0/24**.
77
-
5. In **Subscription**, select the subscription in which to create the network.
78
-
6. Specify the **Resource group** in which the network will be created. We're using the existing resource group **contosoRG**.
79
-
7. In **Location**, select the same region as that in which the Recovery Services vault was created. In our tutorial it's **West Europe**. The network must be in the same region as the vault.
80
-
8. In **Address range**, enter the range for the network. We're using **10.1.0.0/24**, and not using a subnet.
81
-
9. We're leaving the default options of basic DDoS protection, with no service endpoint, or firewall on the network.
82
-
9. Select **Create**.
83
77
84
-

85
78
86
-
The virtual network takes a few seconds to create. After it's created, you'll see it in the Azure portal dashboard.
79
+
## Set up an Azure network
87
80
81
+
Azure VMware Solution VMs are replicated to Azure managed disks. When failover occurs, Azure VMs are created from these managed disks, and joined to the Azure network you specify in this procedure.
82
+
83
+
1. In the [Azure portal](https://portal.azure.com), select **Create a resource**.
84
+
1. Under categories, select **Networking** > **Virtual network**.
85
+
1. In **Create virtual network** page, under the **Basics** tab, do the following:
86
+
1. In **Subscription**, select the subscription in which to create the network.
87
+
2. In **Resource group**, select the resource group in which to create the network. For this tutorial, use the existing resource group **contosoRG**.
88
+
1. In **Virtual network name**, enter a network name. The name must be unique within the Azure resource group. For example, **ContosoASRnet**.
89
+
1. In **Region**, choose **(Europe) West Europe**. The network must be in the same region as the Recovery Services vault.
90
+
91
+
:::image type="Protection state" source="media/tutorial-prepare-azure/create-network.png" alt-text="Screenshot of the Create virtual network options.":::
92
+
93
+
1. In **Create virtual network** > **IP addresses** tab, do the following:
94
+
1. As there's no subnet for this network, you will first delete the pre-existing address range. To do so, select the ellipsis (...), under available IP address range, then select **Delete address space**.
95
+
96
+
:::image type="Protection state" source="media/tutorial-prepare-azure/delete-ip-address.png" alt-text="Screenshot of the delete address space.":::
97
+
1. After deleting the pre-existing address range, select **Add an IP address space**.
98
+
99
+
:::image type="Protection state" source="media/tutorial-prepare-azure/add-ip-address-space.png" alt-text="Screenshot of the adding IP.":::
100
+
101
+
1. In **Starting address** enter **10.0.0.**
102
+
1. Under **Address space size**, select **/24 (256 addresses)**.
103
+
1. Select **Add**.
104
+
105
+
:::image type="Content" source="media/tutorial-prepare-azure/homepage-ip-address.png" alt-text="Screenshot of the add virtual network options.":::
106
+
1. Select **Review + create** > **Create** to create a new virtual network.
88
107
89
108
109
+
The virtual network takes a few seconds to create. After it's created, you'll see it in the Azure portal dashboard.
Copy file name to clipboardExpand all lines: articles/site-recovery/tutorial-prepare-azure-for-hyperv.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Prepare Azure for Hyper-V disaster recovery with Azure Site Recovery
3
3
description: Learn how to prepare Azure for disaster recovery of on-premises Hyper-V VMs by using Azure Site Recovery
4
4
ms.service: site-recovery
5
5
ms.topic: tutorial
6
-
ms.date: 12/21/2022
6
+
ms.date: 12/22/2022
7
7
ms.custom: MVC, engagement-fy23
8
8
ms.author: ankitadutta
9
9
author: ankitaduttaMSFT
@@ -20,12 +20,10 @@ This tutorial is the first in a series that describes how to set up disaster rec
20
20
This tutorial shows you how to prepare Azure components when you want to replicate on-premises VMs (Hyper-V) to Azure. You'll learn how to:
21
21
22
22
> [!div class="checklist"]
23
-
> * Verify that your Azure account has replication permissions.
24
23
> * Create an Azure storage account, which stores images of replicated machines.
25
24
> * Create a Recovery Services vault, which stores metadata and configuration information for VMs and other replication components.
26
25
> * Set up an Azure network. When Azure VMs are created after failover, they're joined to this network.
27
26
28
-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/pricing/free-trial/) before you begin.
29
27
30
28
## Sign in to Azure
31
29
@@ -63,7 +61,7 @@ Images of replicated machines are held in Azure storage. Azure VMs are created f
63
61
1. Select **Review** and review your settings.
64
62
1. Select **Create**.
65
63
66
-
:::image type="Protection state" source="media/tutorial-prepare-azure/create-storage-account.png" alt-text="Screenshot of the Create a storage account options.":::
64
+
:::image type="Protection state" source="media/tutorial-prepare-azure/create-storage-account.png" alt-text="Screenshot of the Create a storage account options.":::
67
65
68
66
69
67
> [!NOTE]
@@ -87,9 +85,10 @@ Images of replicated machines are held in Azure storage. Azure VMs are created f
87
85
> [!NOTE]
88
86
> To quickly access the vault from the dashboard, select **Pin to dashboard**.
89
87
88
+
The new vault appears on **Dashboard** > **All resources**, and on the main **Recovery Services vaults** page.
89
+
90
90
:::image type="content" source="./media/tutorial-prepare-azure/new-vault-settings.png" alt-text="Screenshot of the Create Recovery Services vault page.":::
91
91
92
-
The new vault appears on **Dashboard** > **All resources**, and on the main **Recovery Services vaults** page.
93
92
94
93
## Set up an Azure network
95
94
@@ -102,16 +101,20 @@ When Azure VMs are created from storage after failover, they're joined to this n
102
101
2. In **Resource group**, select the resource group in which to create the network. For this tutorial, use the existing resource group **contosoRG**.
103
102
1. In **Virtual network name**, enter a network name. The name must be unique within the Azure resource group. For example, **ContosoASRnet**.
104
103
1. In **Region**, choose **(Europe) West Europe**. The network must be in the same region as the Recovery Services vault.
105
-
:::image type="Protection state" source="media/tutorial-prepare-azure/create-network.png" alt-text="Screenshot of the Create virtual network options.":::
104
+
105
+
:::image type="Protection state" source="media/tutorial-prepare-azure/create-network.png" alt-text="Screenshot of the Create virtual network options.":::
106
106
107
-
1. In **Create storage account**page, under the**IP addresses** tab, do the following:
107
+
1. In **Create virtual network** >**IP addresses** tab, do the following:
108
108
1. As there's no subnet for this network, you will first delete the pre-existing address range. To do so, select the ellipsis (...), under available IP address range, then select **Delete address space**.
109
+
109
110
:::image type="Protection state" source="media/tutorial-prepare-azure/delete-ip-address.png" alt-text="Screenshot of the delete address space.":::
110
111
1. After deleting the pre-existing address range, select **Add an IP address space**.
112
+
111
113
:::image type="Protection state" source="media/tutorial-prepare-azure/add-ip-address-space.png" alt-text="Screenshot of the adding IP.":::
112
114
1. In **Starting address** enter **10.0.0.**
113
115
1. Under **Address space size**, select **/24 (256 addresses)**.
114
116
1. Select **Add**.
117
+
115
118
:::image type="Content" source="media/tutorial-prepare-azure/homepage-ip-address.png" alt-text="Screenshot of the add virtual network options.":::
116
119
1. Select **Review + create** > **Create** to create a new virtual network.
Copy file name to clipboardExpand all lines: articles/site-recovery/tutorial-prepare-azure.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Prepare Azure for on-premises disaster recovery with Azure Site Recovery
3
3
description: Learn how to prepare Azure for disaster recovery of on-premises machines using Azure Site Recovery.
4
4
ms.service: site-recovery
5
5
ms.topic: tutorial
6
-
ms.date: 12/21/2022
6
+
ms.date: 12/22/2022
7
7
ms.custom: MVC, engagement-fy23
8
8
ms.author: ankitadutta
9
9
author: ankitaduttaMSFT
@@ -36,7 +36,6 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
36
36
- Review the architecture for [VMware](vmware-azure-architecture.md), [Hyper-V](hyper-v-azure-architecture.md), and [physical server](physical-azure-architecture.md) disaster recovery.
37
37
- Read common questions for [VMware](vmware-azure-common-questions.md) and [Hyper-V](hyper-v-azure-common-questions.md)
38
38
39
-
40
39
### Verify account permissions
41
40
42
41
If you just created your free Azure account, you're the administrator of your subscription and you have the permissions you need. If you're not the subscription administrator, work with the administrator to assign the permissions you need. To enable replication for a new virtual machine, you must have permission to:
@@ -62,8 +61,7 @@ To complete these tasks your account should be assigned the Virtual Machine Cont
62
61
1. In **Vault name**, enter a friendly name to identify the vault. For example, **ContosoVMVault**.
63
62
1. In **Region**, select the region where the vault should be located. For example, **(Europe) West Europe**.
64
63
1. Select **Review + create** > **Create** to create the recovery vault.
65
-
66
-
:::image type="content" source="./media/tutorial-prepare-azure/new-vault-settings.png" alt-text="Screenshot of the Create Recovery Services vault page.":::
64
+
:::image type="content" source="./media/tutorial-prepare-azure/new-vault-settings.png" alt-text="Screenshot of the Create Recovery Services vault page.":::
67
65
68
66
The new vault will now be listed in **Dashboard** > **All resources**, and on the main **Recovery Services vaults** page.
69
67
@@ -78,17 +76,22 @@ On-premises machines are replicated to Azure managed disks. When failover occurs
78
76
2. In **Resource group**, select the resource group in which to create the network. For this tutorial, use the existing resource group **contosoRG**.
79
77
1. In **Virtual network name**, enter a network name. The name must be unique within the Azure resource group. For example, **ContosoASRnet**.
80
78
1. In **Region**, choose **(Europe) West Europe**. The network must be in the same region as the Recovery Services vault.
81
-
:::image type="Protection state" source="media/tutorial-prepare-azure/create-network.png" alt-text="Screenshot of the Create virtual network options.":::
79
+
80
+
:::image type="Protection state" source="media/tutorial-prepare-azure/create-network.png" alt-text="Screenshot of the Create virtual network options.":::
82
81
83
-
1. In **Create storage account**page, under the**IP addresses** tab, do the following:
82
+
1. In **Create virtual network** >**IP addresses** tab, do the following:
84
83
1. As there's no subnet for this network, you will first delete the pre-existing address range. To do so, select the ellipsis (...), under available IP address range, then select **Delete address space**.
85
-
:::image type="Protection state" source="media/tutorial-prepare-azure/delete-ip-address.png" alt-text="Screenshot of the delete address space.":::
84
+
85
+
:::image type="Protection state" source="media/tutorial-prepare-azure/delete-ip-address.png" alt-text="Screenshot of the delete address space.":::
86
+
86
87
1. After deleting the pre-existing address range, select **Add an IP address space**.
87
-
:::image type="Protection state" source="media/tutorial-prepare-azure/add-ip-address-space.png" alt-text="Screenshot of the adding IP.":::
88
+
89
+
:::image type="Protection state" source="media/tutorial-prepare-azure/add-ip-address-space.png" alt-text="Screenshot of the adding IP.":::
88
90
1. In **Starting address** enter **10.0.0.**
89
91
1. Under **Address space size**, select **/24 (256 addresses)**.
90
92
1. Select **Add**.
91
-
:::image type="Content" source="media/tutorial-prepare-azure/homepage-ip-address.png" alt-text="Screenshot of the add virtual network options.":::
93
+
94
+
:::image type="Content" source="media/tutorial-prepare-azure/homepage-ip-address.png" alt-text="Screenshot of the add virtual network options.":::
92
95
1. Select **Review + create** > **Create** to create a new virtual network.
0 commit comments