Azure Migration On-Premise setup contd..
- Now we need to create virtual machines on Windows Server
- Login into windows vm and open powershell terminal as admin and cd into centos folder, then execute the following commands
vagrant init centos/7
vagrant up --provider hyperv
-
Now bring up the ubuntu instance
-
Also add one windows machine to hyper v by manually downloading windows server 2016 evaluation datacenter edition
-
Ensure all the 3 vm’s are up and running
-
Note: Before stopping host vm ensure guest vms are shutdown.
