Questions tagged [azure-application-gateway]
834 questions
0
votes
1 answer
Does Azure support hashbang urls for Path Based Routing in Application Gateway
I have a couple of webapps behind an application gateway. I am using Path Based Routing to send traffic between the two. Does the application gateway support rules that include #!s? For Example:
Rule 1: App/Index/10#!
Rule 2: App/Index/100

Kyle
- 1
- 1
0
votes
2 answers
Azure Application Gateway rule for url not found
We are migrating our old site on prem to a new one hosted on Azure but we need to maintain the old site online.
So imagine the following scenario:
new site: www.site.com
old site: www.oldsite.com
This is what we need:
if a user enter…

mtallon
- 59
- 1
- 7
0
votes
1 answer
App Service IP Restriction for Application Gateway with WAF
App Service IP Restriction for Application Gateway with WAF
I want to setup Application Gateway WAF in front of multi-tenant (non-ASE) App Service Web Apps.
I know this is possible now, according to official document.
For security, inbound traffic…

yosukekumasaka
- 3
- 4
0
votes
0 answers
Kentico V8 - Azure Application Gateway
We are working to move our Kentico Site to Azure. Currently we are still running on the Compute model with IIS server back-end. We are also working on adding Azure Application Gateway as part of the infrastructure. When we setup the rules for the…
0
votes
1 answer
Application Gateway Configuration - passthrough to server
My application gateway/WAF is setup end to end ssl, does any one know if it can just passthrough requests to like an app server for a desktop client if the Public FQDN is resolving to the app gateway or would i need another device for this?
if this…

xysoconnor
- 1
- 1
- 1
0
votes
1 answer
Azure Application Gateway : 502 error
I am trying to figure out 502 error on my application gateway. My VM is configured to use https and I am able to connect to it directly but when the same is connected through app gateway I am getting 502 error. I am not able to figure health probe.…

BlindSniper
- 1,731
- 3
- 16
- 30
0
votes
2 answers
Modify/truncate path in path based routing with Azure application gateway
let's say the Application gateway receives a request http://contoso.com/images and is configured to forward that to backendserver.contoso.com. Using a path based routing rule (/images/* for example).
I want the application gateway not to retain the…

Moim
- 486
- 1
- 8
- 23
0
votes
2 answers
Azure Api gateway for web apps instead of apis
Is it possible to have an kind of api gateway to redirect requests for different web apps?
Foe example:
Domain: abc.com
Abc.com/ -> abc-com-home.azurewebsites.net
Abc.com/map -> abc-com-map.azurewebsites.net
And every request in teh apps should use…

Murilo Maciel Curti
- 2,677
- 1
- 21
- 26
0
votes
2 answers
Hiding .Azurewebsites.net for backend pools in Application Gateway
We have an azure Application Gateway set up for Path Based routing and SSL offloading and we have multiple backend pools which are pointing to azure web apps.
we would like to stop people accessing the web apps directly using the raw…

Azure Ninja
- 261
- 4
- 15
0
votes
1 answer
Use Service Fabric Reverse Proxy with Azure Application Gateway
Is it possible to use Azure Application Gateway to route incoming traffic to a URL/Port and append a path? I want to do this so can use Service Fabric reverse proxy lookup.
i.e. I have a listener on ms-company.domain.com and I want it to redirect to…

tank104
- 323
- 4
- 15
0
votes
1 answer
Service Fabric: Addressing stateless services externally using the fabric:/ address scheme.
My company would like the ability to deploy many public facing stateless service instances to our nodes without having to specify a port number for the service.
It seems that Service Fabric already supports the ability to route traffic using the…

Dan
- 968
- 1
- 8
- 21
0
votes
1 answer
Azure Application Gateway Rule Flexibility
We are looking to use the Azure Application Gateway to do some clever routing of requests, and I would like to know whether or not the product is flexible enough to do the following:
If source IP is in a given sub-net (say SN-A) AND the URL ends in…

Eric Smith
- 5,262
- 2
- 33
- 49
0
votes
1 answer
Sign-in to Developer Portal not working on Premium SKU over AppGw with AzureAD
We operate an API Management instance with these parameters
Premium SKU
internal VNET mode
exposed externally over Application Gateway
authentication with our corporate Azure AD
From within the VNET and w/o Application Gateway authentication to…

Kai Walter
- 3,485
- 2
- 32
- 62
0
votes
2 answers
Error 502 while using Application Gateway with App Service Environment
I have setup Application Service environment and trying to access WebApps inside App service environment through Application gateway. Below are the steps I followed to create required setup however I am getting "502 - Web server received an invalid…

Onkar.Kulkarni5
- 1
- 1
0
votes
1 answer
How to access a web application via (Server Name Indication) SNI?
I have a requirement to host multiple applications on same public IP and port. I'm new to this area and I figure out that SNI can be used to achieve my requirement. I decided to use Microsoft application gateway as the load balancer. I can…

Anush
- 385
- 5
- 16