Skip to content

Commit 1a35dc5

Browse files
authored
Merge pull request #222237 from ankitaduttaMSFT/22/12-ASR-correction
ASR prepare Azure tutorials
2 parents b142b17 + e58ac5a commit 1a35dc5

File tree

3 files changed

+81
-54
lines changed

3 files changed

+81
-54
lines changed

articles/site-recovery/avs-tutorial-prepare-azure.md

Lines changed: 59 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ author: ankitaduttaMSFT
66
manager: rochakm
77
ms.service: site-recovery
88
ms.topic: tutorial
9-
ms.date: 09/29/2020
9+
ms.date: 12/22/2022
1010
ms.author: ankitadutta
11-
ms.custom: MVC
11+
ms.custom: MVC, engagement-fy23
1212

1313
---
1414
# 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
2121
In this tutorial, you learn how to:
2222

2323
> [!div class="checklist"]
24-
> * Verify that the Azure account has replication permissions.
2524
> * Create a Recovery Services vault. A vault holds metadata and configuration information for VMs, and other replication components.
2625
> * Set up an Azure virtual network (VNet). When Azure VMs are created after failover, they're joined to this network.
2726
2827
> [!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).
3034

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.
3335

34-
## Before you start
36+
## Prerequisites
37+
38+
**Before you begin, verify the following:**
3539

3640
- [Deploy](../azure-vmware/tutorial-create-private-cloud.md) an Azure VMware Solution private cloud in Azure
3741
- Review the architecture for [VMware](vmware-azure-architecture.md) disaster recovery
3842
- Read common questions for [VMware](vmware-azure-common-questions.md)
3943

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**
4445

4546
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:
4647

@@ -52,44 +53,64 @@ If you just created your free Azure account, you're the administrator of your su
5253
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.
5354

5455

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
6457

65-
![Screenshot of the Create Recovery Services vault page.](./media/tutorial-prepare-azure/new-vault-settings.png)
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**.
6664

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**.
6872
69-
## Set up an Azure network
73+
The new vault appears on **Dashboard** > **All resources**, and on the main **Recovery Services vaults** page.
7074

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.":::
7276

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**.
8377

84-
![Screenshot of the Create virtual network options.](media/tutorial-prepare-azure/create-network.png)
8578

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
8780

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.
88107

89108

109+
The virtual network takes a few seconds to create. After it's created, you'll see it in the Azure portal dashboard.
90110

91111
## Next steps
92-
> [!div class="nextstepaction"]
93-
> [Prepare infrastructure](avs-tutorial-prepare-avs.md)
112+
113+
Learn more about:
114+
- [Prepare infrastructure](avs-tutorial-prepare-avs.md)
94115
- [Learn about](../virtual-network/virtual-networks-overview.md) Azure networks.
95116
- [Learn about](../virtual-machines/managed-disks-overview.md) managed disks.

articles/site-recovery/tutorial-prepare-azure-for-hyperv.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Prepare Azure for Hyper-V disaster recovery with Azure Site Recovery
33
description: Learn how to prepare Azure for disaster recovery of on-premises Hyper-V VMs by using Azure Site Recovery
44
ms.service: site-recovery
55
ms.topic: tutorial
6-
ms.date: 12/21/2022
6+
ms.date: 12/22/2022
77
ms.custom: MVC, engagement-fy23
88
ms.author: ankitadutta
99
author: ankitaduttaMSFT
@@ -20,12 +20,10 @@ This tutorial is the first in a series that describes how to set up disaster rec
2020
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:
2121

2222
> [!div class="checklist"]
23-
> * Verify that your Azure account has replication permissions.
2423
> * Create an Azure storage account, which stores images of replicated machines.
2524
> * Create a Recovery Services vault, which stores metadata and configuration information for VMs and other replication components.
2625
> * Set up an Azure network. When Azure VMs are created after failover, they're joined to this network.
2726
28-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/pricing/free-trial/) before you begin.
2927

3028
## Sign in to Azure
3129

@@ -63,7 +61,7 @@ Images of replicated machines are held in Azure storage. Azure VMs are created f
6361
1. Select **Review** and review your settings.
6462
1. Select **Create**.
6563

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.":::
6765

6866

6967
> [!NOTE]
@@ -87,9 +85,10 @@ Images of replicated machines are held in Azure storage. Azure VMs are created f
8785
> [!NOTE]
8886
> To quickly access the vault from the dashboard, select **Pin to dashboard**.
8987
88+
The new vault appears on **Dashboard** > **All resources**, and on the main **Recovery Services vaults** page.
89+
9090
:::image type="content" source="./media/tutorial-prepare-azure/new-vault-settings.png" alt-text="Screenshot of the Create Recovery Services vault page.":::
9191

92-
The new vault appears on **Dashboard** > **All resources**, and on the main **Recovery Services vaults** page.
9392

9493
## Set up an Azure network
9594

@@ -102,16 +101,20 @@ When Azure VMs are created from storage after failover, they're joined to this n
102101
2. In **Resource group**, select the resource group in which to create the network. For this tutorial, use the existing resource group **contosoRG**.
103102
1. In **Virtual network name**, enter a network name. The name must be unique within the Azure resource group. For example, **ContosoASRnet**.
104103
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.":::
106106

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:
108108
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+
109110
:::image type="Protection state" source="media/tutorial-prepare-azure/delete-ip-address.png" alt-text="Screenshot of the delete address space.":::
110111
1. After deleting the pre-existing address range, select **Add an IP address space**.
112+
111113
:::image type="Protection state" source="media/tutorial-prepare-azure/add-ip-address-space.png" alt-text="Screenshot of the adding IP.":::
112114
1. In **Starting address** enter **10.0.0.**
113115
1. Under **Address space size**, select **/24 (256 addresses)**.
114116
1. Select **Add**.
117+
115118
:::image type="Content" source="media/tutorial-prepare-azure/homepage-ip-address.png" alt-text="Screenshot of the add virtual network options.":::
116119
1. Select **Review + create** > **Create** to create a new virtual network.
117120

articles/site-recovery/tutorial-prepare-azure.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Prepare Azure for on-premises disaster recovery with Azure Site Recovery
33
description: Learn how to prepare Azure for disaster recovery of on-premises machines using Azure Site Recovery.
44
ms.service: site-recovery
55
ms.topic: tutorial
6-
ms.date: 12/21/2022
6+
ms.date: 12/22/2022
77
ms.custom: MVC, engagement-fy23
88
ms.author: ankitadutta
99
author: ankitaduttaMSFT
@@ -36,7 +36,6 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
3636
- 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.
3737
- Read common questions for [VMware](vmware-azure-common-questions.md) and [Hyper-V](hyper-v-azure-common-questions.md)
3838

39-
4039
### Verify account permissions
4140

4241
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
6261
1. In **Vault name**, enter a friendly name to identify the vault. For example, **ContosoVMVault**.
6362
1. In **Region**, select the region where the vault should be located. For example, **(Europe) West Europe**.
6463
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.":::
6765

6866
The new vault will now be listed in **Dashboard** > **All resources**, and on the main **Recovery Services vaults** page.
6967

@@ -78,17 +76,22 @@ On-premises machines are replicated to Azure managed disks. When failover occurs
7876
2. In **Resource group**, select the resource group in which to create the network. For this tutorial, use the existing resource group **contosoRG**.
7977
1. In **Virtual network name**, enter a network name. The name must be unique within the Azure resource group. For example, **ContosoASRnet**.
8078
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.":::
8281

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:
8483
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+
8687
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.":::
8890
1. In **Starting address** enter **10.0.0.**
8991
1. Under **Address space size**, select **/24 (256 addresses)**.
9092
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.":::
9295
1. Select **Review + create** > **Create** to create a new virtual network.
9396

9497

0 commit comments

Comments
 (0)