October 29, 2025
The Azure Periodic Table is beautiful but not programmatically useful. So I scraped 200+ services into a PowerShell dictionary. Now my inventory tool shows service descriptions, naming conventions, and cost tiers.
Azure
PowerShell
Automation
Tools
Web Scraping
October 29, 2025
The Azure Periodic Table is beautiful but useless for operations. Here's a tool that tells you which services you're actually using, how many, and what they cost.
Azure
PowerShell
Resource Graph
Tools
Operations
October 28, 2025
Everyone writes about building AI solutions. Nobody writes about using AI as a daily tool. Here's the technical breakdown of two different approaches to AI-assisted Azure operations.
Azure
AI
Tools
Productivity
October 13, 2025
Chris Bowman's CCO Dashboard is 200+ pages of Power BI. I needed to understand it to build CCO 2.0. Built a tool that extracts all queries, measures, and relationships in seconds. .pbix files are just ZIP archives.
Azure
Power BI
Python
Tools
CCO Dashboard
October 13, 2025
Azure Workbooks hide 110+ items and complex KQL queries in nested JSON. Built a Streamlit tool that extracts everything in seconds. Parsed Billy York's workbook: 41 queries, full structure, exportable. No more clicking through Azure Portal.
Azure
Workbooks
KQL
Python
Tools
Streamlit