My web role instance can't run after the deployment to azure, it tries to start it and then it reports the instance as "Unhealthy" and gives the following message: "The role could not be started (Role could not be started. System is initializing." (under the instances tab on azure site)
I have recently added a certificate and set up the config files following this guide http://www.windowsazure.com/en-us/develop/net/common-tasks/enable-ssl/
So I'm guessing that my configuration files are fine, also because when they aren't it raises an error before the deployment begins. Before the new certificate the deployments were just fine though.
Does anyone know why this is happening or how could I trace the problem to see where it fails?