Setting Up a Terraform Pipeline in Azure DevOps
Are you ready to automate your Terraform deployments using Azure DevOps? In this short post, I'll walk you through creating a Terraform pipeline using Azure YAML Pipelines.
Blog
Are you ready to automate your Terraform deployments using Azure DevOps? In this short post, I'll walk you through creating a Terraform pipeline using Azure YAML Pipelines.
Ever wondered if you can perform an offline migration from one Cosmos DB API for MongoDB to another using native MongoDB database tools? It's not only possible, but I'll walk you through the process step by step. Let's get started.
Buf is a powerful tool that greatly simplifies working with Protobufs. It helps you lint Protofiles, ensure backward compatibility and generate code. Follow these tips to get started with Buf.
When App Insights Java agent is added to the Spring Boot application with Actuator liveness / readiness endpoints enabled, it will log all probe requests done by Kubernetes to App Insights. Luckily, there is an option now to remove those logs without touching the application code.
At some point in life you might find yourself running E2E (end-to-end) test suite using Kubernetes cluster. Such tests are relatively short living processes (they born to run the test and die when are finished). The question is: How to get the generated test report from the container in Kubernetes?
Enterprise organizations try to adapt Microsoft REST API Guidelines as a basis for their services more and more. Something is simple to follow, something is not, like $filter. In this post I will show you how to work with $filter outside the Microsoft tooling.
How in 3 steps you can setup your cheap VPN with help of Tailscale and DigitalOcean Droplet.
Settings the Cloud Role Name for Azure Functions is a little bit tricky because documentation does not provide the straight answer on how to do this. But this post does.
I'm living in a place with not the fastest internet download/upload (39/12 Mbps) speeds. It took some time to tune all the parameters of the Rclone to successfully create an initial backup (around 400GB) and keep the network alive during the upload to Backblaze B2.