Discover and replicate Hyper-V VMs for migration to Azure Stack HCI using Azure Migrate (preview)

Applies to: Azure Stack HCI, version 23H2

This article describes the discovery and replication phase for Hyper-V virtual machine (VM) migration to Azure Stack HCI using Azure Migrate.

Important

This feature is currently in PREVIEW. See the Supplemental Terms of Use for Microsoft Azure Previews for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.

For more information on appliances for Azure Migrate and how to manage them, see Azure Migrate appliance.

Before you begin

For both the source and target appliance, make sure that your hardware has sufficient resource to support the creation of a Windows Server 2022 VM with 16 GB RAM, 80 GB of disk storage, 8 vCPUs, and an external virtual switch.

Step 1: Create and configure the source appliance

Generate the project key

In this step, you generate the key for the source appliance - see Generate the project key for specific steps.

Create the source appliance

You can install the appliance using either a template (.VHD file) or a script (.zip file) that you download to your Hyper-V server. For more information on appliances for Azure Migrate and how to manage them, see Azure Migrate appliance.

Install using a template (.VHD file)

This step applies only if you are deploying the source appliance using a .VHD file template. The source appliance is installed for you using the .VHD file. For step-by-step information, see Download the VHD.

Install using a script (.zip file)

This step applies only if you downloaded the .zip file. You use the AzureMigrateInstaller.ps1 PowerShell script to install the source appliance. For specific information, see Set up an appliance with a script.

Configure the appliance and discover VMs

Once the source appliance is installed, you are ready to Configure the appliance.

After the appliance is configured, you start the VM discovery process.

Wait until you have a green checkmark indicating discovery is finished, then go to the Azure portal to review VM inventory.

Step 2: Create and configure the target appliance

Generate target appliance key

Complete the following tasks to generate the target appliance key:

  1. In the Azure portal, go to your Azure Migrate project and select Servers, databases and web apps.

  2. Verify that you see a non-zero value for Discovered servers under Migration tools.

    Screenshot showing the discovered servers.

  3. Under Migration and modernization, select Replicate.

  4. On the Specify intent page, select the following from the dropdown lists:

    • Servers or virtual machines (VM).
    • Azure Stack HCI.
    • Hyper-V.
    • Source appliance (pre-populated; select the applicable one from the dropdown if you have more than one).

    Screenshot showing the Specify intent page.

  5. Select Download and configure in Before you start replication... from the information block, then select Continue.

  6. On the Deploy and configure the target appliance pop-up, provide a name for the target appliance and then select Generate key.

    Screenshot showing the Generate key popup.

  7. Copy and paste the key to Notepad (or other text editor) after it is generated for future use.

Create the target appliance

You can download the appliance using either a .VHD file or a .zip file.

Under Step 2: Download Azure Migrate appliance, select either .VHD file or .zip file, and then select Download installer.

Screenshot of download target appliance step 2.

Install using a template (.VHD file)

This step applies only if you downloaded the .VHD zipped file.

Check that the zipped file is secure, before you deploy it.

  1. On the server where you downloaded the file, open an administrator command window.

  2. Run the following command to generate the hash for the VHD.

    C:\>Get-FileHash -Path <file_location> -Algorithm <Hashing Algorithm>
    

    Here's an example output.

    C:\>Get-FileHash -Path ./AzureMigrateAppliance_v3.20.09.25.zip -Algorithm SHA256
    
  3. Verify the latest appliance versions and hash values for Azure public cloud:

    Scenario Download SHA256
    Azure Stack HCI appliance Latest version: https://go.microsoft.com/fwlink/?linkid=2246416 6ae1144b026efb2650f5e11c007a457c351a752f942c2db827dd2903f468dccb
  4. Extract the zip file to a folder.

Now you can install the appliance using the .VHD file.

  1. On a Hyper-V server (this could be your source server), go to the Hyper-V Manager. Select Hyper-V Manager > Connect to server.

  2. On the Select Computer dialog box, select Another computer. Browse to the Azure Stack HCI server, and then select OK.

  3. Map the drive on your Azure Stack HCI server where you downloaded the VHD. Connect to this drive using File Explorer. Verify that you can access the location where the VHD was downloaded on your Azure Stack HCI server.

  4. On your Hyper-V server, from the Actions pane, select Import Virtual Machine. This starts a wizard. Go through the steps of the wizard. Accept the defaults except on the following:

    1. On the Locate Folder page, point to the folder that has the VHD (folder name is AzureMigrateApplianceHCI_v25.24.02.07) that you downloaded on your Azure Stack HCI server.
    2. On the Connect Network page, select a switch from the dropdown list for Connection. Create a VM using the VHD you downloaded, then start and sign into the VM. Make sure the VM has access to the internet.
    3. Finally review the settings and select Finish.
  5. In the Hyper-V Manager, under Virtual Machines, you see the VM your created. Select and start the VM.

  6. Once the VM starts, accept the license terms and conditions. On the Customize settings page, provide and confirm a password for the administrator account and then select Finish.

  7. After the VM has started up, sign in to the VM as an administrator. Enter the password you provided in the previous step.

  8. Open Azure Migrate Target Appliance Configuration Manager shortcut from the desktop.

Install using a script (.zip file)

This step applies only if you downloaded the .zip file.

  1. Using Hyper-V Manager, create a standalone (non-HA) VM on the target Azure Stack HCI server running on Windows Server 2022 with 80 GB (min) disk storage, 16 GB (min) memory, and 8 virtual processors. Make sure that the VM has access to the internet.

  2. In Hyper-V Manager, select the host.

  3. Under Hyper-V settings, select Enhanced Session Mode Policy and ensure Allow enhanced session mode is enabled. For more information, see Turn on enhanced session mode on a Hyper-V host.

  4. Sign into the VM as an administrator.

  5. Copy and paste the downloaded .zip file to the VM virtual disk that you created and extract it as needed.

  6. As an administrator, run the following PowerShell script from the folder of the extracted files to install the target appliance:

    Set-ExecutionPolicy -ExecutionPolicy Unrestricted
    .\AzureMigrateInstaller.ps1 -Scenario AzureStackHCI -Cloud Public -PrivateEndpoint:$false
    
  7. Restart and sign into the VM.

Register the target appliance

  1. Sign in to the target appliance VM.

  2. Open Azure Migrate Target Appliance Configuration Manager from the desktop shortcut.

  3. Locate the target key that you previously generated, paste it in the field under Verification of Azure Migrate project key, and then select Verify.

  4. Once the verification is complete, select Log in and sign in to your Azure account.

  5. Enter the code that is displayed in your Authenticator (or similar) app for MFA authentication.

    Screenshot showing the authenticate code popup.

  6. Wait until you see The appliance has been successfully registered message.

  7. Sign in to Microsoft Azure PowerShell using the code displayed in your Authenticator app. It can take up to 10 minutes for the appliance to be registered.

    Screenshot showing the Azure Login popup.

  8. After the appliance is registered, under Provide Azure Stack HCI cluster information, select Add cluster information.

    Screenshot showing Add cluster information button.

  9. For your target Azure Stack HCI cluster, enter the cluster fully qualified domain name (FQDN), domain name, username, and password, and then select Save.

    Screenshot showing Add cluster information popup.

  10. Once the credentials are accepted, the status changes to Validated. Select Configure.

  11. Wait until the configuration is complete and you see this message: Successfully configured Azure Migrate project.

Step 3: Start replication

  1. In the Azure portal, go to your Azure Migrate project and select Servers, databases and web apps.

  2. Under Migration and modernization, select Replicate.

    Screenshot showing the Replicate start process.

  3. On the Specify intent page:

    1. What do you want to migrate is automatically populated as Servers or virtual machines (VM).
    2. Select Azure Stack HCI as Where do you want to migrate to ?
    3. Select Hyper-V as the Virtualization type.
    4. From the dropdown list, select the On-premises appliance (source) used for discovery.
    5. When finished, select Continue.

    Screenshot showing the replication Specify intent page.

  4. On the Replicate page, on the Basics tab:

    1. This field is automatically populated. If this is not the subscription that has your target cluster, choose the Azure subscription that has the cluster.
    2. Select the resource group associated with your target cluster.
    3. For Cluster resource, select the Azure Stack HCI cluster resource.
    4. Verify there is a green check for the cluster. A green check indicates that all the prerequisites such as Arc Resource Bridge are configured on this cluster.
    5. When finished, select Next.

    Screenshot showing the Basics tab.

  5. On the Target appliance tab, verify that the target appliance is connected - you should see a green checkmark.

    Note

    A green checkmark indicates that the target appliance is successfully registered and configured. If you haven't configured your target appliance yet, you will see the configuration page here instead.

  6. Select Next.

    Screenshot showing the Target appliance tab.

  7. On the Virtual machines tab, verify the VMs have been discovered and are listed. You can select up to 10 VMs from the list to migrate at one time. Select Next.

    Screenshot showing the Virtual machines tab.

  8. On the Target settings tab, complete these tasks:

    1. The Storage account subscription is automatically populated. If this is not the subscription where you want to create the storage account, choose another subscription.

      Note

      Migration requires a storage account to be created. This account must reside in the same subscription as your Azure project.

    2. Select the Resource group to associate with your storage account.

    3. The VM subscription is automatically populated.

    4. For your Cache storage account, select an existing storage account. You can also select (New) Storage account to create a new storage account with a randomly generated name.

      Note

      • We recommend that you create new a storage account to be used as your cache storage account. > > - Once created, the storage account location can't be changed.
    5. Select a resource group to associate with your migrated VMs.

    6. Select the logical network that you created as a prerequisite. The VMs will be connected to this network. If you don't see a logical network in the dropdown list, create a logical network and select Reload logical network.

    7. Select the storage path that you created as a prerequisite. The VMs will be created at this storage path. If you don't see a storage path in the dropdown list, create a storage path and select Reload storage path.

    8. When finished, select Next.

      Screenshot showing the Target settings tab.

  9. On the Compute tab:

    1. Rename target VMs as needed.

    2. Select the OS disk for each VM from the dropdown lists.

    3. Configure number of vCPUs and RAM including selecting dynamic RAM for each VM, as needed.

    4. When finished, select Next.

      Screenshot showing the Compute tab.

  10. On the Disks tab, select which disks you would like to replicate.

    Note

    Once selected, the OS disks can't be unselected.

  11. Change the disk type if needed and select Next.

    Screenshot showing the Disks tab.

  12. On the Review + Start replication tab, make sure that all the values are correct and then select Replicate.

    Screenshot showing the Review + Start replication tab.

  13. Stay on this page until the process is complete (this might take 5-10 minutes). If you move away from this page, the replication artifacts won't be created fully leading to a failure in replication and eventually migration.

    Screenshot showing the warning on the Review + Start replication tab.

  14. You are automatically taken to Servers, databases and web apps page. On the Migration tools tile, select Overview.

  15. Go to Azure Stack HCI migration > Replications. Review the replication status. Select Refresh to see the replicated VMs appear.

  16. As the replication continues, replication status shows progress. Continue refreshing periodically. After the initial replication is complete, hourly delta replications begin. The Migration status changes to Ready to migrate. The VMs can be migrated.

    Screenshot Azure Migrate: Migration and modernization > Replications in Azure portal with migration status Ready to migrate.

Next steps