Tools

Besides consulting and speaking, I build small tools β€” mostly things I needed myself in Azure networking projects and figured others might need too. Everything here is open source on GitHub.

πŸ”₯ Azure Firewall Watch

A terminal UI for live log monitoring of Azure Firewall β€” think tail -f for your firewall. It streams logs (NetworkRule, AppRule, DNS, IDPS, …) from an Event Hub in near real-time, with instant filtering and a detail view that shows the rule behind each hit. No more waiting minutes for Log Analytics ingestion during a troubleshooting call.

az-firewall-watch: live Azure Firewall log table with filter bar in the terminal

β†’ All details, setup and usage
β†’ Source code on GitHub Β· Download the latest release (Windows, macOS, Linux)