Skip to content

Commit d985ced

Browse files
Merge pull request #313600 from jobingeorge-microsoft/patch-15
Include AVS for agent-based migrations
2 parents 6dd997a + add6b4c commit d985ced

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

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

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

1515
# Migrate VMware vSphere VMs to Azure (agent-based)
1616

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

1919
In this tutorial, you learn how to:
2020
> [!div class="checklist"]
@@ -76,7 +76,7 @@ If you are following the least privilege principle, assign the **Application Dev
7676
7777
### Set up an Azure network
7878

79-
[Set up an Azure network](/azure/virtual-network/manage-virtual-network). On-premises machines are replicated to Azure Managed Disks. When you fail over to Azure for migration, Azure VMs are created from these managed disks, and joined to the Azure network you set up.
79+
[Set up an Azure network](/azure/virtual-network/manage-virtual-network). Source (on-premises or Azure VMware Solution) machines are replicated to Azure Managed Disks. When you fail over to Azure for migration, Azure VMs are created from these managed disks, and joined to the Azure network you set up.
8080

8181

8282
## Prepare for migration
@@ -128,7 +128,7 @@ Make sure VMware vSphere VMs comply with requirements for migration to Azure.
128128

129129
1. [Verify](migrate-support-matrix-vmware-migration.md#vmware-vsphere-requirements-agent-based) VMware vSphere VM requirements.
130130
2. [Verify](migrate-support-matrix-vmware-migration.md#vm-requirements-agent-based) VM requirements for migration.
131-
3. Verify Azure settings. On-premises VMs you replicate to Azure must comply with [Azure VM requirements](migrate-support-matrix-vmware-migration.md#azure-vm-requirements).
131+
3. Verify Azure settings. Source VMs (on-premises or Azure VMware Solution VMs) you replicate to Azure must comply with [Azure VM requirements](migrate-support-matrix-vmware-migration.md#azure-vm-requirements).
132132
4. There are some changes needed on VMs before you migrate them to Azure.
133133
- It's important to make these changes before you begin migration. If you migrate the VM before you make the change, the VM might not boot up in Azure.
134134
- Review [Windows](prepare-for-migration.md#windows-machines) and [Linux](prepare-for-migration.md#linux-machines) changes you need to make.
@@ -308,15 +308,15 @@ The new simplified process follows a streamlined flow that begins with discovery
308308

309309
Replication occurs as follows:
310310
- When the Start Replication job finishes successfully, the machines begin their initial replication to Azure.
311-
- After initial replication finishes, delta replication begins. Incremental changes to on-premises disks are periodically replicated to the replica disks in Azure.
311+
- After initial replication finishes, delta replication begins. Incremental changes to source disks (on-premises or AVS disks) are periodically replicated to the replica disks in Azure.
312312

313313

314314
## Run a test migration
315315

316316

317317
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.
318318

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

@@ -339,36 +339,36 @@ Do a test migration as follows:
339339
340340
## Migrate VMs
341341

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

344344
1. In the Azure Migrate project > **Servers, databases and web apps** > **Migration and modernization**, select **Replicating servers**.
345345
2. In **Replicating machines**, right-click the VM > **Migrate**.
346346
3. In **Migrate** > **Shut down virtual machines and perform a planned migration with no data loss**, select **Yes** > **OK**.
347-
- By default Azure Migrate shuts down the on-premises VM to ensure minimum data loss.
347+
- By default Azure Migrate shuts down the source VM (on-premises or AVS) to ensure minimum data loss.
348348
- If you don't want to shut down the VM, select **No**
349349
4. A migration job starts for the VM. Track the job in Azure notifications.
350350
5. After the job finishes, you can view and manage the VM from the **Virtual Machines** page.
351351

352352
## Complete the migration
353353

354354
1. After the migration is done, right-click the VM > **Stop replication**. This does the following:
355-
- Stops replication for the on-premises machine.
355+
- Stops replication for the source machine (on-premises or AVS).
356356
- Removes the machine from the **Replicating servers** count in the Migration and modernization tool.
357357
- Cleans up replication state information for the VM.
358358
1. Verify and [troubleshoot any Windows activation issues on the Azure VM.](/troubleshoot/azure/virtual-machines/troubleshoot-activation-problems)
359359
1. Perform any post-migration app tweaks, such as host names, updating database connection strings, and web server configurations.
360360
1. Perform final application and migration acceptance testing on the migrated application now running in Azure.
361361
1. Cut over traffic to the migrated Azure VM instance.
362-
1. Remove the on-premises VMs from your local VM inventory.
363-
1. Remove the on-premises VMs from local backups.
362+
1. Remove the source (on-premises or AVS) VMs from your local VM inventory.
363+
1. Remove the source (on-premises or AVS) VMs from local backups.
364364
1. Update any internal documentation to show the new location and IP address of the Azure VMs.
365365

366366
## Post-migration best practices
367367

368-
- On-premises
368+
- On-premises or on Azure VMware Solution
369369
- Move app traffic over to the app running on the migrated Azure VM instance.
370-
- Remove the on-premises VMs from your local VM inventory.
371-
- Remove the on-premises VMs from local backups.
370+
- Remove the source VMs (on-premises or AVS) from your local VM inventory.
371+
- Remove the source VMs (on-premises or AVS) from local backups.
372372
- Update any internal documentation to show the new location and IP address of the Azure VMs.
373373
- Tweak Azure VM settings after migration:
374374
- The [Azure VM agent](/azure/virtual-machines/extensions/agent-windows) manages VM interaction with the Azure Fabric Controller. It's required for some Azure services, such as Azure Backup, Site Recovery, and Azure Security. When migrating VMware VMs with agent-based migration, the Mobility Service installer installs Azure VM agent on Windows machines. On Linux VMs, we recommend that you install the agent after migration.

0 commit comments

Comments
 (0)