Installing nginx ingress in AKS cluster fails with SyncLoadBalancerFailed error
I have an AKS cluster with a web application. I want to provision an nginx Ingress controller to expose the app to the internet and later enable TLS. I have been following the official documentation https://learn.microsoft.com/en-us/azure/aks/ingress-basic and https://learn.microsoft.com/en-us/azure/aks/ingress-static-ip But I…