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…
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…
Generating random Marvel names for your Azure resources
Sometimes you just need to redeploy a lot of resources for testing because you're building something for a customer. For me these scenario's always go into scripting or templates. That means for every change I want to be redeploy the…
Switching between Kubernetes cluster contexts stored in Azure Key Vault

When I have a Kubeconfig that contains multiple environments I tend to get a little nervous. I usually need access to a couple of development / testing clusters and different customer clusters. My biggest concern is always that config file that…
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…