I've setup my application to use Semantic Logging and Azure sink. What I see in the tables looks great and I'm pretty happy with what I'm seeing.
My issue is that I'd really like to filter and search these logs.
For example, I am currently logging a method that parses a json message and acts accordingly. There are serveral important aspects to the parsing where I can log important information. All these entries share a message ID. I'd like to be able to easily sort by this ID. I have other field that do the same thing but at different levels.
Are there any tools I can use with Azure Storage that would allow me to perform this sort of filtering on my semantic logs? (Best I've found so far is LINQPad)