I am using VS 2012, Azure v1.8, Windows 8.1
Using VS2012 > Server Explorer > Windows Azure Compute > Add Deployment Environment, I have added subscription via publish settings file.
Now when I want to choose the deployment environment, I am getting below error.
Note: I have already deployed applications on my azure account couple of months back, now I want to updated them.
Windows Azure Tools for Microsoft Visual Studio Unable to load services for the given credentials. An error occurred while making the HTTP request to
https management.core.windows.net/xxxxxxxxxx/services/hostedservices. This could be due to the fact that the server certificate is not configured properly with HTTP.SYS in the HTTPS case. This could also be caused by a mismatch of the security binding between the client and the server.
Related image URL .... https social.msdn.microsoft.com/Forums/getfile/618987
Update 2015-03-05:
I update Azure version to 2.5, now when I select .... Server Explorer > Azure > Manage Subscriptions, getting error as
An error occurred during the sign in process: service_returned_error: Serviced returned error. Check InnerException for more details
Releated image URL .... https social.msdn.microsoft.com/Forums/getfile/619194
Update 2015-03-10:
After updating to Azure 2.5, I was still unable to connect to Azure from VS 2012.
I started fiddler- Enabled decrypt https.
- Added the required ClientCertificate.cer to C:\Users\user1\Documents\Fiddler2
Now from VS 2012, I was able to connect to Azure using user id and password.
When publishing to Azure, I was able to publish, but it did not finish the complete process.
But my application got published.
Now if I stop fiddler and then again ... I am getting same error.