Skip to main content

PartitionKey Used in Windows Azure Diagnostics Trace Listener

In case you are wondering what partition key does Azure Diagnostics Trace Listeners add to Azure tables. It is combination of 0 + Current DateTime Ticks

Hope this helps you querying the Azure Storage for diagnostics data.

Do check this awesome link that describes way to connect to Azure Storage using LinqPad and retrieve diagnostic information.

Happy Coding

Comments