AKS
Introducing the “Helm Install Command” Bicep Module: Streamlining AKS bootstrapping
Reading Time: 4 minutes Recently I have been working on a new Bicep module that significantly simplifies deploying Helm charts onto Azure Kubernetes Service (AKS). This module harnesses the power of the AKS run command. I used the aks-run-command module from the bicep public repository as a starting point. So, credit goes to them Read more…