Reputation: 2249
I have a WAF App Gateway
And 2 App Service web apps
Both these app services are completely different app and one of them is a JS Application and other is Java Application. Both these belong to single App Service Plan.
I'm trying to route App Gateway based on path to these app services Eg:
/api/* -> route to backend pool of api app service
/* -> route to backend pool of web app service
Is it possible with App Gateway to send in the traffic based on path to the app services?
Upvotes: 0
Views: 874
Reputation: 1502
Yes, this is possible. You need to place each web app in seperate backend pool. Then create path based rule to achieve your ask.
If you face any difficulty during the implementation, let me know.
Upvotes: 2