Skip to main content

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)

0 votes
0 answers
50 views

Application Gateway NSG rules for a deny all

I'm trying to put a deny all rule in for my Application Gateway, but it's saying I'm not allowing internet traffic on ports 65200-65535. If I allow internet to all, works fine, but I don't want to do ...
Stuart.Sklinar's user avatar
1 vote
1 answer
97 views

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 ...
Jamie GF's user avatar
0 votes
0 answers
87 views

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 ...
StrangeWill's user avatar
1 vote
0 answers
119 views

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 ...
Rahul's user avatar
  • 111
0 votes
0 answers
24 views

Detect Azure Application Gateway downtime?

One of my application gateways is, intermittantly, becoming unresponsive to requests. There are larger, noticeable (by the users), periods of downtime and more very short ones (a few minutes only). I'...
eff's user avatar
  • 161
0 votes
0 answers
101 views

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

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 ...
user avatar
0 votes
1 answer
131 views

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 ...
DevLookForHelp's user avatar
0 votes
0 answers
18 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
  • 11
0 votes
0 answers
120 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
  • 11
0 votes
0 answers
293 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
829 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
197 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
1 vote
1 answer
931 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
0 votes
1 answer
426 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

15 30 50 per page