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:
- During deployment from Visual Studio.
- Directly at the portal.
I think good way for you know is a second variant.
- Go to your cloud service.
- Enter Configure tab and press 'Remote' button at the bottom.
- Set all the needed settings there (role, user name, password, certificate, expiration etc.).
- After Azure finishes setup - go to 'Instances' tab. Click on the needed and 'Connect' button will be available.