top of page
Search


Updating Your Scripts: PowerShell and Python for the New Azure PAYG APIs
In my last post , I talked about what’s changing with Azure’s Pay-As-You-Go (PAYG) APIs and why the old Usage Details endpoint is being retired. Now it’s time to roll up our sleeves! If your FinOps automations rely on Microsoft.Commerce/UsageAggregates, you’ll need to migrate those scripts to use the Exports API or Cost Details API. This post covers the exact code changes you need to make in PowerShell and Python (typically what I see most often with my customers and what I t

Shannon
Nov 1, 20253 min read


The Azure PAYG API Shift: What’s Actually Changing (and Why It Matters)
If you pull cost data from Azure’s Pay-As-You-Go (PAYG) subscriptions, you might have noticed something new in Microsoft’s documentation lately: the legacy “Get Usage Details” API is being deprecated. That’s right. The familiar Consumption API that so many FinOps teams built automations around is heading for retirement. Before you start rewriting every script you own, take a breath. This change is not a disaster. It is an upgrade. Let’s talk about what is happening, why Micro

Shannon
Oct 28, 20254 min read


Latency vs Throughput: Why They Get Mixed Up and Why That Matters
People often toss around latency and throughput like they are one and the same. They are not. They live in the same world but serve very different roles. One cares about how fast something starts. The other cares about how much it moves. Understanding the difference is vital for cloud architects, platform engineers, FinOps professionals, and really anyone building digital systems. The best way to think about them is like two roommates with wildly different sleep schedules.

Shannon
Oct 26, 20255 min read


What Exactly is the "Azure Well-Architected Review"?
Picture this: you have built a castle in the cloud, filled with all your Azure workloads. Everything looks amazing, but is it safe, strong, and efficient? Will it handle a sudden rush of traffic or unexpected outages? The Azure Well-Architected Review is Microsoft’s framework to provide "best in class" cloud adoption as you undergo digital transformation. Microsoft also has a corresponding assessment tool that helps you examine and strengthen your castle. They suggest runnin

Shannon
Oct 1, 20253 min read


Identifying Over-Privileged Identities Using Microsoft Graph
All code for this blog can be found here . I keep hearing more and more interest by customers I work with in exploring Cloud...

Shannon
Sep 26, 20256 min read


When GitHub Won’t Clone: Fixing the SSL Certificate Problem on Windows
So there I was, ready to pull down a GitHub repo and get to work finishing a recent blog. I typed in the familiar command: git clone ...

Shannon
Sep 24, 20252 min read
bottom of page
