Skip to content

Commit f898ab0

Browse files
committedMar 22, 2022
added article changes for tmss
1 parent 25fdea0 commit f898ab0

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed
 

‎articles/migrate/common-questions-server-migration.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,11 @@ We do not recommend using the recovery services vault created by Azure Migrate f
6767

6868
### What is the difference between the Test Migration and Migrate operations?
6969

70-
Test migration provides a way to test and validate migrations prior to the actual migration. Test migration works by letting you create test copies of replicating VMs in a sandbox environment in Azure. The sandbox environment is demarcated by a test virtual network you specify. The test migration operation is non-disruptive, with applications continuing to run at the source while letting you perform tests on a cloned copy in an isolated sandbox environment. You can perform multiple tests as needed to validate the migration, perform app testing, and address any issues before the actual migration.
70+
Test migration provides a way to test and validate migrations prior to the actual migration. Test migration works by letting you use a sandbox environment in Azure to test the virtual machines before actual migration. The sandbox environment is demarcated by a test virtual network you specify. The test migration operation is non-disruptive, provided the test VNet is sufficiently isolated. Isolated VNet here means the inbound and outbound connection rules are designed to avoid unwanted connections. For example – connection to On-premise machines is restricted.
7171

72+
The applications can continue to run at the source while letting you perform tests on a cloned copy in an isolated sandbox environment. You can perform multiple tests, as needed, to validate the migration, perform app testing, and address any issues before the actual migration.
73+
74+
:::image type="content" source="./media/common-questions-server-migration/difference-migration-test-migration.png" alt-text="Screenshot shows the difference in test migration and actual migration.":::
7275

7376
### Is there a Rollback option for Azure Migrate?
7477

Loading

‎articles/migrate/tutorial-migrate-vmware.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,14 @@ Do a test migration as follows:
158158

159159
![Test migration](./media/tutorial-migrate-vmware/test-migrate.png)
160160

161-
3. In **Test Migration**, select the Azure VNet in which the Azure VM will be located after the migration. We recommend you use a non-production VNet.
162-
4. The **Test migration** job starts. Monitor the job in the portal notifications.
163-
5. After the migration finishes, view the migrated Azure VM in **Virtual Machines** in the Azure portal. The machine name has a suffix **-Test**.
164-
6. After the test is done, right-click the Azure VM in **Replicating machines**, and click **Clean up test migration**.
161+
3. In **Test migration**, select the Azure VNet in which the Azure VM will be located during testing. We recommend you use a non-production VNet.
162+
4. Choose the subnet to which you would like to associate each of the Network Interface Cards (NICs) of the migrated VM.
163+
164+
:::image type="content" source="./media/tutorial-migrate-vmware/tm-subnet-selection.png" alt-text="Screenshot shows subnet selection during test migration":::
165+
166+
5. The **Test migration** job starts. Monitor the job in the portal notifications.
167+
6. After the migration finishes, view the migrated Azure VM in **Virtual Machines** in the Azure portal. The machine name has a suffix **-Test**.
168+
7. After the test is done, right-click the Azure VM in **Replicating machines**, and click **Clean up test migration**.
165169

166170
![Clean up migration](./media/tutorial-migrate-vmware/clean-up.png)
167171

0 commit comments

Comments
 (0)