Azure API gateway fails to create HTTPS listener (only HTTP) listener when connectting it to AKS

Issue

This Content is from Stack Overflow. Question asked by soupybionics

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).

What am I missing?



Solution

This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.

This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.

people found this article helpful. What about you?