Azure CloudService Deployment "Keyset does not exist"
Deploy Azure cloudservice failed, and Microsoft Azure Activity Log shows the following message:
It seems that the problem is caused by the certificate which is used to encrypt the user credentials of RDP.
First, I found the corresponding certificate in ServiceConfiguration.Cloud.cscfg (hiding the thumbprint):
| |
If the certificate is not installed, the error message should be:
However, I checked the certificate by certmgr.msc and found it in personal\certificates folder.
Looks weird.
Just have a try, delete it, re-import the certificate, and redeploy the cloudservice, it works!