Skip to main content

Terraform

2024

Github Actions Azure Vnet Integration
·11 mins
Github Azure Devops Terraform
In today’s post, we will look at an interesting challenge, having GitHub actions interact with Azure PaaS services for which we have disabled public access.

2023

Goodbye secrets 👋, Hello token exchange: Connect Your GitHub Actions to Azure securely
·9 mins
Github Azure Devops Terraform
OpenID Connect (OIDC) integration between Azure Active Directory and GitHub allows your GitHub Actions workflows to securely access resources in Azure, without needing to store the Azure credentials in the GitHub action secrets.
Terraform Tips & Tricks: Managing Large-Scale Azure Resource Imports
·10 mins
Azure Terraform Devops
This post describes my journey to import several hundred Azure resources in Terraform.

2022

Create Azure Container Apps with terraform
·2 mins
Azure Terraform Cloudnative
Microsoft announced at Microsoft Build that Azure Container Apps are now generally available (GA).
Using Managed Identity with Azure WebJobs and Service Bus
·3 mins
Azure Terraform Servicebus Managed-Identity
Managed Service Identity (or MSI for short) allows Azure resources to connect to Azure services that supports AD authentication (see the full list here) without using secrets.
Implement Azure AD Workload Identity on AKS with terraform
·7 mins
Azure Terraform Helm Kubernetes
Azure makes it very easy to create managed identities for a variety of services (e.
Configure secret-less connection from App Services to Azure Sql via terraform
·5 mins
Azure Terraform Sql Managed-Identity
It’s been a while since we can connect App services to Azure Sql in a secret-less fashion, using managed service identity (MSI for brevity from now onwards).

2021

Poor mans App services deployment slot auto-swap for Linux with GitHub Actions
·5 mins
Azure Cloud Terraform Github
Nowadays App Service deployment has became quite straight forward.