All Questions
Tagged with azure-application-gateway azure-web-app-service
108
questions
6
votes
1
answer
4k
views
should I choose azure application gateway or load balancer or front door or traffic manager?
I have a SaaS web app developed with Angular 8 and Asp.net Core Web API. I have deployed web api to a azure web app and deployed angular front-end web app to another azure web app as well.
The users ...
6
votes
3
answers
3k
views
Azure Application Gateway with App Service
Requirement I have -
I want to do redirection like this. I have multiple App service that will be running and based on the url I want to do redirection to the proper one.
Something like this -
...
6
votes
2
answers
4k
views
Azure application gateway with oauth removes token
We're currently struggling with an issue in our azure environment. In our current setup we have an application gateway connecting to 2 application services.
1 app service is using basic auth. Nothing ...
5
votes
2
answers
8k
views
Is it OK to remove Nginx when using Azure application gateway?
I have a Web app for docker currently running django with gunicorn as wsgi server and Nginx as reverse proxy. I am not serving any static assets via Nginx and the SSL is taken care by Azure.
So my ...
5
votes
1
answer
515
views
When form submission is done between 2 VM's in Application gateway it shows 502 error
I have hosted a site in two VM's and added it in Application Gateway back end pool. We have a form submit which will do DB update and a confirmation page will be shown.
If both the server is up. The ...
4
votes
2
answers
14k
views
How to get a certificate for Azure Application Gateway HTTPS listener
I'm trying to set up an end-to-end SSL connection using Application Gateway to communicate to an AppService instance. The AppService instance has a custom domain with SSL.
Now I would like to secure ...
4
votes
1
answer
4k
views
Azure Application Gateway App Service using Active Directory redirecting to signin-oidc
I have put my app behind azure application gateway. I can access my app using the application gateway through this url: https://myapps.westus.cloudapp.azure.com/myapp
My app requires azure ad so I ...
3
votes
3
answers
5k
views
Configure WAF Application Gateway in front of App Services [closed]
I have a VNET with two App Services and one Windows VM in Azure. They are in the same VNET using VPN point-to-site.
I want to protect this environment with a WAF and have read that I can use ...
3
votes
1
answer
5k
views
Azure Application Gateway with App Service Web App
I have created an application gateway with WAF (default detection mode) in an Azure Resource Group (no ASE) with an App Service Web App backendPool member/target MS link (followed instructions to the ...
3
votes
2
answers
1k
views
Azure application gateway - Routing based on cookie value
All of the examples I can find in the internet talk mostly about routing based on path. I have a scenario where I need to read a cookie and based on that cookie, route the request to a particular ...
3
votes
1
answer
2k
views
Azure Application Gateway is Redirecting request to App Service
I have application gateway sitting in front of Azure App Service (Standard) . I have .Net Core 3.1 basic MVC web app hosted on App Service.
Problem
The problem is when I hit Application Gateway URL (...
3
votes
2
answers
299
views
I added FrontDoor to an app service, then deleted FD and now the app service no longer works
The DNS records for Front Door were deleted as well. We have an app gateway to the app service, which is under an app service env. I can see traffic on my app gateway:
But none on the app service:
...
3
votes
1
answer
2k
views
Application Gateway (or Load Balancer) with App Services using Terraform?
I am looking for the best way to implement load balancing (including redirection between multiple app services based on URL path) with App Services. This is what I have right now:
# App Service Plan
...
3
votes
1
answer
5k
views
Azure App Service behind Azure Application Gateway
I'm trying to serve multiple Azure App Services behind an Application Gateway. These services should only be reachable through the application gateway endpoint. To achieve this, I've done the ...
2
votes
1
answer
9k
views
Azure Application Gateway received invalid status code: 404 from App Service
I am using Microsoft Learn to setup the following lab: https://learn.microsoft.com/en-us/learn/modules/load-balance-web-traffic-with-application-gateway/5-exercise-create-configure-application-gateway....
2
votes
1
answer
6k
views
How to remove weak ciphers from TLS 1.2 configuration on Azure App Service?
Our Security team reported usage of weak Cipher in our application as seen below, I would like to remove them, any help or guidance is appreciated:
2
votes
2
answers
834
views
Microsoft Azure - Allow specific IP to access specific page
I'm new in Microsoft Azure and we are encountering problem in limiting access in specific page of our website to specific ip address. What we would like to do is only specific ip address can visit ...
2
votes
2
answers
3k
views
Application Gateway Url Routing to multiple App Services
I have several app services that I want to use application gateway to sit in front of and route traffic to using URL Routing. For example:
api1-app-service
api2-app-service
website1-app-service
I ...
2
votes
1
answer
3k
views
path based routing for azure appservice web apps
I'd like to use path based routing to my azure app service web apps so that
http://mysite.mydomain.com/site1 points to http://mysite1.azurewebsites.net
http://mysite.mydomain.com/site2 points to http:...
2
votes
1
answer
3k
views
Multiple App services to use the same domain name
we have a scenario where we have multiple azure app services where we have our Web APIs deployed . however we need all the app services to use the same domain name (not sub domains) e.g
http://...
2
votes
1
answer
82
views
How shall I efficiently submit a larger size viewmodel data to ASP.NET action method?
I have an ASP.NET web app. On the client side, I've an Index.cshtml page which currently gets populated with ~40 MB of IndexViewModel.cs data on the GET request.
On the server side, I have this action ...
2
votes
2
answers
2k
views
Azure App Service Deployment Slot - Application Gateway
Working on a project where we are starting to use Deployment Slots in our App Services.
All our Prod apps are located behind Application Gateway, and we would like to also have our Slots located ...
2
votes
2
answers
1k
views
Azure Application gateway with web apps
I have setup an Azure Application Gateway in front of an Azure Web Application. I have added IP restriction on Web app to allow access only from the Application gateway's public IP address. This works ...
2
votes
1
answer
756
views
AspNet Core on Azure App Service peaks to 100% CPU and app gateway load balancer not working
We have few of our internal business services hosted on an isolated ASE in Azure.
These services run on a medium app service plan with 2 instances.
This environment has been in production and use for ...
2
votes
3
answers
2k
views
Azure Application Gateway locked down route to app service
I have setup an azure application gateway with web application firewall to route traffic to an azure app service. This requires setting up a VPN. I have followed instructions similar to this: https://...
1
vote
1
answer
3k
views
How to create a root certificate for application gateway?
I have a webapp hosted in Azure app service and has a certificate associated with its domain and the certificate is stored in the keyvault.
I want to create one application gateway with web ...
1
vote
3
answers
2k
views
Web App outbound response not going through application gateway
We have an Azure web app behind the Azure Application Gateway. Network restriction has enabled at web app level (only application gateway can access the web app). Incoming traffic comes through ...
1
vote
1
answer
417
views
What is the best approach to host multiple (lets say 5) sub domains on Azure Application Gateway?
How many rules, http settings, health probes and backend pools are needed to host subdomains of the same parent domain on the same application gateway deployment. Examples of using subdomains could ...
1
vote
1
answer
602
views
How to configure 【Azure】Application Gateway to support multiple App services?
I have 3 app services on Azure, like
app1.azurewebsites.net
app2.azurewebsites.net
app3.azurewebsites.net
And I have created an Application gateway in front of them, with WAF enabled.
And I'm ...
1
vote
1
answer
287
views
Host static apps from multiple Azure blob storage accounts through one domain
I have got multiple projects, each has its own storage account (Needed for billing, data residency and various other admin and security reasons). Each project/account has multiple static websites.
I ...
1
vote
1
answer
618
views
Azure application gateway with app service - https listener using app service
In Azure I've an application gateway connected with a backend-pool with an Azure app service. This Azure app service accepts http and https traffic.
I added an http listener and created a rule to ...
1
vote
1
answer
848
views
Azure Application Gateway - Prevent redirection
I've a AppService running with an endpoint www.test.com. I've deployed an Application Geteway and set up a backend pool to forward traffic from AG to www.test.com. I've then created DNS records ...
1
vote
1
answer
2k
views
Integrating an Azure web app and Azure OpenAI with a virtual network
I'm trying to secure my Azure OpenAI web app as much as possible, but I can't figure out how to keep traffic behind the application gateway inside my virtual network.
Here's what I have so far:
...
1
vote
1
answer
4k
views
(Azure APGW / SSL certificate) Intermediate certificate is missing in Azure Application Gateway. Wrong certificate?
I have a Drupal web app hosted on a VM in Azure. We want to set up an end to end SSL connection between the Application Gateway and the web app. For some specific reasons, we have to use a company ...
1
vote
1
answer
276
views
Deploy Apisix on Azure VM and get 404 error when route to App Service
I have used private endpoint to both of vm and app service. In the VM console, it works when using the domain, but it failed when using private IP.
$ curl https://myAppService..azurewebsites.net
{&...
1
vote
2
answers
993
views
Connect Application Gateway with App Service Azure
My idea is to connect a Application Gateway with a App Service in a single VNET, but I'm getting a 502 if I try to access my public IP.
I've been reading already this question but I cannot find how to ...
1
vote
1
answer
359
views
Azure application gateway v2
Could you please help me?
I currently work with Azure application gateway waf v2 and when I try to access an application it redirects me perfectly but it does not take the variables
for example when I ...
1
vote
0
answers
195
views
App services behind Applicaiton Gateway and applicaiton authentication using Azure SSO
I have an application which I am trying to migrate to the App services. The authentication was windows auth before migration so I moved it to Azure SSO.
Background -
The application is registered ...
1
vote
1
answer
858
views
How to achieve High Availability for multiple App Services in Azure
I have 2 same Web App and I have added them to application gateway's backed pool in Azure.
I have one domain for the application Gateway and I can bind only one web app to it.
Is there any way to add ...
1
vote
1
answer
906
views
External Facing ASE behind WAF
I have created the External facing ASE with a single Web App. Trying to place a WAF enabled Application Gateway.
I have configure the Application gateway subnet and frontend to Public facing.
To ...
0
votes
2
answers
1k
views
Hiding .Azurewebsites.net for backend pools in Application Gateway
We have an azure Application Gateway set up for Path Based routing and SSL offloading and we have multiple backend pools which are pointing to azure web apps.
we would like to stop people accessing ...
0
votes
1
answer
274
views
Azure VNet with app services and app gateway
I created an azure vnet with 2 subnets, then I created two app services inside one of the subnet.
I thought the web app won't be accessible from the internet, but I can navigate to the app via it's ...
0
votes
2
answers
8k
views
Rewrite rule on application gateway azure
i would like to implement a rewrite rule on my Application Gateway v2 or other way if exist on Azure.
On application gateway i setup 2 path based rule for our main site that i call mywebsite.it ...
0
votes
1
answer
611
views
Azure AppGateway path route to multiple app service webapps?
I have a WAF App Gateway
appgateway.eastus.cloudapp.azure.com.
And 2 App Service web apps
api-service.azurewebsites.net
web-ui.azurewebsites.net
Both these app services are completely different ...
0
votes
2
answers
3k
views
Can't publish the Kudu site when running an App Service behind a WAF enabled Application Gateway
So I've been following Ahmed Sabbour's article on how to deploy https://sabbour.me/how-to-run-an-app-service-behind-a-waf-enabled-application-gateway/ The ONE difference is that instead of a jump box ...
0
votes
2
answers
5k
views
Application Gateway routing URL's to custom ports
We have an Application Gateway operational with the following setup
Backend 1 : Server A, Server B
Backend 2 : Server C
Listener1 - site.com - Port 8888 HTTPS - Backend 1
Listener2 - site.com - Port ...
0
votes
1
answer
80
views
How do I set the User Idle Timeout for Azure App Service
I have an Application Gateway that in front sits of a Azure App Service.
When a end user logs in to the Web-Application via a browser I want the user to be signed-out after X number of minutes of the ...
0
votes
1
answer
197
views
Azure Web Application Gate (w/WAF) public IP opening/redirecting Azure App Services on port 80 instead of actual Web App
I have a App Gateway WAF V2 configured for both public and private IP for my Azure Web Application (this uses Azure AD Authentication to access also), when I try to access the Web App through the App ...
0
votes
2
answers
260
views
I created an app gateway and linked web app but getting 502 Bad Gateway, even that probe is healthy
I've set up an application gateway and connected the web app to it. I've also configured a DNS zone to direct to the app gateway. I've followed the app gateway setup as outlined in the documentation. ...
0
votes
2
answers
605
views
Azure app gateway redirection does not rewrite the default azure url to custom domain name
My website is hosted through azure app service and it is given a custom domain name as well.
Let's say (actual names are hidden) my default azure app service url is https://myazureexamplesite....