Hi,
I try to do a P2V (physical to virtual) from a Windows 7 computer to an Azure VM.
I have successfully used Disk2Vhd.exe to create a VHD from the OS disk.
I have then used "vhdtool.exe /extend" to increase the size of my VHD and to make it a multiple of 1024.
csupload.exe helped me to upload the VHD and create an Azure disk.
Till then everything worked fine.
I went in my Azure management portal and created a VM from the disk I previously uploaded and started it (it is in the running state).
Here again, no problem.
The problem is that I cannot connect to this VM using the rdp link.
My original machine is well configured regarding its DHCP/LAN parameters.
My questions :
- how to be sure my disk is well made ?
- will my azure VM need to be reactivated ? will it be activated automatically ?
Thank you in advance for your help !
Guim