Building an Azure App Service Log Viewer in LINQpad

I detail my experiences with making an azure log viewer in LINQPad.


Decode JWT Tool

Another initially throwaway tool I ended up reusing a lot, and referencing in other queries I wrote, is this one, my JWT tool. It’s essentially the same thing as JWT.IO but having something embedded in my other queries and reference-able is kind of nice.

If you aren’t aware of the ability to use #load "query" in LINQpad, now’s the time to know you can.

I used Scott Brady’s JWT Generator to make some fake data just to show what this does.

Here’s the source code. decode jwt.linq

demo gif