Azure infrastructure with Terraform – conditions, repetitions & constructs

This blog continues the Terraform series with the fourth part. Part 3 started to dive into the dynamization options with variables & functions. Now we talk about the options to make the code more readable and non-repeating with conditions, repetitions and constructs. To make Terraform Code more dynamic, shorter, and more reusable, there are several… Continue reading Azure infrastructure with Terraform – conditions, repetitions & constructs

Azure infrastructure with Terraform – Dynamization with variables & functions

This blog continues the Terraform series with the third part. The first parts dealt with general IaC topics as well as the Terraform basics. A kind of “hello world” deployment with a storage account and fixed values was shown. Now it’s about the various options to make the code dynamic and flexible, starting in this… Continue reading Azure infrastructure with Terraform – Dynamization with variables & functions

Azure infrastructure with Terraform – Setup & deploy

In this part 2 of the blog series, where we will configure the local setup of Terraform and do a first example deployment with explanations of what happens. In the further course of the series, the dynamization of the code, DevOps pipelines for IaC and possibilities of test automation will be discussed. Getting Started with… Continue reading Azure infrastructure with Terraform – Setup & deploy

Manage your (Azure) infrastructure with Terraform

This blog starts a series on the topic of Infrastructure as Code (IaC) with Terraform from HashiCorp. It includes an introduction to the general IaC aspects and which IaC approaches are natively available for Microsoft Azure, which will also be focus for the further content on Terraform. Companies are still struggling partly with the effort… Continue reading Manage your (Azure) infrastructure with Terraform

Introduction to AKS-Part3

This is the third part of the blog series which introduces the Azure Kubernetes Service (AKS). Overview on the series: AKS Part 1 – general terms and availability options AKS Part 2 – network, storage and tools AKS Part 3 – security topics AKS Part 4 – scaling and monitoring AKS Part 5 – advanced… Continue reading Introduction to AKS-Part3

Introduction to AKS – Part1

This blog series introduces the Azure Kubernetes Service (AKS). It introduces important terms in this context and gives an overview of where AKS can support a container-based application and offers advantages over “pure” Kubernetes. The whole is divided into the areas: Cluster Management Availability Security Scaling Service Integration and Monitoring. Finally, a few tips and… Continue reading Introduction to AKS – Part1