Troubleshooting Deployment Problems Using the Deployment Properties
When you deploy an application package to Windows Azure, you can obtain information about the deployment from the Properties pane in the Management Portal. You can use the details in this pane to help you troubleshoot problems with the hosted service, and you can provide this information to Windows Azure support when opening a new support request.
Note |
|---|
| You can copy the contents of the Properties pane to the clipboard by clicking the icon in the upper-right corner of the pane. |
The following table lists some possible deployment problems that can occur and resolution steps for fixing the problem. If these suggestions do not resolve your problem, contact Windows Azure Support.
| Problem | Resolution | ||
|---|---|---|---|
|
I cannot access my website even though my deployment is started and all role instances are ready. |
The website URL link shown in the portal does not include the port. The default port for websites is 80. However, if your application is configured to run in a different port, you must add the correct port to the URL when accessing the website.
|
||
|
My roles instances restarted without me doing anything. |
Service healing occurs automatically when the Windows Azure detects problematic nodes and moves role instances to new nodes. When this occurs, you might see your role instances restarting automatically. To find out if service healing occurred:
|
||
|
I cannot do a VIP swap and receive an error whenever I try. |
A VIP swap is not allowed if a deployment update is in progress. Deployment updates can occur automatically when:
To find out if an automatic upgrade is preventing you from doing a VIP swap:
|
||
|
A role instance is looping between Started, Initializing, Busy, and Stopped. |
This condition could indicate a problem with your application code, package or configuration file. If true, then you should be able to see the Status changing every few minutes. This would indicate that there is something wrong with the application that is keeping the role instance from running.
For more information on how to troubleshoot for this problem, seeTroubleshooting Hosted Service Deployment States. |
||
|
My application stopped working. |
|
||
|
A CName for my hosted service has stopped working . |
The most common cause of CName problems is an error with the URL or IP address assigned to the CName.
|
Note