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.
https://azure.github.io/AKS-Construction/
MIT License
356 stars 165 forks source link

Ingress Profile, Web Application Routing not working #644

Closed khowling closed 11 months ago

khowling commented 1 year ago

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)

samaea commented 1 year ago

Hi @khowling has this been resolved?

khowling commented 11 months ago

yes, should be!