在新的门户网站配置辅助角色的远程桌面 [英] Configuring Remote Desktop for Worker role in the new portal

查看:217
本文介绍了在新的门户网站配置辅助角色的远程桌面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个问题,配置在新的Windows Azure门户中的远程桌面连接:

I am having a problem configuring the remote desktop connection in the new Windows Azure portal:


  • 创建一个新的工作角色。

  • 配置与过去的到期时间远程桌面连接。

  • 导出并上传生成的证书。

  • 出版工作者的作用。

  • 在新的Windows Azure门户(manage.windowsazure.com)配置远程桌面。最后一步给出了一个错误:。远程桌面无法启用的角色定义不包含远程桌面模块

这是奇怪,因为当我选择了实例,并尝试连接时,RDP-文件被下载,我可以连接着,当然Windows将不会让我,因为useraccount被禁用。
当我去到previous门户网站,我可以配置连接。

This is strange, because when I select the instance and try to connect, the rdp-file is downloaded and I can connect, ofcourse Windows won't let me, because the useraccount is disabled. When I go to the previous portal, I can configure the connection.

希望有人能告诉我什么,我做错了。

Hopefully somebody can tell me what I am doing wrong.

推荐答案

您需要在您的.CSDEF文件以下

You need to have the following in your .CSDEF file

      <Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.Enabled" value="true" />
      <Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountUsername" value="s093294" />
      <Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountEncryptedPassword" value="{encoded password" />
      <Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountExpiration" value="2014-05-01T23:59:59.0000000+02:00" />
      <Setting name="Microsoft.WindowsAzure.Plugins.RemoteForwarder.Enabled" value="true" />

和你.csdef文件:

and in your .csdef file:

<Imports>
  <Import moduleName="RemoteAccess" />
  <Import moduleName="RemoteForwarder" />
</Imports>

添加它最简单的方法是从Visual Studio时,包装/部署。

The easiest way to add it is from visual studio when packaging/deploying.

这篇关于在新的门户网站配置辅助角色的远程桌面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆