Server Migrations
- Basic Server Migration Process

- To simulate this migration we need to have the following setup

- We would take help from nested virtualization supported vms to create virtual machines within it and then migrate them to azure using Azure Migrate
Lab Environment Preparation
- Azure Supports nested virtualization Refer Here
- Create a Virtual Machine with Windows Server 2016 Datacenter Image



- For lab purposes we would be opening all the ports in NSG

- Once the vm is ready, lets login into the VM and Enable Hyper V

- Wait for the Server Manager to be launched.
- Launch Powershell As Admin and Run the following command
Install-WindowsFeature -Name Hyper-V -IncludeManagementTools -Restart
- Once this cmd is finished exection, the server will be restarted, Now re-login and check if the Hyper-V is enabled.

- We will continue the network setup in next session.
