Skip to content

Commit d5f51d3

Browse files
Merge pull request #303968 from Dhananjayanr98/patch-10
Update tutorial-migrate-vmware-agent.md
2 parents 5e9c898 + e21b799 commit d5f51d3

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

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

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Migrate VMware vSphere VMs with agent-based the Migration and modernization tool
33
description: Learn how to run an agent-based migration of VMware vSphere VMs with Azure Migrate.
4-
author: vijain
5-
ms.author: vijain
4+
author: dhananjayanr98
5+
ms.author: dhananjayanr
66
ms.manager: kmadnani
77
ms.topic: tutorial
88
ms.service: azure-migrate
@@ -13,13 +13,12 @@ ms.custom: vmware-scenario-422, MVC, engagement-fy25
1313

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

16-
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. [Compare](server-migrate-overview.md#compare-migration-methods) the methods.
16+
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#compare-migration-methods) the methods.
1717

1818
In this tutorial, you learn how to:
1919
> [!div class="checklist"]
2020
> * Prepare Azure to work with Azure Migrate.
2121
> * Prepare for agent-based migration. Set up a VMware vCenter Server account so that Azure Migrate can discover machines for migration. Set up an account so that the Mobility service agent can install on machines you want to migrate, and prepare a machine to act as the replication appliance.
22-
> * Add the Migration and modernization tool
2322
> * Set up the replication appliance.
2423
> * Replicate VMs.
2524
> * Run a test migration to make sure everything's working as expected.
@@ -116,17 +115,11 @@ Prepare the account as follows:
116115

117116
### Prepare a machine for the replication appliance
118117

119-
The appliance is used to replication machines to Azure. The appliance is single, highly available, on-premises VMware vSphere VM that hosts these components:
118+
The Azure Site Recovery Replication appliance is used to replicate machines to Azure. [Learn more](../site-recovery/vmware-azure-architecture-modernized.md).
120119

121-
- **Configuration server**: The configuration server coordinates communications between on-premises and Azure, and manages data replication.
122-
- **Process server**: The process server acts as a replication gateway. It receives replication data; optimizes it with caching, compression, and encryption, and sends it to a cache storage account in Azure. The process server also installs the Mobility Service agent on VMs you want to replicate, and performs automatic discovery of on-premises VMware VMs.
120+
To set up a new appliance, we recommend using the OVA template as it ensures all prerequisite configurations are handled. The OVA template creates a machine with the required specifications.
123121

124-
Prepare for the appliance as follows:
125-
126-
- [Review appliance requirements](migrate-replication-appliance.md#appliance-requirements). Generally, you set up the replication appliance a VMware vSphere VM using a downloaded OVA file. The template creates an appliance that complies with all requirements.
127-
- MySQL must be installed on the appliance. [Review](migrate-replication-appliance.md#mysql-installation) installation methods.
128-
- Review the [public cloud URLs](migrate-replication-appliance.md#url-access), and [Azure Government URLs](migrate-replication-appliance.md#azure-government-url-access) that the appliance machine needs to access.
129-
- [Review the ports](migrate-replication-appliance.md#port-access) that the replication appliance machine needs to access.
122+
If your organization has restrictions, you can manually set up the replication appliance using PowerShell. Ensure you meet all the [hardware](../site-recovery/replication-appliance-support-matrix.md#hardware-requirements) and [software requirements](../site-recovery/replication-appliance-support-matrix.md#software-requirements), and any other prerequisites.
130123

131124
### Check VMware vSphere requirements
132125

@@ -144,6 +137,14 @@ Make sure VMware vSphere VMs comply with requirements for migration to Azure.
144137
145138
## Set up the replication appliance
146139

140+
Now, the selection experience type is both classic and simplified. We recommend using the [simplified experience](tutorial-migrate-physical-virtual-machines.md#simplified-experience-recommended) for initiating replication of any new agent-based VMware or physical servers.
141+
142+
## Classic experience (To be deprecated soon)
143+
144+
> [!NOTE]
145+
> Starting **October 30, 2025**, replication initialization will no longer be supported in the classic experience.
146+
> For agent-based migration of VMware servers and migration of physical servers, use the simplified experience for all new replications. The classic experience is scheduled for deprecation in **March 2026**. [Learn more](simplified-experience-for-azure-migrate.md).
147+
147148
This procedure describes how to set up the appliance with a downloaded Open Virtualization Application (OVA) template. If you can't use this method, you can set up the appliance [using a script](tutorial-migrate-physical-virtual-machines.md#set-up-the-replication-appliance).
148149

149150
### Download the replication appliance template
@@ -293,9 +294,9 @@ Select VMs for migration.
293294
> [!NOTE]
294295
> You can update replication settings any time before replication starts, **Manage** > **Replicating machines**. Settings can't be changed after replication starts.
295296
296-
## Simplified experience
297+
## Simplified experience (Recommended)
297298

298-
Now, the selection experience type is both classic and simplified. The new simplified process follows a streamlined flow that begins with discovery, followed by replication, and finally migration. This is an upgraded agent-based migration stack for physical and VMware environments. [Learn more](https://github.com/MicrosoftDocs/azure-docs-pr/blob/c7aa974797f544e2f4e1059af2c0b59249271ccd/articles/migrate/tutorial-migrate-physical-virtual-machines.md#simplified-experience-recommended) about simplified experience.
299+
The new simplified process follows a streamlined flow that begins with discovery, followed by replication, and finally migration. This is an upgraded agent-based migration stack for physical and VMware environments. [Learn more](tutorial-migrate-physical-virtual-machines.md#simplified-experience-recommended) about simplified experience.
299300

300301

301302
## Track and monitor

0 commit comments

Comments
 (0)