Questions tagged [azure-application-gateway]

834 questions
0
votes
1 answer

Azure Application Gateway Configuration

I have a service that is running at port 8090 and would like to expose this service over https via Azure Application Gateway where I have installed the required certificate. Here is what I have done 1. Configured a listener in Application Gateway…
0
votes
1 answer

Azure WAF Traffic

I apologize if this is totally obvious but Im wracking my brain and missing something. We have multiple webapps in Azure, and want to implement WAF for IPS. Ive got everything set up, and my subdomain will resolve to the AG and then to the web app.…
0
votes
2 answers

Block "Junk" Requests to Azure Service Fabric WebAPI Service

I have a WebAPI service deployed on Azure Service Fabric, and I want to block malicious/junk requests as early as possible - ideally not hitting my service at all (to avoid being hammered and to not use CPU cycles on processing such requests). For…
Nightman
  • 101
  • 1
  • 7
0
votes
1 answer

Azure Application Gateway Slash Rewrite Error

We have created an Azure Application Gateway using path-based rules to redirect requests of clients to servers on the background pool based on the client instance name, like this: "/client1/*" -> Server1 "/client2/*" -> Server2 "/client3/*" ->…
0
votes
1 answer

Azure VMSS with application gateway and NAT rules

I have an existing scale set with Application Gateway. I want to add some NAT rules with port forwarding to the scale set instances. So I created a load balancer with inbound NAT rules, and associated it with VMSS. It didn’t throw any error while…
0
votes
0 answers

How to limit access to some of web apps in external App Service Environment (ASE)?

I have external App Service Environment (ASE) with three web apps (A,B,C) deployed inside. Is it possible to limit the external access (from internet - I want to access them only when connected to the VNet with P2S/S2S VPN) to two of the web apps…
0
votes
1 answer

Azure Application Gateway Url based routing does not work

I'm configuring Azure Application Gateway Url based routing for my two back-end pools and it is not working. My default routing configuration is pointing to b1 end point and it is reachable by blabla.cloudapp.azure.com When I add additional route…
aturch
  • 53
  • 3
  • 8
0
votes
1 answer

ASP.Net MVC Set custom hostname for authorization redirect with Application Gateway

Scenario: An ASP.net MVC application behind an Azure Application Gateway When an unauthorized user tries to access a page where the controller method is protected with the Authorize attribute, the user is redirected to the Azure AD login page. After…
ToDevAndBeyond
  • 1,120
  • 16
  • 24
0
votes
2 answers

404 error in url based routing using Application Gateway

I have 2 web apps behind Application Gateway. I am trying to access by http:///web1 should go to http://webapp1.azurewebsites.net and http:///web2 should go to http://webapp2.azurewebsites.net. I have defined…
John
  • 351
  • 5
  • 18
0
votes
1 answer

How to configure CNAME for Application Gateway and Traffic Manager

I have this setup: Traffic Manager Profile -> Application Gateway(piblic ip - xx.x.x.x) -> (based on host name redirect to backendpool) -> Redirect to webapp1 and webapp2. How would I define a CNAME record in this case? I created an A name record…
John
  • 351
  • 5
  • 18
0
votes
1 answer

No Response from Azure Web Application Firewal

I have an App Service hosted in azure and I need to secure that using Azure's Web Application Firewall (WAF). I've created the WAF and also specified the app service's FQDN but when I hit that from the browser I get a timeout response after ~3mins.…
webber
  • 1,834
  • 5
  • 24
  • 56
0
votes
1 answer

Can not enable Costum Helth Prob for Azure App gateway

I deploy a application Gateway on Azure, but Backend health say "unknown" as satus all the time. If I request via Get-AzureRmApplicationGatewayBackendHealth -Name $appGwName -ResourceGroupName $myRg I receive "BackendHttpSettings": { …
0
votes
2 answers

Azure application gateway front of azure web app end-to-end SSL gets 404

I am trying to put a WAF in front of an Azure web app (no ASE). The web app is running with HTTPS (SSL *.azurewebsites.net). I have followed the instructions from this MS…
Moim
  • 486
  • 1
  • 8
  • 23
0
votes
1 answer

Azure Application Gateway Probe Configuration

I am attempting to set up an Azure Application Gateway (with WAF) that points to a pool of 2 IIS servers (IaaS VMs) in the backend pool. These servers host a number of websites and I am trying to figure out the best way to set up probes for the…
CoreyZ
  • 189
  • 2
  • 3
  • 11
0
votes
1 answer

Making Azure Application Gateway FIPS compliant

My question is this: is it possible to make an Azure Application Gateway FIPS compliant? My understanding for compliance is that the SSL method needs to use FIPS 140-2 encryption. I've done some research, and I'm pretty sure the answer is no for…
dcembree83
  • 73
  • 2
  • 8