Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>First, debug on your dev machine. Make sure you deployed the right .cscfg file, you don't have any broken connection strings, you're referencing the right version of the DLLs (the same as Azure's VMs) or are copying newer versions to Azure. If those fail, read <a href="http://www.windowsazure.com/en-us/develop/net/common-tasks/diagnostics/" rel="nofollow">this topic on WindowsAzure.com</a> and the <a href="http://msdn.microsoft.com/en-us/library/windowsazure/gg433048.aspx" rel="nofollow">topics in this node on MSDN</a>. The <a href="http://code.msdn.microsoft.com/windowsazure/Windows-Azure-HelloWorld-ee52983e" rel="nofollow">Hello World code sample</a> also has a basic demonstration of diagnostics that should be helpful.</p> <p>The basics of diagnostics in Windows Azure: </p> <ul> <li>Must be manually enabled for each role by importing the Diagnostics module in your <em>ServiceDefinition.csdef</em> file</li> <li>A storage location needs to be configured for the resulting logs in your <em>ServiceConfiguration.cscfg</em> file, such as the storage emulator, or a Windows Azure Storage account. Depending on the types of logs, they are stored in either blobs or tables.</li> <li>You can either configure diagnostics collection programmatically or with a file that is read when your role starts and can be updated on-the-fly</li> <li>You can set up and control how often diagnostics data is downloaded to your storage account (important because transactions/transfer/storage costs money), performance counters, or other metrics you need</li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload