I'm one of those people who forgets to turn off or delete resources running in Azure for development and test purposes (I know you've been there as well!). Yes, you can set a fixed time to automatically turn off things…
Automation
A collection of 11 posts
Working with Microsoft.CostManagement queries (2/2): Partner Earned Credits

In my previous post we looked at querying the Microsoft.CostManagement/query API. The examples I showed were posted using Postman. But wouldn't it be useful to automate some stuff and get the results by running an Azure Function? That's…
Working with Microsoft.CostManagement queries (1/2)

Recently I started playing with the Microsoft.CostManagement APIs. I was looking for specific details (Partner Earned Credits in this case). I found that dealing with the Microsoft.Consumption APIs and the usageDetails API in particular was generating a lot…
Festive Tech Hackathon

The Festive Tech Calendar Hackathon has come to an end! Many have tried (going by the questions I received) and some have even been able to submit a solution. First of all, thank you to our sponsor Intercept for providing…
Scaling Azure Functions from zero to (n) hero on Kubernetes with KEDA

Yes from zero to hero because that's what it felt like when I first set up KEDA and started scaling some Azure Functions on Kubernetes. There are multiple write-ups on this subject but I wanted to learn and start from…