Heyko Oelrichs·Sep 27, 2023FritzBox LTE backup using an old Android phoneI recently encountered minor but recurring outages with my internet service provider here in Germany. Since I work remotely and heavily…
InMicrosoftbyHeyko Oelrichs·Dec 22, 2022Deploying Azure Managed Prometheus with AzAPIAzure Managed Prometheus is a brand-new managed service offering on Microsoft’s cloud platform Azure. It is currently in preview and…A response icon2A response icon2
Heyko Oelrichs·Jan 7, 2022Automated dependabot configuration in GitHubSome of you might be already familiar with dependabot, a neat solution to monitor your GitHub repository to ensure that your solution…
Heyko Oelrichs·Jan 5, 2022Pipeline-embedded load testing with LocustEarlier in 2021 I’ve published a blog post on how to implement Locust via Terraform to conduct globally distributed load tests in Azure…
Heyko Oelrichs·Dec 16, 2021Use custom Terraform provider builds in your pipelineI work a lot with Terraform, due to my job especially with the AzureRM provider. The AzureRM provider is used to deploy and configure…
InMicrosoftbyHeyko Oelrichs·Jul 29, 2021Configure Azure Virtual Network peerings with TerraformAzure Virtual Networks (or short VNets) are the fundamental building block for all network and network-related configurations in Microsoft…A response icon3A response icon3
InMicrosoftbyHeyko Oelrichs·May 7, 2021Custom Azure VM Scale Sets with Terraform and Cloud InitI recently had to deploy a Virtual Machine Scale Set (VMSS) in Azure needed for a self-hosted agent pool for Azure DevOps. I decided to use…A response icon1A response icon1
InMicrosoftbyHeyko Oelrichs·Mar 30, 2021Globally distributed load tests in Azure with LocustI recently came across the challenge to conduct massive distributed load tests on an scalable application hosted in Azure. After doing…
Heyko Oelrichs·Feb 12, 2021AKS Monitoring Deep Dive — Part 3In Part 3 of this series we are going to take a deeper look into the Prometheus support of Azure Monitor for Containers. If you would like…