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…
Wesley Haakman
A collection of 32 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…
Azure Resource Change Reporting using the Resource Change History API, Azure Functions and Blazor

On my journey to becoming better at developing .Net Core solutions I was looking for a project. I played with the Change History API before and decided I wanted to turn this into a .Net Core solution. Long story short:…