App Gateway path based routing not working with ILB ASE
Clash Royale CLAN TAG #URR8PPP App Gateway path based routing not working with ILB ASE We have an ILB ASE with 2 Web Apps running in it : 2 app1.mydomain.local app2.mydomain.local We have an Application Gateway in front of this to make the apps securely accessible from the Internet. The Application Gateway has the following configurations: Backend pool: myapp-beap - points to the IP of the ILB myapp-beap Health Probe 1: app1-probe - Host = app1.mydomain.local app1-probe app1.mydomain.local Health Probe 2: app2-probe - Host = app2.mydomain.local app2-probe app2.mydomain.local HTTP Setting 1: app1-httpSetting - Custom Probe: app1-probe Host name: app1.mydomain.local app1-httpSetting app1-probe app1.mydomain.local HTTP Setting 2: app2-httpSetting - Custom Probe: app2-probe Host name: app2.mydomain.local app2-httpSetting app2-probe app2.mydomain.local Listener: myapp-listener Frontend port: 80 myapp-listener Path-based rule: myapp-rule myapp-rule myapp-listener myapp-beap...