Share via

Application gateway path based Rule not working

Code View 96 Reputation points
2020-04-08T10:40:44.037+00:00

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)

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

0 comments No comments

Answer accepted by question author

Code View 96 Reputation points
2020-04-09T13:09:39.59+00:00

Found my mistake, i was using /data as path but path should be ***/data/****
there is a astriek. changing it and it running well.

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.