creating certificate for windows azure deployment with PHP Zend - Failed to download RDP file for instance

StackOverflow https://stackoverflow.com/questions/14254102

  •  14-01-2022
  •  | 
  •  

Question

i m working with win Azure, deployment i not enable to take remote login of the instance.

here is the error.

    Failed to download RDP file for instance 
servicecall_webrole_IN_0 in cloud service testingservicecall.

details:

The supplied cscfg file can not be parsed. 
Got exception Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountEncryptedPassword.

config file

<Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountEncryptedPassword" value="MIIBnQYJKoZIhv..." />

any worked with php with win azure ?

Was it helpful?

Solution

I hope you have uploaded your remote desktop certificate into your hosted service before deployment and RDP password in cscfg file encrypted using same certificate..

from error it looks like, password is stored in plain text in cscfg? You will have to encrypt the password in cscfg using csencrypt tool available with azure sdk.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top