Home
Martin Lakov
Cancel

Import your existing Azure infrastructure into Terraform using Azure Terrafy

Overview Terraform is a great tool for defining your infrastructure using code and getting it deployed to Azure or your chosen cloud provider. One of the many challenges you may face is importing e...

Install SonarQube on Kubernetes (AKS)

Overview SonarQube is an automatic code review tool to detect bugs, vulnerabilities, and code smells in your code. It can integrate with your existing workflow to enable continuous code inspection...

Deploy an API running on Azure Functions using IaC & Azure DevOps

Azure Functions is a serverless event based compute engine that can execute almost any logic using blocks of code on demand commonly referred to as Functions. For this tutorial we will be building ...

How to Install Flux on Azure Kubernetes Service using Azure DevOps

What is Gitops and Flux? GitOps for Kubernetes is trending and is being adopted more widely across organisations. With GitOps you can apply your standard development practices to Infrastructure inc...