クラウドサービスtestingservicecallでインスタンスservicecall_webrole_IN_0のRDPファイルをダウンロードできませんでした。クラウドサービスtestingservicecallでRDPファイルabc_webrole_IN_0をダウンロードできません
詳細:
The supplied cscfg file can not be parsed.
Got exception Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountEncryptedPassword.
詳細:ZendのでPHPのMSSQL用のWindows Azureのを使用して 。
ServiceConfiguration.cscfg
<Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="UseDevelopmentStorage=true"/>
<Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.Enabled" value="true" />
<Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountUsername" value="somename" />
<Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountEncryptedPassword" value="MIIBnQYJKoSomeStringPassucansee" />
<Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountExpiration" value="2013-12-31T23:59:59.0000000-07:00" />
<Setting name="Microsoft.WindowsAzure.Plugins.RemoteForwarder.Enabled" value="true" />
AccountEncryptedPasswordに置くために何を?
<Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountEncryptedPassword" value="MIIBnQYJKoZIhv... " />
私はEclipseエディタを使用しています。
**パスワードを変更する必要があることをご存知でしょうか? 'AccountEncryptedPassword'エージェントを共有しないでください – borrel