Questions tagged [azure-application-gateway]
834 questions
16
votes
7 answers
Redirect HTTP to HTTPS in Azure Application Gateway
I have configured an Application Gateway (AG) to do SSL termination/offload. The AG is configured to only listen on port 443 for HTTPS connections. Is it possible to redirect HTTP to HTTPS without having to:
Create a new VM that contains a…

Davey Chu
- 2,174
- 2
- 14
- 24
15
votes
4 answers
Azure Application Gateway with Service Fabric
Currently I have a Service Fabric cluster with 2 stateless services hosting Asp Web APIs. While creating the cluster also appropriate Azure Load Balancers got created.
Now I would like to add Application Gateway in front of my cluster for various…

filip
- 1,444
- 1
- 20
- 40
14
votes
1 answer
What is the difference between API Gateway provided by Azure API Management and Azure Application Gateway?
I'm new to Azure and I skimmed through Azure official documentation.
What I would like to understand is the difference and similarities
between the API Gateway provided by Azure API Management and Azure
Application Gateway?
When do we require…

Vigneshwaran Rajan
- 628
- 5
- 10
12
votes
2 answers
Terraform - How to attach SSL certificate stored in Azure KeyVault to an Application Gateway
I have a Terraform script that create an Azure Key Vault, imports my SSL certificate (3DES .pfx file with a password), and creates an Application Gateway with a HTTP listener. I'm trying to change this to a HTTPS listener that uses my SSL…

wertyq
- 333
- 1
- 2
- 12
12
votes
1 answer
What is the proper way to expose an Azure Container Instance that is inside a vnet?
I have an ACI that is running a REST API that needs to be exposed publicly, but needs to access resources inside a vnet.
For some reason, unlike normal VMs, if an ACI is inside a vnet, it cannot have a public IP address. If you try to give it a DNS…

jbx
- 21,365
- 18
- 90
- 144
12
votes
5 answers
How to change VNet and Subnet of an existing Azure Application Gateway?
Is it possible to move an already setup app gateway from one subnet to another?
As of now haven't seen any way from the portal to do so.

Anuj Shankar
- 143
- 1
- 1
- 7
12
votes
1 answer
Attaching SSL certificate to Azure application gateway in Terraform
It's been somewhat long I'm trying to automate the deployment of an application gateway using Terraform but it simply fails with an error message. I have made sure all protocol settings to HTTPS. However, I doubt there is something fishy with the…

jagatjyoti
- 699
- 3
- 10
- 29
12
votes
3 answers
Custom domain for Azure application gateway
I am trying to create application gateway with custom domain name, I keep getting error saying "cannot have Domain Name Label specified."
I was wondering if I am doing something wrong or it's not possible for azure application gateway to have…

nitinb
- 321
- 1
- 3
- 14
10
votes
1 answer
Assign Static Public Address to Azure Container Instance deployment
Context
Working on a project to deploy a restful API application and seperate TCP service to an Azure Container Instance. The TCP service requires a static Ipv4 address due to legacy reasons.
Question
I am attempting to isolate my options to assign…

scott_lotus
- 3,171
- 22
- 51
- 69
10
votes
5 answers
Correlation failed. at Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler during OIDC authentication
I am hitting this with the following combination:
Browser incognito mode (Chrome)
Application is behind Azure application gateway (no repro if it isn't). Cookie based affinity is turned OFF (default); if turned ON, seems to make repro happen more…

Sat Thiru
- 922
- 2
- 10
- 20
9
votes
0 answers
Azure Gateway WAF - Diagnostics Issue
I'm trying to setup Azure WAF (v2) on my App Gateway (currently in detection mode first to handle false positive cases), however, I'm seeing this warning:
To view your detection logs, you must have diagnostics enabled.
So, I went to Diagnostic…

ShP
- 1,143
- 1
- 12
- 41
8
votes
1 answer
Preserve Client IP address in Azure API Management with Application Gateway scenario
I have Azure Application Gateway and API Management configured in this setup
https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-integrate-internal-vnet-appgateway - Application Gateway is the public endpoint and only defined…

Kai Walter
- 3,485
- 2
- 32
- 62
8
votes
0 answers
React app behind application gateway with path based routing
I currently have multiple react based apps. I am trying to put a gateway in front of them so I have have www.url.com/one point to one app, www.url.com/two point to another. I can build the apps and deploy them individually no problem, but when I put…

Christopher Davis
- 85
- 2
8
votes
1 answer
Azure Application Gateway WAF blocks common ASP.Net Core Requests
I have configured a Azure Application Gateway + WAF in front of an ASP.Net Core application running on an Azure WebApp.
I have the the default OWASP 3.0 Rules set on and in Prevention mode.
The problem I have is that every request via the WAF fails…

Corneliu
- 818
- 9
- 15
7
votes
1 answer
Azure AD Redirect URL Using Application Gateway
We have an ASP Core 2.0 App working nicely with Azure AD on the private network. However, we've been playing around with the Azure Application Gateway, investigating the possibility of allowing access to the app from outside for remote workers…

Mikustykus
- 300
- 7
- 16