Skip to main content

Devops

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

Dynamically scale down AppService outside business hours to save 💰💰
·3 mins
Azure Devops Tutorial
The other day I was on a quest to lower a bit our Azure spending.
Zero downtime deployment with Azure Container Apps and Github Actions - Part 1
·8 mins
Azure Github Devops Cloudnative
Introduction # As you may know, Azure Container Apps went out of preview during Microsoft Build in late May this year.