Questions tagged [azure-application-gateway]

This tag should be used for questions pertaining to Azure Application Gateway in all it's forms (AG, AG v2, WAF and WAF v2)

Filter by
Sorted by
Tagged with
2 votes
1 answer
214 views

Azure App Gateway warning about Public IP

I am using the Azure App Gateway v2 and the App Gateway Ingress Controller as a public frontend to an AKS cluster. Following the guidance in this doc, I created and associated the IP address to my ...
gutsmania's user avatar
  • 121
1 vote
1 answer
269 views

strict MIME type checking is enabled issue with PGAdmin in Azure application gateway

I am trying to install pgAdmin (image: 'dpage/pgadmin4:6.21') in Azure AKS. I am able to access the application when I use a Kubernetes LoadBalancer service, but when I use an Azure Application ...
k.elgohary's user avatar
1 vote
0 answers
141 views

Default (dummy) backend for Azure application gateway

I have an application gateway that needs to combine a couple of functionapps and some blob storages to a single domain. So I route the specific paths to the appropriate resources. But then the URL ...
Jan Hudec's user avatar
  • 275
1 vote
0 answers
138 views

How to access aks service from same vnet?

I have created an aks cluster and deployed an application there and exposed it as a service. Can be accessible through LoadBalancer. To access it internally, I created a windows VM in the same vnet (...
user2331760's user avatar
0 votes
2 answers
5k views

MultiSite Azure Application Gateway Error: "Either Data or KeyVaultSecretId must be specified for Certificate"

When adding a second multisite HTTPS listener on an application gateway, I get the below exception: Failed to save configuration changes to application gateway 'MyAppGateway'. Error: Either Data or ...
JohnLBevan's user avatar
  • 1,244
0 votes
1 answer
328 views

Azure application gateway causes sessions to dissapear

We've got a setup of: Linux container web app (single instance) Nodejs server with passportjs + openid External Authentication (OpenID) provider. If the frontend is contacted directly (through ....
August's user avatar
  • 101
0 votes
0 answers
11 views

How to use single signon of nodejs app using kubernetes deployment?

I have tried setting up single signon on a sample node.js app with express and Microsoft authentication. This is the steps and source code link When I run locally, it is working. When I kept in ...
sardar's user avatar
  • 1
0 votes
0 answers
45 views

How to route azure application gateway to a service in different namespace?

My ingress for azure application gateway, so that it will use istio gateway internally. apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: server-ingress namespace: productnamespace ...
sardar's user avatar
  • 1
0 votes
0 answers
86 views

Application gateway multi site set up

I have created a set up which uses application gateway to route traffic to app services. Below are the details: Application Gateway - 1 Azure App Service - 2 App Service Plan - 1 VNET and one subnet ...
Lucky's user avatar
  • 1
0 votes
1 answer
151 views

Enable client access to Internal Azure Container Applications through Application Gateway

I have setup a container apps environment that is sitting within a VNET. Containers within need to be accessed externally through application gateway. Following steps in this learn.microsoft page has ...
SnippingAddict's user avatar
0 votes
0 answers
84 views

HTTP 502/404 with Grafana in Kubernetes, using AGIC

I'm trying to deploy Grafana in Azure Kubernetes service (AKS), through Helm. I'm using the Helm charts provided by Bitnami. I've been following this Microsoft tutorial to set up the application ...
DocZerø's user avatar
  • 123
0 votes
0 answers
47 views

Securing endpoints on Azure Application Gateway for access by HubSpot

We have a legacy system which presents a REST API that has Basic Authentication / this API has so far only been accessible from within our private network. We've been asked to make this API available ...
JohnLBevan's user avatar
  • 1,244
0 votes
1 answer
252 views

Azure Application Gateway - ERR_EMPTY_RESPONSE when creating a Path-based routing rule using HTTPS listener

I have an Azure Application Gateway and trying to set up a Path-based routing with SSL. Backend pool target servers are App Services, which are allowed to accept both HTTP and HTTPS traffic. ...
Dimitri's user avatar
0 votes
1 answer
1k views

Connecting Private Container Apps Environment with Application Gateway

im in a bit of a pickle right now. Right now i'm in the process of setting up a microservice heavy application in azure container apps. The Container Apps Environment is located in its own subnet, and ...
Isparia's user avatar
  • 103
0 votes
0 answers
284 views

Health check for azure blob storage

I have an app gateway, where one of the backends is a storage account, filling in the static resources. Now an app gateway insists on doing health checks (in this case there is nowhere to fall back, ...
Jan Hudec's user avatar
  • 275
0 votes
1 answer
598 views

HTTP 401.2 Error when using Azure Application Gateway

I have an ASP.Net site hosted in IIS 10 on Windows Server 2019 DataCenter in Azure. This site has only Windows Authentication enabled. When I access the site directly (http://mysite-backend.example....
JohnLBevan's user avatar
  • 1,244
0 votes
2 answers
408 views

How do I build the Hub & Spoke setup when VMs cannot be fronted by Application Gateways outside their virtual network?

Ported from Stackoverflow I am building a Hub & Spoke network topology - described here - as recommended in the Azure docs However when it comes to create the VM in the separate VNet, I get the ...
Brendan's user avatar
  • 153