Reading what is in the vsdiagnostics blob in Azure (1.7)
Posted
by
tomasmcguinness
on Stack Overflow
See other posts from Stack Overflow
or by tomasmcguinness
Published on 2012-06-10T10:19:22Z
Indexed on
2012/06/10
10:40 UTC
Read the original article
Hit count: 293
Azure
|azure-storage-blobs
I've enabled Diagnostics in one of my Worker roles and published it to Azure. There was a new blob container created called "vsdiagnostics" and contained within in are two binary files. I'm assuming that these files contain the output of my Trace statements, but I'm unable to open these files as I have no idea what format they are in.
I've not found anything on www.windowsazure.com about it and most of the tools they recommend are very outdated. I have installed Cerebrata's Azure Diagnostics Manager, but that isn't able to load the Trace Logs.
If anyone could point me in the right direction I'd be grateful!
© Stack Overflow or respective owner