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.
Cosmos DB API for MongoDB or Cosmos DB API for NoSQL? Maybe MongoDB Atlas? This post might give you an answer if you need to quickly insert a lot of documents larger than 4KB and be flexible in querying.
You might be tempted to run Azure Functions with help of Docker images in Kubernetes. It is possible, Azure maintains Azure Functions Docker images to help you with that. In this post, I will outline the reasons why running Azure Functions in Kubernetes should be avoided.
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.
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.
During my work duties I need to generate AAD (Azure Active Directory) tokens to verify various things. I've build a tool to do it faster!