How to RDP to my azure cloud service? [closed]

て烟熏妆下的殇ゞ 提交于 2019-12-30 21:44:10

问题


As I read, each azure cloud service has a VM behind it (right?). I know, for a VM, I can click 'Connect' button to get the rdp file to remote login. However, for my cloud service (which is running), the 'Connect' button (in Instance panel) is always disabled. How do I turn it on? How do I remote login to this cloud service?


回答1:


At first you need to enable remote desktop for your cloud service. This can be done at least in two ways:

  1. During deployment from Visual Studio.
  2. Directly at the portal.

I think good way for you know is a second variant.

  1. Go to your cloud service.
  2. Enter Configure tab and press 'Remote' button at the bottom.
  3. Set all the needed settings there (role, user name, password, certificate, expiration etc.).
  4. After Azure finishes setup - go to 'Instances' tab. Click on the needed and 'Connect' button will be available.


来源:https://stackoverflow.com/questions/23449900/how-to-rdp-to-my-azure-cloud-service

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!