Hire a web Developer and Designer to upgrade and boost your online presence with cutting edge Technologies

Tuesday, January 24, 2012

Windows Azure: How-To Create Remote Desktop to Windows Azure

In this article, I will show you how to create a remote desktop connection to your Windows Azure application web role. I will assume that you have already created a Windows Azure project and a Web Application project in Visual Studio. If you have not do, please see my post here on How To Create Classic ASP Solution.
  1. Load your Windows Azure Project in Visual Studio
  2. On the Windows Azure project, Right-Click and select Publish
    azure_project_publish
  3. On the pop-up wizard, click on Configure Remote Desktop Connections
    azure_project_publish_configureRemoteDesktop
  4. Select a certificate. Enter username, password, confirm password, and expiration date and click OK. Then click OK again on the Deploy Windows Azure Project wizard.
    azure_project_publish_configureRemoteDesktop_selectCertificate
Note: You should be able to see some changes made to the ServiceConfiguration.cscfg and ServiceDefinition.csdef files.
ServiceConfiguration.cscfg
azure_project_publish_configureRemoteDesktop_cscfg
ServiceDefinition.csdef
azure_project_publish_configureRemoteDesktop_csdef

No comments:

Post a Comment