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)
23
questions
2
votes
1
answer
349
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 ...
1
vote
1
answer
89
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 ...
1
vote
1
answer
1k
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....
1
vote
0
answers
97
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 ...
1
vote
1
answer
867
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 ...
1
vote
0
answers
219
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 ...
1
vote
0
answers
195
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 (...
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 ...
0
votes
1
answer
603
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 ....
0
votes
0
answers
30
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 ...
0
votes
0
answers
74
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 ...
0
votes
0
answers
23
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'...
0
votes
1
answer
102
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 ...
0
votes
0
answers
93
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 ...
0
votes
1
answer
128
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 ...
0
votes
0
answers
17
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 ...
0
votes
0
answers
115
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
...
0
votes
0
answers
290
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
...
0
votes
1
answer
796
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 ...
0
votes
0
answers
190
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 ...
0
votes
1
answer
420
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.
...
0
votes
1
answer
2k
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 ...
0
votes
2
answers
498
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 ...