Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
39 views

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 ...
firas's user avatar
  • 5
2 votes
1 answer
110 views

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 ...
Neil Thompson's user avatar
0 votes
1 answer
524 views

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 ...
Mark's user avatar
  • 53
0 votes
1 answer
205 views

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 ...
Simon Parker's user avatar
  • 1,866
-1 votes
1 answer
304 views

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 "...
Christian's user avatar
  • 922
-1 votes
1 answer
173 views

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 ...
Christian's user avatar
  • 922
0 votes
1 answer
74 views

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 ...
Joe Schmucker's user avatar
0 votes
1 answer
111 views

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 ...
AR8's user avatar
  • 1
0 votes
1 answer
54 views

For Azure Application Gateway with WAF enabled, does client requests filtered on WAF or NSG first?
Sathish Mugithe's user avatar
0 votes
1 answer
132 views

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 ...
jimd12's user avatar
  • 23
-1 votes
1 answer
292 views

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, ...
Daniel Cuellar's user avatar
0 votes
1 answer
68 views

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 ...
JakeUT's user avatar
  • 567
0 votes
2 answers
991 views

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 ...
user3310115's user avatar
  • 1,460
0 votes
1 answer
478 views

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 ...
userahd's user avatar
  • 67
0 votes
2 answers
616 views

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 ...
Harshad Solanki's user avatar
1 vote
1 answer
379 views

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-...
Franck Cornu's user avatar
0 votes
1 answer
388 views

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 ...
Abraham's user avatar
  • 389
0 votes
1 answer
327 views

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 ...
Vaibhav Mittal's user avatar
0 votes
1 answer
574 views

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 ...
Varesh's user avatar
  • 1,788
-1 votes
1 answer
283 views

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 ...
Uhmazing34's user avatar
0 votes
1 answer
121 views

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 ...
Hardik Patel's user avatar
0 votes
1 answer
167 views

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 ...
strongmmc's user avatar
  • 335
-1 votes
1 answer
114 views

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 ...
Gabriel Hein's user avatar
0 votes
1 answer
142 views

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 ...
Senior Pomidor's user avatar
0 votes
1 answer
759 views

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 ...
Jeppe Christensen's user avatar

1
2 3 4 5
19