I have a Kubernetes application that I'd like to deploy to Azure using ARM templates. I have a Helm chart created to deploy the application to Kubernetes and ideally I'd like the ARM template to call Helm to deploy the application after creating the AKS cluster.
Does anyone know a way to do this? I noticed that there is an extension for calling a script from a provisioned VM, is there similar extension for a created AKS?