Search code examples
azurerdpvhd

Azure VM CSUPLOAD RDP


I am trying to upload a VM to Azure using CSUPLOAD.

I have tried both Add-Disk and Add-PersistentVMImage and both succeed in provisioning and starting the VM but I am not able to connect to it using remote desktop.

Right now the VM I am trying to upload is a fresh install of Server 2008 R2 with remote desktop enabled and syspreped. (I validated that I was able to remote into it on my local network).

I have an endpoint on the VM with 3389 for both the public and private ports.

The only difference I can see between my VM and the ones that I create from the gallery is that the ones from the gallery have a RDP Certificate Thumbprint and mine do not.

Would the missing thumbprint be what is causing RDP not to work. How do I configure that?


Solution

  • I was using Windows 7 before to create the images. I tried creating the image with Hyper V and it ended up fixing it for both Add-PersistantImage and Add-Disk