The requirement that I have is
I want to do a redirect as follows. I have several applications for applications that will work and based on the URL I want to redirect to the correct one.
Something like that -
test.com/v1 -> app service appv1.com test.com/v2 -> app service appv2.com test.com/v3 -> app service appv3.com
Is azure app gateway the right choice for this given that it supports URL mapping.
Although, I'm not sure if the application gateway for the application service is working? Is the public IP address of the application stationary? If necessary for configuration with application gateway
source share