So I absolutely love GitHub but when you're working with a bigger team in the same organization you want to have some standards in place. New repo's are constantly being created and everyone has a lot of freedom to configure…
Azure Functions
A collection of 6 posts
Passing Azure Marketplace leads to HubSpot
Sometimes you are just confronted with a question and you think "This should be there" but it's not. This was the case when someone asked me if you could send leads generated from the Azure Marketplace to HubSpot. Apparently Azure…
Turning off Virtual Machines with Alexa, IFTTT and Azure Functions
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…
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:…
Flashing Philips Hue lights with Azure Functions and Azure Service Health
To improve my C# and .Net Core knowledge I was looking for a hobby project. As I'm currently running a couple of Philips Hue lights I thought it'd be a nice idea connect to them using an Azure Function. The…