|
1 | 1 | ---
|
2 | 2 | title: Migrate VMware VMs with agent-based Azure Migrate Server Migration
|
3 | 3 | description: Learn how to run an agent-based migration of VMware VMs with Azure Migrate.
|
4 |
| -author: rahulg1190 |
| 4 | +author: rahug1190 |
5 | 5 | ms.author: rahugup
|
6 | 6 | ms.manager: bsiva
|
7 | 7 | ms.topic: tutorial
|
@@ -64,6 +64,13 @@ Assign the Virtual Machine Contributor role to the account, so that you have per
|
64 | 64 | - Write to an Azure managed disk.
|
65 | 65 |
|
66 | 66 |
|
| 67 | +### Assign permissions to register the Replication Appliance in Azure AD |
| 68 | + |
| 69 | +If you are following the least privilege principle, assign the **Application Developer** Azure AD role to the user registering the Replication Appliance. Follow the [Assign administrator and non-administrator roles to users with Azure Active Directory](/azure/active-directory/fundamentals/active-directory-users-assign-role-azure-portal) guide to do so. |
| 70 | + |
| 71 | +> [!IMPORTANT] |
| 72 | +> If the user registering the Replication Appliance is an Azure AD Global administrator, that user already has the required permissions. |
| 73 | +
|
67 | 74 | ### Set up an Azure network
|
68 | 75 |
|
69 | 76 | [Set up an Azure network](../virtual-network/manage-virtual-network.md#create-a-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.
|
@@ -197,11 +204,19 @@ Finish setting up and registering the replication appliance.
|
197 | 204 | 1. In appliance setup, select **Setup connectivity**.
|
198 | 205 | 2. Select the NIC (by default there's only one NIC) that the replication appliance uses for VM discovery, and to do a push installation of the Mobility service on source machines.
|
199 | 206 | 3. Select the NIC that the replication appliance uses for connectivity with Azure. Then select **Save**. You cannot change this setting after it's configured.
|
| 207 | + |
| 208 | + > [!TIP] |
| 209 | + > If for some reason you need to change the NIC selection and you have not clicked the **Finalize configuration** button in step 12, you can do so by clearing your browser cookies and restarting the **Configuration Server Management Wizard**. |
| 210 | + |
200 | 211 | 4. If the appliance is located behind a proxy server, you need to specify proxy settings.
|
201 | 212 | - Specify the proxy name as **http://ip-address**, or **http://FQDN**. HTTPS proxy servers aren't supported.
|
202 | 213 | 5. When prompted for the subscription, resource groups, and vault details, add the details that you noted when you downloaded the appliance template.
|
203 | 214 | 6. In **Install third-party software**, accept the license agreement. Select **Download and Install** to install MySQL Server.
|
204 | 215 | 7. Select **Install VMware PowerCLI**. Make sure all browser windows are closed before you do this. Then select **Continue**.
|
| 216 | + |
| 217 | + > [!NOTE] |
| 218 | + > In newer versions of the Replication Appliance the **VMware PowerCLI** installation is not required. |
| 219 | + |
205 | 220 | 8. In **Validate appliance configuration**, prerequisites are verified before you continue.
|
206 | 221 | 9. In **Configure vCenter Server/vSphere ESXi server**, enter the FQDN or IP address of the vCenter server, or vSphere host, where the VMs you want to replicate are located. Enter the port on which the server is listening. Enter a friendly name to be used for the VMware server in the vault.
|
207 | 222 | 10. Enter the credentials for the account you [created](#prepare-an-account-to-discover-vms) for VMware discovery. Select **Add** > **Continue**.
|
|
0 commit comments