Where are the diagnostics/logs storage tables?

前端 未结 3 435
情书的邮戳
情书的邮戳 2021-01-14 04:14

I have a problem deploying a WebRole (WCF service) to Azure. My WebRole keeps showing buzy for at least 30 minutes, until I abort it. I deploy through Visual Studio 2010. I’

3条回答
  •  失恋的感觉
    2021-01-14 05:00

    I had a similar problem. I had the 'transfer' period set to 1 minute and it would not transfer. However, after I updated it to 5 minutes, I started seeing trace messages in the WADLogsTable. Not sure why that made a difference and haven't found any documentation that talks about a minimum transfer period, but 5 minutes worked for me.

    Also make sure you have appropriate Trace.Writeline() statements in your web/worker role.

提交回复
热议问题