Skip to content

Commit 6540bb8

Browse files
Merge pull request #313592 from jobingeorge-microsoft/patch-12
Update terminology for source machines in migration tutorial
2 parents a2b8233 + bc865cd commit 6540bb8

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

articles/migrate/tutorial-migrate-vmware.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: vmware-scenario-422, mvc, engagement-fy23
1414

1515
# Migrate VMware VMs to Azure (agentless)
1616

17-
This article shows you how to migrate on-premises VMware or Azure VMware Solution VMs to Azure, using the [Migration and modernization](migrate-services-overview.md) tool, with agentless migration. You can also migrate VMware VMs using agent-based migration. [Compare](server-migrate-overview.md) the methods.
17+
This article shows you how to migrate on-premises VMware or Azure VMware Solution (AVS) VMs to Azure, using the [Migration and modernization](migrate-services-overview.md) tool, with agentless migration. You can also migrate VMware VMs using agent-based migration. [Compare](server-migrate-overview.md) the methods.
1818

1919
This tutorial is the third in a series that demonstrates how to assess and migrate VMware VMs to Azure.
2020

@@ -150,7 +150,7 @@ Enable replication as follows:
150150
Replication occurs as follows: <br /><br />
151151
- When the Start Replication job finishes successfully, the machines begin their initial replication to Azure. <br /><br />
152152
- During initial replication, a VM snapshot is created. Disk data from the snapshot is replicated to replica managed disks in Azure. <br /><br />
153-
- After initial replication finishes, delta replication begins. Incremental changes to on-premises disks are periodically replicated to the replica disks in Azure. <br /><br />
153+
- After initial replication finishes, delta replication begins. Incremental changes to the source disks are periodically replicated to the replica disks in Azure. <br /><br />
154154

155155
3. Use PowerShell to view **Time Remaining** across **all stages of server migration** in Azure Migrate. This helps you monitor replication progress and plan cutover accurately. You can use PowerShell, Windows PowerShell, or Cloud Shell on Azure portal.
156156
4. Open the **Azure portal**, then select the **Cloud Shell** at the top. Select **PowerShell** when prompted.
@@ -219,7 +219,7 @@ Get-AzMigrateServerMigrationStatus -ProjectName "<your-project-name>" -Resou
219219

220220
When delta replication begins, you can run a test migration for the VMs, before running a full migration to Azure. We highly recommend that you do this at least once for each machine, before you migrate it.
221221

222-
- Running a test migration checks that migration works as expected, without impacting the on-premises machines, which remain operational, and continue replicating.
222+
- Running a test migration checks that migration works as expected, without impacting the source (on-premises or AVS) machines, which remain operational, and continue replicating.
223223
- Test migration simulates the migration by creating an Azure VM using replicated data (usually migrating to a non-production VNet in your Azure subscription).
224224
- You can use the replicated test Azure VM to validate the migration, perform app testing, and address any issues before full migration.
225225

@@ -251,15 +251,15 @@ Do a test migration as follows:
251251
252252
## Migrate VMs
253253

254-
After you've verified that the test migration works as expected, you can migrate the on-premises machines.
254+
After you've verified that the test migration works as expected, you can migrate the source (on-premises or AVS) machines.
255255

256256
1. In the Azure Migrate project > **Servers, databases and web apps** > **Migration and modernization**, select numerical value next to **Azure VM**.
257257

258258
![Replicating servers](./media/tutorial-migrate-vmware/replicate-servers.png)
259259

260260
2. In **Replicating machines**, right-click the VM > **Migrate**.
261261
3. In **Migrate** > **Shut down virtual machines and perform a planned migration with no data loss**, select **Yes** > **OK**.
262-
- By default Azure Migrate shuts down the on-premises VM, and runs an on-demand replication to synchronize any VM changes that occurred since the last replication occurred. This ensures no data loss.
262+
- By default Azure Migrate shuts down the source (on-premises or AVS) VM, and runs an on-demand replication to synchronize any VM changes that occurred since the last replication occurred. This ensures no data loss.
263263
- If you don't want to shut down the VM, select **No**
264264
4. You have an option to upgrade the Windows Server OS during migration. To upgrade, select the **Upgrade available** option. In the pane that appears, select the target OS version that you want to upgrade to and select **Apply**. [Learn more](./how-to-upgrade-windows.md).
265265
5. If you already have a capacity reservation for the VM SKU in the target subscription and location, specify it here for this deployment. Capacity reservations ensure that the required VM SKU is available when you start migration. The capacity reservation for the SKU can be in any resource group within the target subscription and location. [Learn more](/azure/virtual-machines/capacity-reservation-create).
@@ -268,14 +268,14 @@ After you've verified that the test migration works as expected, you can migrate
268268

269269
## Complete the migration
270270

271-
1. After the migration is done, right-click the VM > **Complete migration**. This stops replication for the on-premises machine, and cleans up replication state information for the VM.
271+
1. After the migration is done, right-click the VM > **Complete migration**. This stops replication for the source (on-premises or AVS) machine, and cleans up replication state information for the VM.
272272
1. We automatically install the VM agent for Windows VMs and Linux during migration.
273273
1. Verify and [troubleshoot any Windows activation issues on the Azure VM.](/troubleshoot/azure/virtual-machines/troubleshoot-activation-problems)
274274
1. Perform any post-migration app tweaks, such as updating host names, database connection strings, and web server configurations.
275275
1. Perform final application and migration acceptance testing on the migrated application now running in Azure.
276276
1. Cut over traffic to the migrated Azure VM instance.
277-
1. Remove the on-premises VMs from your local VM inventory.
278-
1. Remove the on-premises VMs from local backups.
277+
1. Remove the source (on-premises or AVS) VMs from your local VM inventory.
278+
1. Remove the source (on-premises or AVS) VMs from local backups.
279279
1. Update any internal documentation to show the new location and IP address of the Azure VMs.
280280

281281
## Post-migration best practices

0 commit comments

Comments
 (0)