Questions tagged [azure-application-gateway]
The azure-application-gateway tag has no usage guidance.
azure-application-gateway
878
questions
2
votes
1
answer
1k
views
Difference in Load balancing on Azure LoadBancer and Application Gateway?
I have done Load balancing on Azure using Azure Load Balancing and Application Gateway for HTTPS traffic.
In Azure Load Balancer, we can do health check at port 443 while in Application Gateway there ...
2
votes
1
answer
4k
views
Azure Public IP Global vs Regional Tier
When creating a Public IP Adress in Azure i can choose the Tier between Regional and Global.
We are using the IP Adress for Azure Application Gateway Standard_V2. When i want to use a Global Public IP ...
2
votes
2
answers
8k
views
Azure Log Analytics - How to view logs from last x days but only between certain hours?
I'd like to look at the app gateway 500 error logs over the last x number of days. But for those x number of days, I'd only like to see the logs that came in between 11:00 and 13:00 UTC. How can I do ...
2
votes
1
answer
4k
views
Azure Application Gateway not showing VM from other VNet in backend pool
When setting up the Backend pools of an Azure Application Gateway, I want to set a specific VM in the pool.
This VM is in another VNet, and I've set up peering between the App Gateway's VNet and the ...
2
votes
2
answers
8k
views
List of failed requests in Azure application gateway
We can see the failed request count in Azure application gateway but how can we see the list of failed requests in the Logs section?
All the logs enabled in Diagnostics settings of Application ...
2
votes
1
answer
4k
views
SSL certificate expiration date in Application gateway
We have an Azure Application gateway with SSL certificates. We know that our certificate expires soon and we need to renew it. Our problem is that we can not get the actual expiration date in the ...
2
votes
1
answer
3k
views
Azure application gateway and signalr websockets
I have the next setup in azure :
One application gateway balancer
Two virtual machines in the backend pool of the gateway .
On the vms there is a signalr app deployed.
Problem :
When a client (...
2
votes
2
answers
1k
views
Do I need separate subnets when deploying multiple API Management stages / lifecycles in internal mode?
According to the article Integrate API Management in an internal VNET with Application Gateway I need separate subnets in a VNET for APIM and AppGW instances. I want to deploy 3 lifecycles / stages (...
2
votes
2
answers
497
views
Can Azure Traffic Manager redirect clients based on SSL version?
I want all clients to be able to access my server regardless of how old or unpatched they are.
This means I need to support ancient versions of SSL. I want these users to access sales and marketing ...
2
votes
2
answers
9k
views
Azure application gateway not taking the timeout setting
I'm having an issue with the timeout of my application gateway waf v2.
I set the timeout to 220 sec as showed in the following picture
but im getting a 504 gateway timeout of a particular request at ...
2
votes
1
answer
1k
views
Should I use one or multiple Azure App Gateway with multiple environments (dev, test, prod)?
I have App Service behind App Gateway and need to maintain couple different environments (dev, test, prod). I have also vnet with two subnets, frontent for App Gateway and backend for app service. ...
2
votes
1
answer
2k
views
How to update Azure Application Gateway Path Based Rule UrlPathMap from .NET
On Azure Portal, I am able to setup path-based rules which have some default setting, and a list of sub-rules (UrlPathMap).
Each of those sub-rules has a name, paths, backend pool, and HTTP setting ...
2
votes
1
answer
3k
views
Denylist client IP in Azure Application Gateway
We are using Azure Application Gateway for our site, and we are getting few people scraping our site. We want to block their IP at gateway level, as we don't want to configure the same blocks in every ...
2
votes
1
answer
494
views
how to get the name when uploading pfx certificate to Azure Application Gateway?
I have asked a customer to export the .pfx file for use in the Application Gateway however when they export it it only provides a password but in Azure it asks for a name and password when uploading ...
2
votes
1
answer
426
views
Azure Application Gateway health check returns 301
I'm trying to configured an Azure Application Gateway in front of a web app. The web app is empty for now, only a single page to verify its running. I've added a custom domain and dns settings, ...
2
votes
1
answer
265
views
Role of Kubernetes Services while using AKS Application Gateway Ingress Controller
I am a little confused while reading an article on AKS Application Gateway Ingress Controller. With this addon, we can leverage native azure application gateway layer 7 capability and that is a good ...
2
votes
1
answer
708
views
How to monitor distribution of requests on an Azure Application Gateway
We've deployed an Azure Application Gateway to load balance requests between two servers. The service being served uses SAML for authentication, and we use cookie-based affinity.
How/where can I ...
2
votes
2
answers
1k
views
SQL Server Reporting Services (SSRS) web portal not working with Azure Application Gateway v2
Has anyone had luck getting SSRS to work when behind a v2 Azure Application Gateway? The site loads, but randomly prompts for authentication and fails to render part of the site properly.
I first ...
2
votes
1
answer
2k
views
Include Letsencrypt Root certificate in Azure Application Gateway
I'm trying to folllow Azure Tutorial on how to get Api Management under a vnet and accessible through an application gateway (WAF). I'm stuck trying to upload the root cert into application gateway. ...
2
votes
1
answer
1k
views
Overcoming the 40 Frontend Port limitation on Azure Application Gateway
We present a customer facing application on ourapp.com
Ourapp.com points to the public IP of our Azure Web Application firewall
Each of our customers has two dedicated ports that they use to access ...
2
votes
1
answer
861
views
Terraform state sync with external changes
I have terraform managing my infrastructure in Azure. However, there are cases where the state can get out of sync when other services are changing the infrastructure as well.
For example, I have ...
2
votes
1
answer
1k
views
Let django use the x-original-host header to setup absolute urls
Context
We have a Docker container running Django on Azure. The container is served through a Azure Application Gateway.
Because Django is behind a a proxy you should use use the ...
2
votes
1
answer
3k
views
Azure application gateway how to connect with kubernetes ingress controller (nginx)
I have a kubernetes cluster created. According to security policies in the company, I need to have first an application gateway WAF in front that hits the cluster (which has a public IP). And as an ...
2
votes
1
answer
2k
views
Azure: Route subdomain traffic to different backend port
I have multiple sites hosted on the same machine in Azure on different ports:
foobar.com:8000
foobar.com:8001
foobar.com:8002
etc
I would like to address these by subdomain using a reverse proxy;
...
2
votes
2
answers
834
views
Microsoft Azure - Allow specific IP to access specific page
I'm new in Microsoft Azure and we are encountering problem in limiting access in specific page of our website to specific ip address. What we would like to do is only specific ip address can visit ...
2
votes
2
answers
3k
views
Application Gateway Url Routing to multiple App Services
I have several app services that I want to use application gateway to sit in front of and route traffic to using URL Routing. For example:
api1-app-service
api2-app-service
website1-app-service
I ...
2
votes
1
answer
5k
views
Can I make the Azure Application Gateway act as a forward proxy?
I want to use the IP address of the Azure Application Gateway to use for outgoing traffic that comes from internal services and not the ones of the services. Basically I want to use the GW to act on ...
2
votes
1
answer
589
views
Application gateway routing rule not updating with powershell script
I'm using the following script to try and update a routing rule in my application gateway. It runs fine with no errors but seemingly doesnt actually do anything when i go and check the rule it remains ...
2
votes
1
answer
3k
views
path based routing for azure appservice web apps
I'd like to use path based routing to my azure app service web apps so that
http://mysite.mydomain.com/site1 points to http://mysite1.azurewebsites.net
http://mysite.mydomain.com/site2 points to http:...
2
votes
1
answer
3k
views
Multiple App services to use the same domain name
we have a scenario where we have multiple azure app services where we have our Web APIs deployed . however we need all the app services to use the same domain name (not sub domains) e.g
http://...
2
votes
1
answer
82
views
How shall I efficiently submit a larger size viewmodel data to ASP.NET action method?
I have an ASP.NET web app. On the client side, I've an Index.cshtml page which currently gets populated with ~40 MB of IndexViewModel.cs data on the GET request.
On the server side, I have this action ...
2
votes
2
answers
1k
views
Delay in getting SSE Events when configured via Azure Application gateway
We have implemented SSE Server in python. We are using EventSource to subscribe to the SSE server from Web angular project.
When the SSE Server is running in the local system, when an Event is pushed ...
2
votes
1
answer
598
views
Azure Application Gateway backend with Container Instance as Backend target
Is there any change of configuring a Azure Application Gateway Backend target to a Azure Container Instance?
At the moment I configured a private IP address of the Container as Target. The problem is ...
2
votes
1
answer
101
views
azure applcation gateway to secure protocol
I have configured azure load balancer which points my public Ip http, and I reach my website and working fine.
Now, I want to achieve a routing rule is used to redirect the application traffic from ...
2
votes
1
answer
932
views
Problems using App Gateway as Origin with Azure Frontdoor Premium (Preview)
I am trying to deploy n Azure Frontdoor Premium Resource (preview) with application gateway as the origin, it will send traffic to app gateway via the private link service, however I am facing this ...
2
votes
1
answer
2k
views
azure application gateway behind azure front door multiple websites domains ssl
Infrastructure]1
Info picture - all servers should have the same configurations and websites and ports.
The goal is that on all virtual servers in VMSS are running the different websites ( www.xxx.com ...
2
votes
1
answer
2k
views
Understanding Outbound Data Transfer for Azure App Service Plan
For the purpose of migrating a very small business web application from on-premise to Azure PAAS service environment, We have identified the below tentative solution..
Use Azure Storage Account to ...
2
votes
2
answers
2k
views
Azure App Service Deployment Slot - Application Gateway
Working on a project where we are starting to use Deployment Slots in our App Services.
All our Prod apps are located behind Application Gateway, and we would like to also have our Slots located ...
2
votes
1
answer
666
views
Enable the Application Gateway Ingress Controller (AGIC) add-on for an AKS cluster using custom subnet
I follow this tutorial https://learn.microsoft.com/en-us/azure/application-gateway/tutorial-ingress-controller-add-on-new to install AGIC for AKS cluster.
As the docs, the default vnet is 10.0.0.0/8 ...
2
votes
1
answer
517
views
Change grafana.ini in IstioControlPlane using istioctl
I am running grafana (kiali, prometheus and tracing too) inside an Azure Kubernetes Cluster (AKS). The AKS cluster is behind an Application Gateway Ingress Controller (AGIC) the grafana pod is running ...
2
votes
2
answers
1k
views
How do I redirect multiple URLs in Azure Application Gateway?
In Azure Application Gateway, is it possible to do the following redirects:
example.com/folder1/page1.html > newexample.com
www.example.com/folder1/page1.html > newexample.com
example2.com/...
2
votes
1
answer
1k
views
Azure Application Gateway DNS returning 307 to backend pool
I am trying to configure Azure Application Gateway with Basic Rule. For my Frontend IP, I have created set DNS name to whatever.canadacentral.cloudapp.azure.com and uploaded a self-signed certificate. ...
2
votes
2
answers
7k
views
Azure App Gateway: 502 / SNI/SSL issue? Configuration with App Service
I am going a bit nuts here, as I can't get it to work properly.
Environment:
App Gateway v2 (WAF)
App Service with custom domain
End 2 End SSL
Goals:
Manage external SSL Certificate on App Gateway ...
2
votes
1
answer
9k
views
Probe status code mismatch. Received status code is different from expected 200-399
I set up health probes in Azure Application Gateway yet get the above error? I followed the docs here https://learn.microsoft.com/en-us/azure/application-gateway/application-gateway-create-probe-...
2
votes
1
answer
2k
views
How can I add support for IPv6 to and Azure application Gateway knowing that it does not support it
I am not a system administrator or network administrator thus I having hard time trying to figure it out a work around to support IPv6 on an Azure Service Fabric Cluster without using the Load ...
2
votes
2
answers
1k
views
Azure app-gateway failover when default backend pool is unhealthy
I have the following setup in AzureRM.
----------
----------- ---------- ----------- |app srv1|
| App | | Varnish| | Load ...
2
votes
1
answer
1k
views
Azure traffic manager route by URL pattern
We have web apps hosted on two data centers for high availability and we used traffic manager with round robin routing method to route traffic to either of the two data centers.
Now per business ...
2
votes
2
answers
1k
views
Correlation between Azure Application Gateway and Azure Application Insights
Is there a way to correlate the logs between Azure Application Gateway Logs and Azure Application Insights?. We need to maps the relations from top-level appliances to application
2
votes
0
answers
256
views
How Istio and AKS handle egress traffic to the Application Gateway in Azure, in a Hub and Spoke network
This Azure setup uses Application Gateway with AKS and Istio acting as ingress controller.
There is also a Hub and Spoke where the Application Gateway is in one of the Spokes.
The request enters via ...
2
votes
0
answers
780
views
Application gateway path based routing is not working
I'm trying to setup application gateway in-front of my two app services which are API's sitting in a separate subnet on its own.
Let's say API1 and API2.
I have exposed the app services only to be ...