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)

22 questions
2
votes
1 answer

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 gateway without issue. However, when I inspect the…
1
vote
1 answer

Autorenew wildcard certificates on multiple Azure subscriptions

I am designing the architecture of a new Azure environment. I was planning to use subscriptions to segregate development, staging and production. I see that Azure wildcard SSL certificates need to be imported / exported between subscriptions. Will…
1
vote
0 answers

502 Error When Accessing AKS via Application Gateway Ingress in Azure Private network

I have configured an Azure Kubernetes Service (AKS) with an Application Gateway in a private network setting. To facilitate communication between them, I've set up an Application Gateway Ingress Controller. There are no public IPs involved as…
1
vote
1 answer

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 Gateway with Ingress, the login page is displayed…
1
vote
0 answers

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 path map still wants a default backend. Well, but I…
Jan Hudec
  • 285
  • 1
  • 4
  • 13
1
vote
1 answer

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.com) I'm prompted for credentials, after which all…
JohnLBevan
  • 1,408
  • 9
  • 28
  • 57
1
vote
0 answers

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 (different subnet) of aks cluster and tried to…
0
votes
0 answers

Azure Application Gateway wildcard configuration to multiple backends

I have a bunch of Static Web Apps fronted by an Application Gateway. Each Static Web App is configured to use a Custom Domain (e.g. app1.example.com) which is a subdomain of a wildcard domain listened to by the Application Gateway (e.g.…
Brendan
  • 153
0
votes
1 answer

Azure Application Gateway: Backend health returns HTTP 463, users get circular loop of 301s

I have an application gateway for which my backend settings are configured with health probes allowing status 200-499 as healthy (I've included the 4xx series codes as some solutions have site roots which return 404 whilst have content under other…
0
votes
0 answers

TLS Support on Azure App Gateway as Ingress Controller (AGIC) over Private IP

I have an Azure Kubernetes Service (AKS) cluster that I built using Terraform. As part of the provisioning of the cluster, I also created the App Gateway as part of and integrated with the cluster. resource "azurerm_kubernetes_cluster" "aks" { …
0
votes
1 answer

Azure Application Gateway for Containers Throws 403 On Websocket Connection

We have a new Kubernetes stack on Azure, with ingresses set up and an Application Gateway for Containers, normal HTTP/HTTPS traffic seems to flow perfectly fine, but our websockets over WSS are all getting 403s. The application works fine on AWS…
0
votes
1 answer

How to change from AGIC Addon to AGIC via helm?

I had a AKS with AGIC addon enabled and I have to switch to AGIC as a helm chart (https://learn.microsoft.com/en-us/azure/application-gateway/ingress-controller-install-existing) in an attempt to connect two AKS clusters to a single Application…
Jeff
0
votes
0 answers

TNS error while connecting to an Oracle DB running as ACI through an Azure Application Gateway

I have an Oracel DB runnning as an Azure Container Instance. To connect to the container, I set up an Azure Applicaiton Gateway as described here: Expose a static IP address for a container group Now I can reach the DB via az cli (tnsping & sqlplus…
0
votes
1 answer

Azure kubernetes service private cluster

I have a private Kubernetes cluster that needs to be accessible by a client, but I still want to keep everything enclosed within a VPN. Unfortunately, the VPN I created requires an address space that I've defined with a /12, containing too many…
0
votes
1 answer

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 not given me the results I…
1
2