Requirement I have -
I want to do redirection like this. I have multiple App service that will be running and based on the url I want to do redirection to the proper one.
Something like this -
test.com/v1 -> app service appv1.com
test.com/v2 -> app service appv2.com
test.com/v3 -> app service appv3.com
Is azure application gateway the right choice for this considering it supports url mapping.
Though, I am unsure if application gateway for a app service will work? Does the public IP of the App service static ? Should that be used for configuration with the Application gateway