Azure / AKS-Construction

Accelerate your onboarding to AKS with; Helper Web App, bicep templating and CI/CD samples. Flexible & secure AKS baseline implementations in a Microsoft + community maintained reference implementation.

Home Page:https://azure.github.io/AKS-Construction/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ingress Profile, Web Application Routing not working

khowling opened this issue · comments

Describe the bug
Setting the parameter to true does not enable WAR. Think we need to include dnsZone Resource Id, otherwise, will not be enabled.

To reproduce select 'AKS Web Application Routing' as your ingress option'
Deploy the cluster
Then show the cluster properties, and

"ingressProfile": null,

We already allow capture for an existing dns zone resrouceId, so the fix should be to display the dnszone field when the web app routing option is selected (just as its displayed for other ingress options)

Hi @khowling has this been resolved?

yes, should be!