request to app gw appends directory to requesting resource

Jonah White
20
Reputation points
I have an application gateway that I am trying to set up to listen and forward all traffic for a managed service fabric cluster.
I believe I have all the settings configured correctly (backend target, backend settings, Rules, and Listeners).
What I am seeing is this:
request to SF managed cluster: https://nameofresource.region.azureresource.azure.com/Listener/orleans
but when I get the response back the request appends the /listener/orleans so it comes back as 404, when I only want /orleans
I've changed my rules to /* instead of /listener/* but still no luck.
Any suggestions?
Azure Service Fabric
Azure Service Fabric
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
289 questions
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
1,209 questions
Sign in to answer