Skip to content

Commit 986d09c

Browse files
authored
Merge pull request #214117 from v-ksreedevan/10Oct-TestReplicationLegacy
Content Freshness - Test replication
2 parents c142947 + d123984 commit 986d09c

File tree

1 file changed

+25
-24
lines changed

1 file changed

+25
-24
lines changed
Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
title: Tests migrate replicating virtual machines
2+
title: Test migrate replicating virtual machines
33
description: Learn best practices for testing replicating virtual machines
44
author: piyushdhore-microsoft
55
ms.author: piyushdhore
66
ms.manager: vijain
77
ms.topic: how-to
8-
ms.date: 3/23/2022
8+
ms.date: 10/18/2022
9+
ms.custom: engagement-fy23
910
---
1011

1112

@@ -14,76 +15,76 @@ ms.date: 3/23/2022
1415
This article helps you understand how to test replicating virtual machines. Test migration provides a way to test and validate migrations prior to the actual migration.
1516

1617

17-
1818
## Prerequisites
1919

20-
Before you get started, you need to perform the following steps:
20+
Before you get started, perform the following steps:
2121

22-
- Create the Azure Migrate project.
23-
- Deploy the appliance for your scenario and complete discovery of virtual machines.
22+
- [Create](create-manage-projects.md) an Azure Migrate project.
23+
- Deploy the appliance for your scenario and complete the discovery of virtual machines.
2424
- Configure replication for one or more virtual machines that are to be migrated.
25+
2526
> [!IMPORTANT]
26-
> You'll need to have at least one replicating virtual machine in the project before you can perform test migration.
27+
> You'll need at least one replicating virtual machine in the project before you can test the migration.
2728
28-
To learn how to perform the above, review the following tutorials based on your scenarios
29-
- [Migrating VMware virtual machines to Azure with the agentless migration method](./tutorial-migrate-vmware.md).
30-
- [Migrating Hyper-V VMs to Azure with Azure Migrate Server Migration](./tutorial-migrate-hyper-v.md)
31-
- [Migrating machines as physical server to Azure with Azure Migrate.](./tutorial-migrate-physical-virtual-machines.md)
29+
Review the following tutorials based on your environment:
30+
- [Migrating VMware VMs with agentless migration](./tutorial-migrate-vmware.md).
31+
- [Migrating Hyper-V VMs to Azure](./tutorial-migrate-hyper-v.md).
32+
- [Migrating machines as physical servers to Azure](./tutorial-migrate-physical-virtual-machines.md)
3233

3334

3435
## Setting up your test environment
3536

36-
The requirements for a test environment can vary according to your needs. Azure Migrate gives customers complete flexibility to create their own test environment. An option to select the VNet is given during test migration. You can customize the setting of this VNet to create a test environment according to your need.
37+
The requirements for a test environment can vary according to your needs. Azure Migrate provides customers complete flexibility to create their own test environment. An option to select the VNet is provided during test migration. You can customize the setting of this VNet to create a test environment according to your requirement.
3738

3839
Furthermore, you can create 1:1 mapping between subnets of the VNet and Network Interface Cards (NICs) on VM, which gives more flexibility in creating the test environment.
3940

4041
> [!Note]
4142
> Currently, the subnet selection feature is available only for agentless VMware migration scenario.
4243
43-
The following logic is used for subnet selection for other scenarios (Migration from Hyper-V environment and physical server migration)
44+
The following logic is used for subnet selection for other scenarios (Migration from Hyper-V environment and physical server migration).
4445

4546
- If a target subnet (other than default) was specified as an input while enabling replication. Azure Migrate prioritizes using a subnet with the same name in the Virtual Network selected for the test migration.
4647

4748
- If the subnet with the same name ins't found, then Azure Migrate selects the first subnet available alphabetically that isn't a Gateway/Application Gateway/Firewall/Bastion subnet. For example,
4849

4950
- Suppose the target VNet is VNet-alpha and target subnet is Subnet-alpha for a replicating VM. VNet-beta is selected during test migration for this VM, then -
50-
- If VNet-beta has a subnet named Subnet-alpha, that subnet would be chosen for test migration.
51+
- If VNet-beta has a subnet named Subnet-alpha, that subnet would be chosen for test migration.
5152
- If VNet-beta doesn't have a Subnet-alpha, then the next alphabetically available subnet, suppose Subnet-beta, would be chosen if it isn't Gateway / Application Gateway / Firewall / Bastion subnet.
5253

53-
## Precautions to take selecting the test migration virtual network
54+
## Precautions to take while selecting the test migration virtual network
5455

55-
The test environment boundaries would depend on the network setting of the VNet you selected. The tested VM would behave exactly like it's supposed to run after migration. We don't recommend performing a test migration to a production virtual network. Problems such as duplicate VM or DNS entry changes can arise if the VNet selected for test migration has connections open to on premise VNet.
56+
The test environment boundaries would depend on the network setting of the VNet you selected. The tested VM would behave exactly like it's supposed to run after migration. Performing a test migration to a production virtual network is not recommended. If the VNet selected for test migration has connections open to the on-premises VNet, it may cause issues like duplication of VM or DNS entry changes.
5657

5758

58-
## Selecting test migration VNet while enabling replication (Agentless VMware migration)
59+
## Selecting test migration VNet while enabling replication (Agentless VMware migration)
5960

60-
Select the VNet and subnet for test migration from the Target settings tab. These settings can be overridden later in Compute and Network tab of the replicating VM or while starting test migration of the replicating VM.
61+
Select the VNet and subnet for test migration from the **Target settings** tab. These settings can be overridden later in the **Compute and Network** tab of the replicating VM or while starting test migration of the replicating VM.
6162

6263
:::image type="content" source="./media/how-to-test-replicating-virtual-machines/test-migration-subnet-selection-during-start-replication-flow.png" alt-text="Screenshot shows the Disks tab of the Replicate dialog box.":::
6364

64-
## Changing test migration virtual network and subnet of a replicating machine (Agentless VMware migration)
65+
## Changing test migration virtual network and subnet of a replicating machine (Agentless VMware migration)
6566

6667
You can change the VNet and subnet of a replicating machine by following the steps below.
6768

6869
1. Select the virtual machine from the list of currently replicating virtual machines
6970

7071
:::image type="content" source="./media/how-to-test-replicating-virtual-machines/test-migration-subnet-selection-step-1.png" alt-text="Screenshot shows the contents of replicating machine screen. It contains a list of replicating machine.":::
7172

72-
2. Select on the Compute and Network option under the general heading.
73+
2. Select **Compute and Network** option under **General**.
7374

7475
:::image type="content" source="./media/how-to-test-replicating-virtual-machines/test-migration-subnet-selection-step-2.png" alt-text="Screenshot shows the location of network and compute option on the details page of replicating machine.":::
7576

76-
3. Select the virtual network under the Test migration column. It's important to select the VNet in this drop down for test migration to be able to select subnet for each Network Interface Card (NIC) in the following steps.
77+
3. Select the virtual network from the **Test migration** column. It's important to select the VNet in this drop down for test migration to be able to select subnet for each Network Interface Card (NIC) in the following steps.
7778

7879
:::image type="content" source="./media/how-to-test-replicating-virtual-machines/test-migration-subnet-selection-step-3.png" alt-text="Screenshot shows where to select VNet in replicating machine's network and compute options.":::
7980

80-
4. Select on the Network Interface Card's name to check its settings. You can select the subnet for each of the Network Interface Card (NIC) of the VM.
81+
4. Select the NIC's name to check its settings. You can select the subnet for each of the NICs of the VM.
8182

8283
:::image type="content" source="./media/how-to-test-replicating-virtual-machines/test-migration-subnet-selection-step-4.png" alt-text="Screenshot shows how to select a subnet for each Network Interface Card of replicating machine in the network and compute options of replicating machine.":::
8384

84-
5. To change the settings, select on the pencil icon. Change the setting for the Network Interface Card (NIC) in the new form. Select OK.
85+
5. To change the settings, select edit. Change the setting for the NIC in the new form. Select **OK**.
8586
:::image type="content" source="./media/how-to-test-replicating-virtual-machines/test-migration-subnet-selection-step-5.png" alt-text="Screenshot shows the content of the Network Interface Card page after clicking the pencil icon next to Network Interface Card's name in the network and compute screen.":::
8687

87-
6. Select save. Changes aren't saved until you can see the colored square next to Network Interface Card's (NIC) name.
88+
6. Select **Save**. Changes aren't saved until you can see the colored square next to the NIC's name.
8889

8990
:::image type="content" source="./media/how-to-test-replicating-virtual-machines/test-migration-subnet-selection-step-6.png" alt-text="Screenshot shows the network and compute options screen of replicating machine and highlights the save button.":::

0 commit comments

Comments
 (0)