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-dr-drill-azure.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,35 +20,35 @@ This is the fourth tutorial in a series that shows you how to set up disaster re
20
20
In this tutorial, learn how to:
21
21
22
22
> [!div class="checklist"]
23
-
24
23
> * Set up an isolated network for the test failover
25
24
> * Prepare to connect to the Azure VM after failover
26
25
> * Run a test failover for a single machine.
27
26
28
27
> [!NOTE]
29
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. If you want to learn about the disaster recovery drill steps in more detail, [review this article](site-recovery-test-failover-to-azure.md).
30
29
31
-
## Before you start
30
+
## Prerequisites
32
31
33
-
Complete the previous tutorials:
32
+
**Before you begin, complete the previous tutorials:**
34
33
35
34
1. Make sure you've [set up Azure](avs-tutorial-prepare-azure.md) for disaster recovery to Azure.
36
35
2. Follow [these steps](avs-tutorial-prepare-avs.md) to prepare your Azure VMware Solution deployment for disaster recovery to Azure.
37
36
3.[Set up](avs-tutorial-replication.md) disaster recovery for Azure VMware Solution VMs.
38
37
39
38
40
-
## Verify VM properties
39
+
###Verify VM properties
41
40
42
41
Before you run a test failover, verify the VM properties, and make sure that the [VMware vSphere VM](vmware-physical-azure-support-matrix.md#replicated-machines) complies with Azure requirements.
43
42
44
-
1. In **Protected Items**, click**Replicated Items** > and the VM.
43
+
1. In **Protected Items**, select**Replicated Items** > and the VM.
45
44
2. In the **Replicated item** pane, there's a summary of VM information, health status, and the
46
-
latest available recovery points. Click**Properties** to view more details.
45
+
latest available recovery points. Select**Properties** to view more details.
47
46
3. In **Compute and Network**, you can modify the Azure name, resource group, target size, availability set, and managed disk settings.
48
47
4. You can view and modify network settings, including the network/subnet in which the Azure VM
49
48
will be located after failover, and the IP address that will be assigned to it.
50
49
5. In **Disks**, you can see information about the operating system and data disks on the VM.
51
50
51
+
52
52
## Create a network for test failover
53
53
54
54
We recommended that for test failover, you choose a network that's isolated from the production recovery site network specific in the **Compute and Network** settings for each VM. By default, when you create an Azure virtual network, it is isolated from other networks. The test network should mimic your production network:
@@ -69,18 +69,18 @@ When you run a test failover, the following happens:
69
69
70
70
Run the test failover as follows:
71
71
72
-
1. In **Settings** > **Replicated Items**, click the VM > **+Test Failover**.
72
+
1. In **Settings** > **Replicated Items**, select the VM > **+Test Failover**.
73
73
2. Select the **Latest processed** recovery point for this tutorial. This fails over the VM to the latest available point in time. The time stamp is shown. With this option, no time is spent processing data, so it provides a low RTO (recovery time objective).
74
74
3. In **Test Failover**, select the target Azure network to which Azure VMs will be connected after
75
75
failover occurs.
76
-
4.Click**OK** to begin the failover. You can track progress by clicking on the VM to open its
77
-
properties. Or you can click the **Test Failover** job in vault name > **Settings** > **Jobs** >
76
+
4.Select**OK** to begin the failover. You can track progress by selecting on the VM to open its
77
+
properties. Or you can select the **Test Failover** job in vault name > **Settings** > **Jobs** >
78
78
**Site Recovery jobs**.
79
79
5. After the failover finishes, the replica Azure VM appears in the Azure portal > **Virtual
80
80
Machines**. Check that the VM is the appropriate size, that it's connected to the right network,
81
81
and that it's running.
82
82
6. You should now be able to connect to the replicated VM in Azure.
83
-
7. To delete Azure VMs created during the test failover, click**Cleanup test failover** on the
83
+
7. To delete Azure VMs created during the test failover, select**Cleanup test failover** on the
84
84
VM. In **Notes**, record and save any observations associated with the test failover.
85
85
86
86
In some scenarios, failover requires additional processing that takes around eight to ten minutes
@@ -94,6 +94,5 @@ If you want to connect to Azure VMs using RDP/SSH after failover, [prepare to co
94
94
95
95
## Next steps
96
96
97
-
> [!div class="nextstepaction"]
98
-
> [Run a failover](avs-tutorial-failover.md)
97
+
[Learn more](avs-tutorial-failover.md) about running a failover.
0 commit comments