932 questions
0
votes
0
answers
39
views
Azure WAF Allow by Domain or Subdomain
I have an Azure Application Gateway, it has a WAF policy attached that has a subset of network CIDRs ( for our offices ) - which works perfectly. We have an application(App B) that will be deployed ...
2
votes
1
answer
110
views
What could cause requests sent from C# to trigger a firewall 403 response from Azure Application Gateway/v2 WAF
I have developed a client application that POSTS to an external API (not under my control)
If I POST from Postman, or using the .http syntax, then the request makes it past the WAF to the target and a ...
0
votes
1
answer
524
views
Problem setting Azure Application Gateway to use certificate held in Azure Key Vault
I'm trying to update an Azure Application Gateway so that it uses a certificate held in an Azure Key Vault rather than uploaded directly into the listener.
The certificate held in the Key Vault was ...
0
votes
1
answer
205
views
Reading client certificates in an Azure web app using Application Gateway/WAF
I have an Azure account and I'm running a C# web application under an App Service. One of my endpoints needs to read the client certificate to validate the request and do some look-ups to see who is ...
-1
votes
1
answer
304
views
Azure Application Gateway Rewrite rule is not applied
I provisioned an application gateway on azure via terraform for some testing. In general it works, however today I wanted to create path based routing to my backend container apps using a "...
-1
votes
1
answer
173
views
Azure Application Gateway with Interal Container Apps Environment connection issues
I try to setup a demo to experiment with an internal azure container apps environment which hosts some container apps. An azure application gateway should expose those.
I have a setup with terraform ...
0
votes
1
answer
74
views
Azure Web Apps Default Document not working on Application Gateway
I created an azure web app. If you browse the web app, you get the default document page. The default page for the app is index.html.
I created a Application Gateway. In the demos I found, they did ...
0
votes
1
answer
111
views
Getting "Unresolved Reference" error in Terraform Azure Application Gateway template
We have developed terraform code for deploying Application Gateway few years ago. Around that time, it was working fine.
But now, it is showing error "Unresolved Reference redirect" in code
...
0
votes
1
answer
54
views
Azure Application Gateway Client Requests Routing
For Azure Application Gateway with WAF enabled, does client requests filtered on WAF or NSG first?
0
votes
1
answer
132
views
Azure Application Gateway in FIPS Mode Alternatives
I want to use the Azure Application Gateway in FIPS mode for compliance with FIPS 140-2. The only version of Application Gateway that supports FIPS seems to be the V1 version. This is being retired ...
-1
votes
1
answer
292
views
Setting up App Service with Application Gateway
I currently have the following environment: two App Services for Container, which are two Web APIs deployed with the default domain (azurewebsites.net) and public access that currently work well, ...
0
votes
1
answer
68
views
Redirect Azure App GW from short name to FQDN
I have an AKS cluster paired with Azure Application GW with AGIC. Am looking for a simple way to redirect from short name to FQDN for a site. So for example,
contoso -> contoso.com
My assumption is ...
0
votes
2
answers
991
views
Leaf certificate mismatch while trying to connect Azure App Gateway to AzureStorage Account via ple
I have a private endpoint and a DNS configuration that points to a static website in an Azure STorage Account. I'm trying to connect an azure app gateway to it. I get the error The Common Name of the ...
0
votes
1
answer
478
views
application gateway and apim path based routing
I'm new to application gateway and wondering how to modify urls in application gateway and apim and send the original requests to backend service.
I have an application gateway set up with public ip ...
0
votes
2
answers
616
views
Not able to import .pfx file to azure keyvault
I need to upload .pfx file to azure keyvault for using it in azure app gateway ssl purpose. When i upload the same .pfx file manually through UI i am able to upload. But for automation purpose i need ...
1
vote
1
answer
379
views
Path-based App Service + EasyAuth behind Application Gateway - HTTP 500 error on /.auth/login/aadcallback
I'm currently struggling to setup multiple app services with EasyAuth behind an application gateway using path-based routes. The configuration look like this:
Root application -> https://my-custom-...
0
votes
1
answer
388
views
Exposing Container Apps in Private VNET via Application Gateway with Subdomain Mapping
I’m in a bit of a pickle and could really use some help with the following:
I have a Container Apps Environment integrated into a private VNET with a dedicated subnet and ILB enabled. I’ve deployed a ...
0
votes
1
answer
327
views
Application gateway path based routing giving error for a configured path
Have configured application gateway for azure container apps with two containers
and configured path based routing but it showing below error for url http://98.64.93.3/container2,
what is missing in ...
0
votes
1
answer
574
views
Azure App Gateway configuration for approved header list
Is there a easy way to manage the list of headers on the app gateway.
e.g. the list of headers allowed in the input and the list of headers returned in the response.
I know how to block one, but how ...
-1
votes
1
answer
283
views
Azure App Gateway, App Services and Database for MySQL Server - Disable public access on App Services
In Azure I currently have an Application Gateway, two App Services and two Azure Database for MySQL Servers.
The two MySQL Database Servers have public access disabled, so it can only be reached ...
0
votes
1
answer
121
views
Azure AGIC giving 502 Bad Gateway with AKS
I have configured Azure AKS cluster with kubenet Plugin. after that have created Application Gateway with same resource group and same vnet.
After that I have update route table entry for ...
0
votes
1
answer
167
views
Client not receiveing response from Application Gateway timing out and collecting 400 httpStatus
I have a NodeJS Express API.
It exposes an endpoint expecting a multipart form to collect files.
It is deployed in an AKS instance.
The AKS is behind an Application Gateway.
A client is performing ...
-1
votes
1
answer
114
views
Bad Gateway azure, application gateway
i am having trouble with bad gateway 502, these are the errors
this is my inbound settingsthis is my outbound settingsand this is my application gateway can somebody help me? I can pass more info if ...
0
votes
1
answer
142
views
Application Gateway Ingress Controller: 502 Bad Gateway #712
I'm trying to install an AKS cluster with Application Gateway Ingress Controller. But I get an 502 Bad Gateway by the following configuration.
I want to understand what I'm doing wrong and how to fix ...
0
votes
1
answer
759
views
Azure container apps and azure application gateway integration - Which ports are actually used?
So I have integrated my application gateway with azure container apps.
I have the following ports exposed in my container app:
8080
5000
9000
I have the following nsg rule:
security_rule {
name ...