Sidd Thota
Sidd Thota

Reputation: 2249

Azure AppGateway path route to multiple app service webapps?

I have a WAF App Gateway

And 2 App Service web apps

  1. api-service.azurewebsites.net
  2. web-ui.azurewebsites.net

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:

Is it possible with App Gateway to send in the traffic based on path to the app services?

Upvotes: 0

Views: 874

Answers (1)

msrini-MSIT
msrini-MSIT

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

Related Questions