Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,662 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Created a App gateway with two pools and then a rule that default gateway should go to pool1 and url with "/data" as in path should go to pool2. It seems the second rule is not working.each pool has its its own app service added.
See rule here.
when i access http://13.87.154.7/data/defult.htm, (expected to route to pool2 app service) it not responding.
but default url http://13.87.154.7 is working fine.(routed to pool1)
Found my mistake, i was using /data as path but path should be ***/data/****
there is a astriek. changing it and it running well.