{"id":538,"date":"2021-11-14T07:02:32","date_gmt":"2021-11-14T07:02:32","guid":{"rendered":"http:\/\/192.168.8.123\/?p=538"},"modified":"2022-04-22T17:20:41","modified_gmt":"2022-04-22T17:20:41","slug":"migrating-hyper-v-vms-to-azure-by-using-azure-migrate","status":"publish","type":"post","link":"https:\/\/exceedthecloud.com\/?p=538","title":{"rendered":"Migrating Hyper-V VMs to Azure by using Azure Migrate"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Data Center migrations are typically accomplished via one of the following approach. Interconnection playing a key essential and enabling factor in each of them.<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Lift and Shift<\/li><li>Hybrid Cloud Architecture<\/li><li>Large Data import<\/li><li>Cloud-to-Cloud Migration<\/li><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">In this post we will explore the Lift and Shift approach to migrate a workload from Hyper-V to Microsoft Azure Cloud Solution. This labs are a replay of exercises done during my AZ-304-Microsoft-Azure-Architect-Design official course and are intended to guide you step by step to accomplish successfully this migration.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Prerequisites for this labs : <a rel=\"noreferrer noopener\" href=\"https:\/\/azure.microsoft.com\/en-us\/free\/\" target=\"_blank\">Azure Account<\/a> \/&nbsp;<a href=\"https:\/\/github.com\/marcelin-ndjila\/Practical-Labs-Series\/blob\/master\/Azurelabs04.zip\" target=\"_blank\" rel=\"noreferrer noopener\">Download Labs Files here<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">After completing this lab, you will be able to:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Prepare Hyper-V for assessment and migration by using Azure Migrate<\/li><li>Assess Hyper-V for migration by using Azure Migrate<\/li><li>Migrate Hyper-V VMs by using Azure Migrate<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Lab 0: Prepare the lab environment<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The main tasks for this exercise are as follows:<\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Deploy an Azure VM by using an Azure Resource Manager QuickStart template<\/li><li>Configure nested virtualization in the Azure VM<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Task 1: Deploy an Azure VM by using an Azure Resource Manager QuickStart template<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>From your lab computer, start a web browser, navigate to the <a href=\"https:\/\/portal.azure.com\">Azure portal<\/a> &#8211; portal.azure.com, and sign in by providing credentials of a user account with the Owner role in the subscription you will be using in this lab.<\/li><li>In the Azure portal, open <strong>Cloud Shell<\/strong> pane by selecting on the toolbar icon directly to the right of the search textbox.<\/li><li>If prompted to select either <strong>Bash<\/strong> or <strong>PowerShell<\/strong>, select <strong>PowerShell<\/strong>.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note<\/strong>: If this is the first time you are starting <strong>Cloud Shell<\/strong> and you are presented with the <strong>You have no storage mounted<\/strong> message, select the subscription you are using in this lab, and select <strong>Create storage<\/strong>.<\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\" start=\"4\"><li>In the toolbar of the Cloud Shell pane, select the <strong>Upload\/Download files<\/strong> icon, in the drop-down menu select <strong>Upload<\/strong>, and upload the file <strong>\\\\Azurelabs04\\azuredeploy30308suba.json<\/strong> into the Cloud Shell home directory.<\/li><li>From the Cloud Shell, run the following command to set a variable named location with an Azure Region near you (replace the \u2018&lt;Azure region&gt;\u2019 placeholder with the name of the Azure region that is available for deployment of Azure VMs in your subscription and which is closest to the location of your lab computer, for example \u2018eastus\u2019):<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>\n$location = 'eastus'<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note<\/strong>: To identify Azure regions where you can provision Azure VMs, refer to <a href=\"https:\/\/azure.microsoft.com\/en-us\/regions\/offers\/\"><strong>https:\/\/azure.microsoft.com\/en-us\/regions\/offers\/<\/strong><\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u00b7&nbsp; From the Cloud Shell pane, run the following to create a resource group:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">code<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>New-AzSubscriptionDeployment -Location $location -Name az30308subaDeployment -TemplateFile $HOME\/azuredeploy30308suba.json -rgLocation $location -rgName 'exceed13112021-labRG'\n<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img1-1-1024x370.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">\u00b7&nbsp; In the Azure portal, close the <strong>Cloud Shell<\/strong> pane.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u00b7&nbsp; From your lab computer, open another browser tab, navigate to the <a href=\"https:\/\/github.com\/Azure\/azure-quickstart-templates\/tree\/master\/demos\/nested-vms-in-virtual-network\">301-nested-<\/a><a href=\"https:\/\/github.com\/Azure\/azure-quickstart-templates\/tree\/master\/demos\/nested-vms-in-virtual-network\" target=\"_blank\" rel=\"noreferrer noopener\">vms<\/a><a href=\"https:\/\/github.com\/Azure\/azure-quickstart-templates\/tree\/master\/demos\/nested-vms-in-virtual-network\">-in-virtual-network Azure QuickStart template<\/a> and select <strong>Deploy to Azure<\/strong> (you find the button <strong>Deploy to Azure<\/strong> in the README.md file after the list of the resources created by the template) . This will automatically redirect the browser to the <strong>Hyper-V Host Virtual Machine with nested VMs<\/strong> blade in the Azure portal.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">code<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>https:&#47;&#47;github.com\/Azure\/azure-quickstart-templates\/tree\/master\/demos\/nested-vms-in-virtual-network<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\" start=\"8\"><li>On the <strong>Hyper-V Host Virtual Machine with nested VMs<\/strong> blade in the Azure portal, specify the following settings (leave others with their default values):<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Subscription<\/td><td>the name of the Azure subscription you are using in this lab<\/td><\/tr><tr><td>Resource group<\/td><td><strong>exceed13112021-labRG<\/strong><\/td><\/tr><tr><td>Host Public IP Address Name<\/td><td><strong>exceed13112021-hv-vm-pip<\/strong><\/td><\/tr><tr><td>Virtual Network Name<\/td><td><strong>exceed13112021-hv-vnet<\/strong><\/td><\/tr><tr><td>Host Network Interface1Name<\/td><td><strong>exceed13112021-hv-vm-nic1<\/strong><\/td><\/tr><tr><td>Host Network Interface2Name<\/td><td><strong>exceed13112021-hv-vm-nic2<\/strong><\/td><\/tr><tr><td>Host Virtual Machine Name<\/td><td><strong>exceed13-hv-vm<\/strong><\/td><\/tr><tr><td>Host Admin Username<\/td><td><strong>exceedStudent<\/strong><\/td><\/tr><tr><td>Host Admin Password<\/td><td><strong>Pa55w.rd1234<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\" start=\"9\"><li>On the <strong>Hyper-V Host Virtual Machine with nested VMs<\/strong> blade, select <strong>Review + create<\/strong> and then select <strong>Create<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img2-1-1024x477.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note<\/strong>: Wait for the deployment to complete. The deployment might take about 10 minutes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Task 2: Configure nested virtualization in the Azure VM<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>In the Azure portal, search for and select <strong>Virtual machines<\/strong> and, on the <strong>Virtual machines<\/strong> blade, select <strong>exceed13-hv-vm<\/strong>.<\/li><li>On the <strong>exceed13-hv-vm<\/strong> blade, select <strong>Networking<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>On the **exceed13112021-hv-vm<\/td><td>Networking** blade, ensure that the <strong>exceed13112021-hv-vm-nic1<\/strong> tab is selected and then select <strong>Add inbound port rule<\/strong>.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img3-1.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note<\/strong>: Make sure that you modify the settings of <strong>exceed13112021-hv-vm-nic1<\/strong>, which has the public IP address assigned to it.<\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>Add inbound security rule<\/strong> blade, specify the following settings (leave others with their default values) and select <strong>Add<\/strong>:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Destination port ranges<\/td><td><strong>3389<\/strong><\/td><\/tr><tr><td>Protocol<\/td><td><strong>Any<\/strong><\/td><\/tr><tr><td>Name<\/td><td><strong>AllowRDPInBound<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img4-1.png\" alt=\"\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>exceed13-hv-vm<\/strong> blade, select <strong>Overview<\/strong>.<\/li><li>On the <strong>exceed13-hv-vm<\/strong> blade, select <strong>Connect<\/strong>, in the drop-down menu, select <strong>RDP<\/strong>, and then click <strong>Download RDP File<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img5-1-1024x484.png\" alt=\"\"\/><\/figure>\n\n\n\n<ol class=\"wp-block-list\" type=\"1\"><li>When prompted, click <strong>Connect<\/strong> and sign in with the following credentials:<\/li><\/ol>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>User Name<\/td><td><strong>exceedStudent<\/strong><\/td><\/tr><tr><td>Password<\/td><td><strong>Pa55w.rd1234<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img6-1.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Within the Remote Desktop session to <strong>exceed13-hv-vm<\/strong>, in the Server Manager window, click <strong>Local Server<\/strong>, click the <strong>On<\/strong> link next to the <strong>IE Enhanced Security Configuration<\/strong> label, and, in the <strong>IE Enhanced Security Configuration<\/strong> dialog box, select both <strong>Off<\/strong> options and then click <strong>OK<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img7-1.png\" alt=\"\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>From the Remote Desktop session, open File Explorer and navigate to the <strong>F:<\/strong>. Create a folder named <strong>VHDs<\/strong>.<\/li><li>Within the Remote Desktop session to <strong>exceed13-hv-vm<\/strong>, start Internet Explorer, navigate to the download page of <a href=\"https:\/\/www.microsoft.com\/en-us\/edge\/business\/download\">Microsoft Edge<\/a>, download Microsoft Edge installer and perform the installation.<\/li><li>Within the Remote Desktop session to <strong>exceed13-hv-vm<\/strong>, in Microsoft Edge, browse to <a href=\"https:\/\/www.microsoft.com\/en-us\/evalcenter\/evaluate-windows-server-2019\">Windows Server Evaluations<\/a>, and download the Windows Server 2019 <strong>VHD<\/strong> file to the <strong>F:\\VHDs<\/strong> folder.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">code<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>https:&#47;&#47;www.microsoft.com\/en-us\/evalcenter\/evaluate-windows-server-2019<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note<\/strong>: The evaluations page will ask for personal information to complete the download. Choose \u2018United Kingdom\u2019 or another country to be able to opt-out of notifications.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u00b7&nbsp; Within the Remote Desktop session to <strong>exceed13-hv-vm<\/strong>, click Start, and then click <strong>Windows Administrative Tools<\/strong>, then launch <strong>Hyper-V Manager<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u00b7&nbsp; In the <strong>Hyper-V Manager<\/strong> console, select the <strong>exceed13112021-hv-vm<\/strong> node.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u00b7&nbsp; Click <strong>New<\/strong> and, in the cascading menu, select <strong>Virtual Machine<\/strong>. This will start the <strong>New Virtual Machine Wizard<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img8-1.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">On the <strong>Before You Begin<\/strong> page of the <strong>New Virtual Machine Wizard<\/strong>, select <strong>Next &gt;<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u00b7&nbsp; On the <strong>Specify Name and Location<\/strong> page of the <strong>New Virtual Machine Wizard<\/strong>, specify the following settings and select <strong>Next &gt;<\/strong>:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Name<\/td><td><strong>exceed13112021-vm1<\/strong><\/td><\/tr><tr><td>Store the virtual machine in a different location<\/td><td>selected<\/td><\/tr><tr><td>Location<\/td><td><strong>F:\\VMs<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note<\/strong>: Make sure to create the <strong>F:\\VMs<\/strong> folder.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img9-1.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">On the <strong>Specify Generation<\/strong> page of the <strong>New Virtual Machine Wizard<\/strong>, ensure that the <strong>Generation 1<\/strong> option is selected and select <strong>Next &gt;<\/strong>:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img10-1.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">On the <strong>Assign Memory<\/strong> page of the <strong>New Virtual Machine Wizard<\/strong>, set <strong>Startup memory<\/strong> to <strong>2048<\/strong> and select <strong>Next &gt;<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img11-1.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">On the <strong>Configure Networking<\/strong> page of the <strong>New Virtual Machine Wizard<\/strong>, in the <strong>Connection<\/strong> drop-down list select <strong>NestedSwitch<\/strong> and select <strong>Next &gt;<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img12-1.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">On the <strong>Connect Virtual Hard Disk<\/strong> page of the <strong>New Virtual Machine Wizard<\/strong>, select the option <strong>Use an existing virtual hard disk<\/strong>, set location to the VHD file you downloaded to the <strong>F:\\VHDs<\/strong> folder, and select <strong>Next &gt;<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img13-1.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">\u00b7&nbsp; On the <strong>Summary<\/strong> page of the <strong>New Virtual Machine Wizard<\/strong>, select <strong>Finish<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img14-2.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">\u00b7&nbsp; In the <strong>Hyper-V Manager<\/strong> console, select the newly created virtual machine and select <strong>Start<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img15-2.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">\u00b7&nbsp; In the <strong>Hyper-V Manager<\/strong> console, verify that the virtual machine is running and select <strong>Connect<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img16-2.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">\u00b7&nbsp; In the Virtual Machine Connection window to <strong>exceed13112021-vm1<\/strong>, on the <strong>Hi there<\/strong> page, select <strong>Next<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img17-2.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">\u00b7&nbsp; In the Virtual Machine Connection window to <strong>exceed13112021-vm1<\/strong>, on the <strong>License terms<\/strong> page, select <strong>Accept<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u00b7&nbsp; In the Virtual Machine Connection window to <strong>exceed13112021-vm1<\/strong>, on the <strong>Customize settings<\/strong> page, set the password of the built-in Administrator account to <strong>Pa55w.rd1234<\/strong> and select <strong>Finish<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img18-1.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">\u00b7&nbsp; In the Virtual Machine Connection window to <strong>exceed13112021-vm1<\/strong>, sign in by using the newly set password.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img19-1.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">In the Virtual Machine Connection window to <strong>exceed13112021-vm1<\/strong>, start Windows PowerShell and, in the <strong>Administrator: Windows PowerShell<\/strong> window run the following to set the computer name.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">code<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\nRename-Computer -NewName 'exceed13112021-vm1' -Restart<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img20-1.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Select Y to continue<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img21-1.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Lab 1: Prepare for assessment and migration by using Azure Migrate<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The main tasks for this exercise are as follows:<\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Configure Hyper-V environment<\/li><li>Create an Azure Migrate project<\/li><li>Implement the target Azure environment<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Task 1: Configure Hyper-V environment<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Within the Remote Desktop session to <strong>exceed13112021-hv-vm<\/strong>, start Microsoft Edge, navigate to the <a href=\"https:\/\/aka.ms\/migrate\/script\/hyperv\" target=\"_blank\" rel=\"noreferrer noopener\">Microsoft Download Center<\/a>, and download the configuration PowerShell script to the <strong>F:<\/strong>.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">code<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>https:&#47;&#47;aka.ms\/migrate\/script\/hyperv<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note<\/strong>: The script performs the following tasks:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Checks that you\u2019re running the script on a supported PowerShell version.<\/li><li>Verifies that you have administrative privileges on the Hyper-V host.<\/li><li>Allows you to create a local user account that the Azure Migrate service uses to communicate with the Hyper-V host. This user account is added to Remote Management Users, Hyper-V Administrators and Performance Monitor Users groups on the Hyper-V host.<\/li><li>Checks that the host is running a supported version of Hyper-V, and the Hyper-V role.<\/li><li>Enables the WinRM service, and opens ports 5985 (HTTP) and 5986 (HTTPS) on the host. This is required for metadata collection.<\/li><li>Enables PowerShell remoting on the host.<\/li><li>Checks that the Hyper-V Integration Services is enabled on all VMs managed by the host.<\/li><li>Enables CredSSP on the host if needed.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">\u00b7&nbsp; Within the Remote Desktop session to <strong>exceed13112021-hv-vm<\/strong>, start <strong>Windows PowerShell ISE<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u00b7&nbsp; In the <strong>Administrator: Windows PowerShell ISE<\/strong> window, in the console pane, run the following to remove the Zone.Identifier alternate data stream, which, in this case, indicates that the file was downloaded from the Internet.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">code<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Unblock-File -Path F:\\MicrosoftAzureMigrate-Hyper-V.ps1<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img22-1-1024x527.png\" alt=\"\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\" start=\"3\"><li>In the <strong>Administrator: Windows PowerShell ISE<\/strong> window, open the <strong>MicrosoftAzureMigrate-Hyper-V.ps1<\/strong> script residing in the <strong>F:<\/strong> folder and run it. When prompted for confirmation, press the <strong>Y<\/strong> key followed by the <strong>Enter<\/strong> key, with exception of the following prompts, in which case, type <strong>N<\/strong> followed by the <strong>Enter<\/strong> key:<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li>Do you use SMB share(s) to store the VHDs?<\/li><li>Do you want to create non-administrator local user for Azure Migrate and Hyper-V Host communication?<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img23-1-1024x528.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Task 2: Create an Azure Migrate project<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Within the Remote Desktop session to <strong>exceed13-hv-vm<\/strong>, start Microsoft Edge, navigate to the <a href=\"https:\/\/portal.azure.com\">Azure portal<\/a>, and sign in by providing credentials of a user account with the Owner role in the subscription you will be using in this lab.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img24-1-1024x510.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">In the Azure portal, search for and select <strong>Azure Migrate<\/strong>, on the <strong>Azure Migrate<\/strong> blade, in the <strong>Migration goals<\/strong> section, select <strong>Windows, Linux and SQL Server<\/strong> and then select <strong>Create Project<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img25-1-1024x568.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">On the <strong>Azure Migrate<\/strong> blade, specify the following settings (leave others with their default values) and select <strong>Create<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img26-1-1024x497.png\" alt=\"\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Subscription<\/td><td>the name of the Azure subscription you are using in this lab<\/td><\/tr><tr><td>Resource group<\/td><td>the name of a new resource group <strong>exceed13112021b-labRG<\/strong><\/td><\/tr><tr><td>Migrate project<\/td><td><strong>exceed13112021b-migrate-project<\/strong><\/td><\/tr><tr><td>Geography<\/td><td>the name of your country or a geographical region<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img27-1-1024x463.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Task 3: Implement the target Azure environment<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>In the Azure portal, search for and select <strong>Virtual networks<\/strong> and, on the <strong>Virtual networks<\/strong> blade, select <strong>+ Add<\/strong> (or <strong>+ Create<\/strong>) on the command bar.<\/li><li>On the <strong>Basics<\/strong> tab of the <strong>Create virtual network<\/strong> blade, specify the following settings (leave others with their default values) and select <strong>Next: IP Addresses<\/strong>:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Subscription<\/td><td>the name of the Azure subscription you are using in this lab<\/td><\/tr><tr><td>Resource group<\/td><td>the name of a new resource group <strong>exceed13112021c-labRG<\/strong><\/td><\/tr><tr><td>Name<\/td><td><strong>exceed13112021c-migration-vnet<\/strong><\/td><\/tr><tr><td>Region<\/td><td>the name of the Azure region into which you deployed the virtual machine earlier in this lab<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img28-1.png\" alt=\"\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>IP addresses<\/strong> tab of the <strong>Create virtual network<\/strong> blade, in the <strong>IPv4 address space<\/strong> text box, type <strong>10.8.0.0\/16<\/strong> and select <strong>+ Add subnet<\/strong>.<\/li><li>On the <strong>Add subnet<\/strong> blade, specify the following settings (leave others with their default values) and select <strong>Add<\/strong>:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Subnet name<\/td><td><strong>subnet0<\/strong><\/td><\/tr><tr><td>Subnet address range<\/td><td><strong>10.8.0.0\/24<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img29-1.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Back on the <strong>IP addresses<\/strong> tab of the <strong>Create virtual network<\/strong> blade, select <strong>Review + create<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img30-1.png\" alt=\"\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>Review + create<\/strong> tab of the <strong>Create virtual network<\/strong> blade, select <strong>Create<\/strong>.<\/li><li>In the Azure portal, search for and select <strong>Virtual networks<\/strong> and, on the <strong>Virtual networks<\/strong> blade, select <strong>+ Add<\/strong> (or <strong>+ Create<\/strong>) on the command bar.<\/li><li>On the <strong>Basics<\/strong> tab of the <strong>Create virtual network<\/strong> blade, specify the following settings (leave others with their default values) and select <strong>Next: IP Addresses<\/strong>:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Subscription<\/td><td>the name of the Azure subscription you are using in this lab<\/td><\/tr><tr><td>Resource group<\/td><td><strong>exceed13112021c-labRG<\/strong><\/td><\/tr><tr><td>Name<\/td><td><strong>exceed13112021c-test-vnet<\/strong><\/td><\/tr><tr><td>Region<\/td><td>the name of the Azure region into which you deployed the virtual machine earlier in this lab<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img31-1.png\" alt=\"\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>IP addresses<\/strong> tab of the <strong>Create virtual network<\/strong> blade, in the <strong>IPv4 address space<\/strong> text box, type <strong>10.8.0.0\/16<\/strong> and select <strong>+ Add subnet<\/strong>.<\/li><li>On the <strong>Add subnet<\/strong> blade, specify the following settings (leave others with their default values) and select <strong>Add<\/strong>:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Subnet name<\/td><td><strong>subnet0<\/strong><\/td><\/tr><tr><td>Subnet address range<\/td><td><strong>10.8.0.0\/24<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img32-1.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Back on the <strong>IP addresses<\/strong> tab of the <strong>Create virtual network<\/strong> blade, select <strong>Review + create<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img33-1.png\" alt=\"\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>Review + create<\/strong> tab of the <strong>Create virtual network<\/strong> blade, select <strong>Create<\/strong>.<\/li><li>In the Azure portal, search for and select <strong>Storage accounts<\/strong> and, on the <strong>Storage accounts<\/strong> blade, select <strong>+ Add<\/strong> (or <strong>+ Create<\/strong>) on the command bar.<\/li><li>On the <strong>Basics<\/strong> tab of the <strong>Create a storage account<\/strong> blade, specify the following settings (leave others with their default values):<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Subscription<\/td><td>the name of the Azure subscription you are using in this lab<\/td><\/tr><tr><td>Resource group<\/td><td><strong>exceed13112021c-labRG<\/strong><\/td><\/tr><tr><td>Storage account name<\/td><td>any globally unique name between 3 and 24 in length consisting of letters and digits<\/td><\/tr><tr><td>Location<\/td><td>the name of the Azure region in which you created the virtual network earlier in this task<\/td><\/tr><tr><td>Performance<\/td><td><strong>Standard<\/strong><\/td><\/tr><tr><td>Account kind<\/td><td><strong>StorageV2 (general purpose v2)<\/strong><\/td><\/tr><tr><td>Redundancy<\/td><td><strong>Locally redundant storage (LRS)<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\" start=\"4\"><li>On the <strong>Basics<\/strong> tab of the <strong>Create a storage account<\/strong> blade, select <strong>Review + create<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img34-1-1024x476.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">On the <strong>Review + create<\/strong> tab of the <strong>Create a storage account<\/strong> blade, select <strong>Create<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Lab 2: Assess Hyper-V for migration by using Azure Migrate<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The main tasks for this exercise are as follows:<\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Deploy and configure the Azure Migrate appliance<\/li><li>Configure, run, and view an assessment<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Task 1: Deploy and configure the Azure Migrate appliance<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Within the Remote Desktop session to <strong>exceed13-hv-vm<\/strong>, in the Microsoft Edge window, in the Azure portal, search for and select <strong>Azure Migrate<\/strong>.<\/li><li>&nbsp;<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>On the **Azure Migrate<\/td><td>Windows, Linux and SQL Server** blade, select <strong>Discover<\/strong> in the <strong>Azure Migrate: Server Assessment<\/strong> tile.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img35-1-1024x470.png\" alt=\"\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>Discover machines<\/strong> blade, in the <strong>Are your servers virtualized?<\/strong> drop-down list, select <strong>Yes, with Hyper-V<\/strong>.<\/li><li>On the <strong>Discover machines<\/strong> blade, in the <strong>Name your appliance<\/strong> text box, type <strong>exceed13-vma1<\/strong> and select the <strong>Generate key<\/strong> button.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img36-1-1024x455.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note<\/strong>: If you encounter a permission-related error while generating an Azure Migrate project key, in the Azure portal, navigate to the <strong>Subscriptions<\/strong> blade, select your subscription, on your subscription blade, select <strong>Access Control (IAM)<\/strong> and then assign the <strong>Owner<\/strong> role to your Azure AD user account.<\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Wait for the resource provisioning to complete, within the Remote Desktop session to <strong>exceed13-hv-vm<\/strong>, start Notepad, and copy the <strong>Azure Migrate project key<\/strong> into Notepad.<\/li><li>On the <strong>Discover machines<\/strong> blade, in the <strong>Download Azure Migrate appliance<\/strong> text box, select the <strong>.VHD file<\/strong> option, select <strong>Download<\/strong> and, when prompted, set the download location to the <strong>F:\\VMs<\/strong> folder.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note<\/strong>: Wait for the download to complete. This might take about 5 minutes.<\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\" start=\"3\"><li>Once the download completes, extract the content of the downloaded .ZIP file into the <strong>F:\\VMs<\/strong> folder.<\/li><li>Within the Remote Desktop session to <strong>exceed13-hv-vm<\/strong>, switch to the <strong>Hyper-V Manager<\/strong> console, select the <strong>exceed13-hv-vm<\/strong> node, select <strong>Import Virtual Machine<\/strong>. This will start the <strong>Import Virtual Machine<\/strong> wizard.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img37-1.png\" alt=\"\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>Before You Begin<\/strong> page of the <strong>Import Virtual Machine<\/strong> wizard, select <strong>Next &gt;<\/strong>.<\/li><li>On the <strong>Locate Folder<\/strong> page of the <strong>Import Virtual Machine<\/strong> wizard, specify the location of the extracted <strong>Virtual Machines<\/strong> folder and select <strong>Next &gt;<\/strong>:<\/li><li>On the <strong>Select Virtual Machine<\/strong> page of the <strong>Import Virtual Machine<\/strong> wizard, select <strong>Next &gt;<\/strong>:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img38-1.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">On the <strong>Choose Import Type<\/strong> page of the <strong>Import Virtual Machine<\/strong> wizard, select <strong>Register the virtual machine in place (use the existing unique ID)<\/strong> and select <strong>Next &gt;<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img39-1.png\" alt=\"\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>Configure Processor<\/strong> page of the <strong>Import Virtual Machine<\/strong> wizard, set <strong>Number of virtual processors<\/strong> to <strong>4<\/strong>, and select <strong>Next &gt;<\/strong>.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note<\/strong>: Ignore any error messages referring to the change of the number of virtual processors.<\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\" start=\"2\"><li>On the <strong>Connect Network<\/strong> page of the <strong>Import Virtual Machine<\/strong> wizard, in the <strong>Connection<\/strong> drop-down list select <strong>NestedSwitch<\/strong> and select <strong>Next &gt;<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img40-1.png\" alt=\"\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>Summary<\/strong> page of the <strong>Import Virtual Machine<\/strong> wizard, select <strong>Finish<\/strong>.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note<\/strong>: Wait for the import to complete. This might take about 10 minutes.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img41-1.png\" alt=\"\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>In the <strong>Hyper-V Manager<\/strong> console, select the newly imported virtual machine, select <strong>Rename<\/strong> and set is name to <strong>exceed13112021-vma1<\/strong>.<\/li><li>In the <strong>Hyper-V Manager<\/strong> console, select the newly imported virtual machine and select <strong>Start<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img42-1.png\" alt=\"\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>In the <strong>Hyper-V Manager<\/strong> console, verify that the virtual machine is running and select <strong>Connect<\/strong>.<\/li><li>In the Virtual Machine Connection window to the virtual appliance, on the <strong>License terms<\/strong> page, select <strong>Accept<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img43-1.png\" alt=\"\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>In the Virtual Machine Connection window to the virtual appliance, on the <strong>Customize settings<\/strong> page, set the password of the built-in Administrator account to <strong>Pa55w.rd1234<\/strong> and select <strong>Finish<\/strong>.<\/li><li>In the Virtual Machine Connection window to the virtual appliance, sign in by using the newly set password.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img44-1.png\" alt=\"\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Within the Virtual Machine Connection window to the virtual appliance, start Windows PowerShell and run the following to identify its IP address.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">code<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>(Get-NetIPAddress).IPAddress or ipconfig<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\" start=\"22\"><li>Within the Remote Desktop session to <strong>exceed13112021-hv-vm<\/strong>, download Microsoft Edge and run the installation with the default settings.<\/li><li>Within the Remote Desktop session to <strong>exceed13-hv-vm<\/strong>, in the Microsoft Edge window, navigate to the https:\/\/IPaddress:44368, where the IPaddress placeholder represents the IP address you identified in the previous step.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note<\/strong>: Ignore the warning about the website\u2019s security certificate.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img45-1-1024x514.png\" alt=\"\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\" start=\"22\"><li>When prompted, sign in with the following credentials:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>User Name<\/td><td><strong>Administrator<\/strong><\/td><\/tr><tr><td>Password<\/td><td><strong>Pa55w.rd1234<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\" start=\"23\"><li>Within the Microsoft Edge window, on the <strong>Appliance Configuration Manager<\/strong> page, select the <strong>I agree<\/strong> button, wait for the prerequisites to be successfully verified.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img46-1-1024x524.png\" alt=\"\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img47-1-1024x425.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Within the Microsoft Edge window, on the <strong>Appliance Configuration Manager<\/strong> page, in the <strong>Register with Azure Migrate<\/strong> section, in the <strong>Provide Azure Migrate project key<\/strong> text box, paste the key you copied into Notepad earlier in this exercise, select <strong>Login<\/strong>, accept the default code displayed and copy it to the clipboard, then select <strong>Copy code and login<\/strong> then in the <strong>Enter code<\/strong> pane in the browser page paste in the code you copied to the clipboard and select <strong>Next<\/strong>, sign in by providing credentials of a user account with the Owner role in the subscription you are using in this lab and close the browser page.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img48-1-1024x297.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Enter the Code and validate it<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img49-1024x526.png\" alt=\"\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img50-1024x525.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Within the Microsoft Edge window, on the <strong>Appliance Configuration Manager<\/strong> page, verify that registration was successful and select <strong>Continue<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img51-1024x320.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Within the Microsoft Edge window, on the <strong>Appliance Configuration Manager<\/strong> page, in the <strong>Manage credentials and discovery sources<\/strong> section, select <strong>Add credentials<\/strong>, in the <strong>Add credentials<\/strong> pane, specify the following settings, select <strong>Save<\/strong>:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img52-1024x313.png\" alt=\"\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Friendly Name<\/td><td><strong>exceed13112021creds<\/strong><\/td><\/tr><tr><td>User Name<\/td><td><strong>exceedStudent<\/strong><\/td><\/tr><tr><td>Password<\/td><td><strong>Pa55w.rd1234<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img53.png\" alt=\"\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img54-1024x312.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Within the Microsoft Edge window, on the <strong>Appliance Configuration Manager<\/strong> page, in the <strong>Provide Hyper-V host\/cluster details<\/strong> section, select <strong>Add discovery source<\/strong>, in the <strong>Add discovery source<\/strong> pane, select the <strong>Add single item<\/strong> option, ensure that the <strong>Discovery source<\/strong> drop-down list is set to <strong>Hyper-V Host\/Cluster<\/strong>, in the <strong>Friendly name<\/strong> drop-down list, select the <strong>exceed13112021creds<\/strong> entry, in the <strong>IP address \/FQDN<\/strong> text box, type <strong>10.0.2.1<\/strong>, and select <strong>Save<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img55.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Click on Start Discovery<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img56-1024x376.png\" alt=\"\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\" start=\"22\"><li>Within the Microsoft Edge window, on the <strong>Appliance Configuration Manager<\/strong> page, in the <strong>Provide Hyper-V host\/cluster details<\/strong> section, select <strong>Start discovery<\/strong>.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note<\/strong>: In general, it might take about 15 minutes per host for metadata of discovered servers to appear in the Azure portal.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Task 2: Configure, run, and view an assessment<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>Within the Remote Desktop session to <strong>exceed13-hv-vm<\/strong>, in the Microsoft Edge window displaying the Azure portal, navigate back to the **Azure Migrate<\/td><td>Windows, Linux and SQL Server** blade, select <strong>Refresh<\/strong>, and, in the <strong>Azure Migrate: Discovery and assessment<\/strong> tile, open the dropdown <strong>Assess<\/strong> and select <strong>Azure VM<\/strong>.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img57-1024x391.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note<\/strong>: You might need to refresh the page again.<\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>Assessment properties<\/strong> blade select <strong>Edit<\/strong>, specify the following settings (leave others with their default values) and select <strong>Save<\/strong>:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Target location<\/td><td>the name of the Azure region you are using in this lab<\/td><\/tr><tr><td>Storage type<\/td><td><strong>Automatic<\/strong><\/td><\/tr><tr><td>Reserved instances<\/td><td><strong>No reserved instances<\/strong><\/td><\/tr><tr><td>Sizing criterion<\/td><td><strong>As on premises<\/strong><\/td><\/tr><tr><td>VM series<\/td><td><strong>Dsv3_series<\/strong><\/td><\/tr><tr><td>Comfort factor<\/td><td><strong>1<\/strong><\/td><\/tr><tr><td>Offer<\/td><td><strong>Pay-As-You-Go<\/strong><\/td><\/tr><tr><td>Currency<\/td><td>US Dollar ($)<\/td><\/tr><tr><td>Discount<\/td><td><strong>0<\/strong><\/td><\/tr><tr><td>VM uptime<\/td><td>Day(s) per month and <strong>24<\/strong> Hour(s) per day<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img58-1024x462.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note<\/strong>: Considering the limited time inherent to the lab environment, the only viable option in this case is <strong>As on-premises<\/strong> assessment.<\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Back on the <strong>Assess servers<\/strong> blade, select <strong>Next<\/strong> and then navigate to the <strong>Select machines to assess<\/strong> tab.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img59-1024x469.png\" alt=\"\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Set <strong>Assessment name<\/strong> to <strong>exceed13112021-assessment<\/strong>.<\/li><li>Ensure that the <strong>Create new<\/strong> option is selected, set the group name to <strong>exceed13112021-assessment-group<\/strong>, in the list of machines to be added to the group, select <strong>exceed13112021-vm1<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img60-1024x465.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Click <strong>Next<\/strong>, and then click <strong>Create assessment<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img61-1024x459.png\" alt=\"\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>Navigate back to the **Azure Migrate<\/td><td>Windows, Linux and SQL Server** blade, select <strong>Refresh<\/strong>, in the <strong>Azure Migrate: Server Assessment<\/strong> tile, verify that there the <strong>Assessments<\/strong> line contains <strong>1<\/strong> entry, and select it.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img62-1024x289.png\" alt=\"\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>On the **Azure Migrate: Server Assessment<\/td><td>Assessments** blade, select the newly created assessment <strong>exceed13112021-assessment<\/strong>.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img63-1024x464.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">On the <strong>exceed13112021-assessment<\/strong> blade, review the information indicating Azure readiness and monthly cost estimate for both compute and storage.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img64-1024x434.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note<\/strong>: In real-world scenarios, you should consider installing dependency agent to provide more insights into server dependencies during the assessment stage.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Lab 3: Migrate Hyper-V VMs by using Azure Migrate<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The main tasks for this exercise are as follows:<\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Prepare for migration of Hyper-V VMs<\/li><li>Configure replication of Hyper-V VMs<\/li><li>Perform migration of Hyper-V VMs<\/li><li>Remove Azure resources deployed in the lab<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Task 1: Prepare for migration of Hyper-V VMs<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>Within the Remote Desktop session to <strong>exceed13-hv-vm<\/strong>, in the Microsoft Edge window displaying the Azure portal, navigate back to the **Azure Migrate<\/td><td>Windows, Linux and SQL Server** blade.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>On the **Azure Migrate<\/td><td>Windows, Linux and SQL Server** blade, in the <strong>Azure Migrate: Server Migration<\/strong> tile, select the <strong>Discover<\/strong> link.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img65-1024x467.png\" alt=\"\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>Discover machines<\/strong> blade, specify the following settings (leave others with their default values) and select <strong>Create resources<\/strong>:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Are your machines virtualized?<\/td><td><strong>Yes, with Hyper-V<\/strong><\/td><\/tr><tr><td>Target region<\/td><td>the name of the Azure region you are using in this lab<\/td><\/tr><tr><td>Confirm that the target region for migration<\/td><td>selected<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img66-1024x305.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note<\/strong>: This step automatically triggers provisioning of an Azure Site Recovery vault.<\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>Discover machines<\/strong> blade, in step <strong>1. Prepare Hyper-V host servers<\/strong>, select the first <strong>Download<\/strong> link (not the Download button), in order to download the Hyper-V replication provider software installer.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img67-1024x457.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">When prompted, launch <strong>AzureSiteRecoveryProvider.exe<\/strong>. This will start the <strong>Azure Site Recovery Provider Setup (Hyper-V server)<\/strong> wizard.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img68.png\" alt=\"\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>Microsoft Update<\/strong> page, select <strong>Off<\/strong> and select <strong>Next<\/strong>.<\/li><li>On the <strong>Provider installation<\/strong> page, select <strong>Install<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img69.png\" alt=\"\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Switch to the Azure portal and, on the <strong>Discover machines<\/strong> blade, select the <strong>Download<\/strong> button in step 1 of the procedure for preparing on-premises Hyper-V hosts in order to download the vault registration key. When prompted, save the registration key in the <strong>Downloads<\/strong> folder.<\/li><li>Switch to the <strong>Provider installation<\/strong> page and select <strong>Register<\/strong>. This will start the <strong>Microsoft Azure Site Recovery Registration Wizard<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img70.png\" alt=\"\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>Vault Settings<\/strong> page of the <strong>Microsoft Azure Site Recovery Registration Wizard<\/strong>, select <strong>Browse<\/strong>, navigate to the <strong>Downloads<\/strong> folder, select the vault credentials file, and select <strong>Open<\/strong>.<\/li><li>Back on the <strong>Vault Settings<\/strong> page of the <strong>Microsoft Azure Site Recovery Registration Wizard<\/strong>, select <strong>Next<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img71.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">On the <strong>Proxy Settings<\/strong> page of the <strong>Microsoft Azure Site Recovery Registration Wizard<\/strong>, accept the default settings and select <strong>Next<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img72.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">On the <strong>Registration<\/strong> page of the <strong>Microsoft Azure Site Recovery Registration Wizard<\/strong>, select <strong>Finish<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img73.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Once the registration process completes, on the <strong>Discover machines<\/strong> blade, select <strong>Finalize registration<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img74-1024x420.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note<\/strong>: You might have to refresh the browser page displaying the <strong>Discover machines<\/strong> blade and navigate back to it.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img75-1024x395.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note<\/strong>: It might take up to 15 minutes for the discovery of virtual machines to complete.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Task 2: Configure replication of Hyper-V VMs<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>Once you receive the confirmation that the registration was finalized, navigate back to the **Azure Migrate<\/td><td>Windows, Linux and SQL Server** blade, in the <strong>Azure Migrate: Server Migration<\/strong> tile, select the <strong>Replicate<\/strong> link.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Note<\/strong>: You might have to refresh the browser page displaying the **Azure Migrate<\/td><td>Windows, Linux and SQL Server** blade.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img76-1024x465.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">On the <strong>Source settings<\/strong> page of the <strong>Replicate<\/strong> blade, in the <strong>Are your machines virtualized?<\/strong> drop-down list, select <strong>Yes, with Hyper-V<\/strong> and select <strong>Next: Virtual machines<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img77-1024x460.png\" alt=\"\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>Virtual machines<\/strong> page of the <strong>Replicate<\/strong> blade, specify the following settings (leave others with their default values) and select <strong>Next: Next: Target settings<\/strong>:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Import migration settings from an Azure Migrate assessment<\/td><td><strong>Yes, apply migration settings from an Azure Migrate assessment<\/strong><\/td><\/tr><tr><td>Select group<\/td><td><strong>exceed13112021-assessment-group<\/strong><\/td><\/tr><tr><td>Select assessment<\/td><td><strong>exceed13112021-assessment<\/strong><\/td><\/tr><tr><td>Virtual machines<\/td><td><strong>exceed13112021-vm1<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img78-1024x471.png\" alt=\"\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>Target settings<\/strong> page of the <strong>Replicate<\/strong> blade, specify the following settings (leave others with their default values) and select <strong>Next: Compute<\/strong>:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Setting<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Subscription<\/td><td>the name of the Azure subscription you are using in this lab<\/td><\/tr><tr><td>Resource group<\/td><td><strong>exceed13112021c-labRG<\/strong><\/td><\/tr><tr><td>Replication Storage Account<\/td><td>the name of the storage account you created earlier in this lab<\/td><\/tr><tr><td>Virtual Network<\/td><td><strong>exceed13112021c-migration-vnet<\/strong><\/td><\/tr><tr><td>Subnet<\/td><td><strong>subnet0<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img79-1024x471.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">On the <strong>Compute<\/strong> page of the <strong>Replicate<\/strong> blade, ensure that the <strong>Standard_D2s_v3<\/strong> is selected in the <strong>Azure VM Size<\/strong> drop-down list, in the <strong>OS Type<\/strong> drop-down list, select <strong>Windows<\/strong> and select <strong>Next: Disks<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img80-1024x464.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">On the <strong>Disks<\/strong> page of the <strong>Replicate<\/strong> blade, accept the default settings and select <strong>Next: Review + Start replication<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img81-1024x465.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">On the <strong>Review + Start replication<\/strong> page of the <strong>Replicate<\/strong> blade, select <strong>Replicate<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img82-1024x463.png\" alt=\"\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>To monitor the status of replication, navigate back to the **Azure Migrate<\/td><td>Windows, Linux and SQL Server** blade, in the <strong>Azure Migrate: Server Migration<\/strong> tile, select the <strong>Replicating servers<\/strong> entry and, on the **Azure Migrate: Server Migration<\/td><td>Replicating machines<strong>, examine the **Status<\/strong> column in the list of the replicating machines.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img83-1024x289.png\" alt=\"\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Wait until the status changes to <strong>Protected<\/strong>. This might take additional 15 minutes.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Task 3: Perform migration of Hyper-V VMs<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>In the Azure portal, on the **Azure Migrate: Server Migration<\/td><td>Replicating machines<strong>, select the entry representing the **exceed13112021-vm1<\/strong> virtual machine.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\" start=\"2\"><li>On the <strong>exceed13112021-vm1<\/strong> replicating machines blade, select <strong>Test migration<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img84-1024x421.png\" alt=\"\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>Test migration<\/strong> blade, in the <strong>Virtual network<\/strong> drop-down list, select <strong>exceed13112021c-test-vnet<\/strong> and select <strong>Test migration<\/strong>.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note<\/strong>: Wait for the test migration to complete. This might take about 5 minutes.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img85-1024x458.png\" alt=\"\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img86-1024x486.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">In the Azure portal, search for and select <strong>Virtual machines<\/strong> and, on the <strong>Virtual machines<\/strong> blade, note the entry representing the newly provisioned virtual machine <strong>exceed13112021-vm1-test<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img87-1024x327.png\" alt=\"\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>In the Azure portal, navigate back to the **Azure Migrate: Server Migration<\/td><td>Replicating machines<strong>, select **Refresh<\/strong>, and verify that the <strong>exceed13112021-vm1<\/strong> virtual machine is listed with the <strong>Cleanup test failover pending<\/strong> status.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img88-1024x415.png\" alt=\"\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>On the **Azure Migrate: Server Migration<\/td><td>Replicating machines** blade, select the entry representing the <strong>exceed13112021-vm1<\/strong> virtual machine.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>exceed13112021-vm1<\/strong> replicating machines blade, select <strong>Clean up test migration<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img89-1024x389.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">On the <strong>Test migrate cleanup<\/strong> blade, select the checkbox <strong>Testing is complete. Delete test virtual machine<\/strong> and select <strong>Cleanup Test<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img90-1024x462.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Once the test failover cleanup job completes, refresh the browser page displaying the <strong>exceed13112021-vm1<\/strong> replicating machines blade and note that the <strong>Migrate<\/strong> icon in the toolbar automatically became available.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img91-1024x399.png\" alt=\"\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the <strong>exceed13112021-vm1<\/strong> replicating machines blade, select the <strong>Migrate<\/strong> link.<\/li><li>On the <strong>Migrate<\/strong> blade, in the <strong>Shutdown machines before migration to minimize data loss?<\/strong> drop-down list, select <strong>Yes<\/strong>, next select the checkbox next to the <strong>exceed13112021-vm1<\/strong> entry, and then select <strong>Migrate<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img92-1024x459.png\" alt=\"\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>To monitor the status of migration, navigate back to the **Azure Migrate<\/td><td>Windows, Linux and SQL Server** blade, in the <strong>Azure Migrate: Server Migration<\/strong> tile, select the <strong>Replicating servers<\/strong> entry and, on the **Azure Migrate: Server Migration<\/td><td>Replicating machines<strong>, examine the **Status<\/strong> column in the list of the replicating machines. Verify that the status displayed the <strong>Planned failover finished<\/strong> status.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<ol class=\"wp-block-list\" type=\"1\"><li>&nbsp;<\/li><\/ol>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>&nbsp;<\/strong> <strong>Note<\/strong>: Migration is supposed to be a non-reversible action. If you want to see the completed information, navigate back to the Azure Migrate<\/td><td>Windows, Linux and SQL Server blade, refresh the page and verify that Migrated Servers in the Azure Migrate: Server Migration tile has a value of 1.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img93-1024x407.png\" alt=\"\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img94.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Verify that the migration is effective on Azure<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img95-1024x353.png\" alt=\"\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/img96-1024x484.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><mark class=\"kt-highlight\"><strong>Reminder<\/strong>: Don\u2019t forget to delete or shutdown all unused Azure resources after your labs for cost saving<\/mark><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Data Center migrations are typically accomplished via one of the following approach. Interconnection playing a key essential and enabling factor in each of them. Lift and Shift Hybrid Cloud Architecture Large Data import Cloud-to-Cloud Migration In this post we will &hellip; <a href=\"https:\/\/exceedthecloud.com\/?p=538\">Continued<\/a><\/p>\n","protected":false},"author":1,"featured_media":874,"comment_status":"open","ping_status":"open","sticky":true,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"kt_blocks_editor_width":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[23,21,4,19],"tags":[8,65,67,66,32,35,31],"class_list":["post-538","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-hybrid","category-migration","category-practical-labs-series","category-virtual-machines","tag-azure","tag-hybrid","tag-hyper-v","tag-migration","tag-subnets","tag-virtual-machines","tag-virtual-network"],"aioseo_notices":[],"jetpack_featured_media_url":"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2021\/11\/Migrate-to-cloud.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/posts\/538","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=538"}],"version-history":[{"count":5,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/posts\/538\/revisions"}],"predecessor-version":[{"id":2337,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/posts\/538\/revisions\/2337"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/media\/874"}],"wp:attachment":[{"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=538"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=538"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=538"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}