AKS: Login with Azure CLI and Workload Identity
Monday, September 04, 2023 in 2023
Categories:
5 minute read
In this post I’ll show you how to setup Workload Identity in an AKS cluster using terraform and then deploy a pod with Azure CLI that you will use to login to Azure. Long story short: once workload identity is configured and enabled, kubernetes …
AZQR: Azure Quick Review
Sunday, August 27, 2023 in 2023
Categories:
2 minute read
What is Azure Quick Review? If you are looking for a way to quickly assess the status and configuration of your Azure resources, you might want to try Azure Quick Review (azqr): a command-line interface (CLI) tool that scans your Azure resources and …
Azure Function HTTP Trigger with Golang
Sunday, March 26, 2023 in 2023
Categories:
3 minute read
Back in 2017 I wrote a post about how to run a precompiled .NET Core Azure Function in a container. Fast forward to 2023 and, as some of you know, I’ve been playing with Golang for a while now so I thought it was about time to translate the …