I am trying to follow this tutorial for creating an azure application gateway and connect it to an exising AKS cluster (by enabling addon). But the azure application gateway only creates the HTTP listener. There's no HTTPS listener. I went to the azure console and created and added an HTTPS listener but I am still unable to connect (telnet can't reach) to it.
I have deployed the gateway in a separate subnet within the AKS's vnet and have assigned the AKS's agentpool's route table to it and with fully open NSG (for testing purpose).
Also application gateway does not show anything in the backend seetings and pools sections .
What am I missing?