Azure 502 Bad Gateway Issue
I use an application gateway with WAF setup to run our web application deployed in a single Azure VM. When I access the application through App GW from the browser, I sometimes get a 502 Bad Gateway error. The App GW health probe responds with,…
How to view Request Headers in Azure Gateway Logs
How can I vew "Request Headers" in Azure Application Gateway? I'm able to see teh Request URI and all other details in "Azure Gateway Access Logs" and "Azure Gateway Firewall Log", but not able to see the Request Headers. I…
Get 502 when saving a large post body despite my data has been successfully saved
Issue: I'm trying to make a POST call with large post body to an Azure api, and I got 502, however, the data has been saved successfully when I check the DB. at the meanwhile, When I try to call the same API in my localhost, i got 200. My Analysis:…
Updating SSL profile by adding few more ciphers in application gateway.
We want to choose customV2 however, we are getting below alert and post making the changes it does not give results. What is the correct process of updating SSL profiles pertaining to few listeners in an application gateway. Choosing a new predefined or…
Application Gateway in front of API Management
Hey Guys, We have API Management. https://learn.microsoft.com/en-us/security/benchmark/azure/baselines/api-management-security-baseline Microsoft's security baseline states to have WAF as part of Network Security with Application Gateway. What would the…
similar rewrite-url not working for another routing rule
I have a api management set up with basic tier which accepts one custom domain url. I have multiple api's defined ex: staging and qa both listening on the same url https://test.apim.com The internet facing requests are as follows, staging…
Is it possible to exclude URLs in Application Gateway WAF?
Hello, I have an Application Gateway with WAF in preventive mode. Can I exclude some URLs or implement custom rules for URLs or IPS with this configuration? I know this is possible with Azure WAF, but I'm not sure if it's supported with the WAF inside…
Private Application Gateway v2 Roadmap
Is there a roadmap or general availability target for the Private Application Gateway Deployment? I've search online but couldn't find an updated roadmap or general availability date.
How to fix error: SSL_ERROR_UNRECOGNIZED_NAME_ALERT while browsing a web app
Hello there, I get SSL_ERROR_UNRECOGNIZED_NAME_ALERT error when I browse a web app although it's cert and secret are valid. When the certificate and passphrase are directly uploaded to application gateway listener the web app redirects properly and it…
Support for Lets Encrypt cert auto generation on AKS API Servers with private IP Addresses
Is Cert Manager/Let's Encrypt certificate auto-generation supported on Application Gateway Ingress for AKS clusters whose API servers don’t have public IP addresses (e.g. API Server Vnet integration)? I haven’t been able to make it work. It works fine…
Managed identity doesn't allow permissions to join subnet, but it's owner on that vnet/subnet
I have an Azure managed application, deployed from the Azure Marketplace with an ARM template and with a managed identity assigned to a VM, that lives in the managed resource group. The managed identity has Owner permissions over the resource group so it…
How to set url path in application gateway rewrite url for all incoming requests
I'm trying to to make use of application gateway requests to rewrite all the incoming requests, ex: https://mytest.com/api/v1/... to https://mytest.com/qa/api/v1... for path based requests. I have a gateway rule, with path based url set to /qa/* is it a…
Need Infrastructure suggestion
The current architecture consists of the following components: • Hub VNet: Includes a VPN Gateway and Firewall for secure connectivity. • Public Load Balancer: Distributes traffic to the Public AKS (Azure Kubernetes Service) Cluster. • AKS Cluster:…
Application Gateway Issue
Hello Team, We are experiencing an issue with our application running in Azure VM and accessing through the application gateway. Some functions are running after page refresh, but those are not working properly after actions like submit or cancel, etc.…
Persistent 502 Bad Gateway Error on Azure-Hosted Website
Dear Azure Technical Support Team, I am reaching out to seek assistance with a recurring issue on our website hosted on Azure. We have been experiencing persistent 502 Bad Gateway errors, which is significantly impacting the availability of our…
Facing Issues with Mutual TLS Configuration for Specific Routes in Azure Application Gateway
We need to support two APIs accessible through the domain device-api-server.com using Azure Application Gateway: Bootstrap API Path: /api/bootStrap Request Method: POST Authentication: No authentication required. Handshake API Path: /api/v2/handshake…
Is it possible to exclude certain WAF rules for a particular url path?
Is it possible to exclude certain WAF rules for a particular url path? The use case is that the WAF is firing some SQL injection rules for a certain endpoint. We are pretty sure that there is no risk of SQL injection in that endpoint because it is using…
waf custom rules are not working
708 / 5.000 Resultados de traducción I have a web app behind an App Gw with WAF. I have some queries that are false positives and the managed rules are blocking. I have configured a custom rule in the WAF so that when it matches a certain string in…
can Azure application gateway be used for multi region fail over capability
How can i achieve multi region fail over functionality similar to azure traffic manager using application gateway.
Backend Server Health Status Conflicting with Health Probe Logs in Application Gateway
Hello Azure Community, I am encountering an issue with my Azure Application Gateway where the backend server status is reported as Healthy, but the health probe log indicates that the server cannot be reached. The log states: "Cannot connect to the…