0

I am trying to remote to my Azure webrole and I am getting a message saying enter image description here .I was able to remote into this webrole while I was in office network.But when I am at home its giving me this error message .It looks like ,the remote computer is not available on the network.

Question

How can I resolve this issue so that I can connect to my webrole?

Millar
  • 1,095
  • 6
  • 16
  • 34

1 Answers1

-1

Sounds like you might need to add a certificate to your local environment? http://www.microsoft.com/BizSpark/Azure/SetupEnvironment.aspx

Ha L.
  • 71
  • 1
  • 7
  • No certificate is required to RDP to an Azure VM. – kwill Sep 11 '13 at 15:14
  • Hmmm, if you go to the cloud service => Configure => Connect button down the bottom, there will be a drop down list to choose a certificate from... Don't know how to insert image yet... – Ha L. Sep 13 '13 at 01:20
  • 1
    That certificate is for encrypting the password in the cscfg file, but not for actually connecting via RDP. – kwill Sep 13 '13 at 15:20