1
votes

I have Azure Diagnostics setup and logging into all the WAD tables. How do I suppose to read all that logs? I have the Azure Storage Explorer, but I don't see how it can be useful and the logs also are loaded with considerable amount of garbage. Is there any way to view the diagnostics data in more sensible way?

1

1 Answers

2
votes

You will either have to write yourself a parsing tool to read all the data, or you can purchase something like Cerebrata's diagnostics tool to interpret it. Unfortunately, the data in storage is just raw data and there is no interpretation.