1
votes

I am running a website on the Window Azure preview portal and I am trying to connect via remote desktop. I have recently upgraded to Visual Studio 2012 and the way you publish a website to Azure has changed slightly.

Normally I would connect to a cloud services role and enable remote desktop that way. However I am running two websites and no cloud service so I cant seem to find the option anywhere!

Windows Azure Remote Desktop

I have tried the following links on the windowsazure.com site with no luck:

http://msdn.microsoft.com/en-us/library/windowsazure/gg443832.aspx

https://www.windowsazure.com/en-us/develop/net/common-tasks/remote-desktop/

I have also tried going to the old portal to enable remote desktop but it seems as if the option is greyed out. Does anyone have any suggestions?

3

3 Answers

4
votes

As far as I know, and According to http://cloud.dzone.com/articles/how-choose-windows-azure, you can't connect to a Web Site (as opposed to Web Role) with RDS.

1
votes

Are you looking to remote desktop into your websites or cloud services? If it's websites, I don't think you can because it normally runs in a shared environment i.e. in one VM many websites are hosted where as in Cloud Services, you get a dedicated VM for your application.

0
votes

You can set up a web role with Preview Mode, which will create your Cloud Service and give you Remote access. This is easily done with Visual Studio 2012 by right clicking on the Porject and selecting "Add Windows Azure Cloud Services Project".