Questions tagged [azure-application-gateway]

834 questions
0
votes
1 answer

Configuring Azure Application Gateway for Multi tenant App service

I have application1.Azurewebsites.net and application2.Azurewebsites.net and I want to use Azure Application Gateway , I followed the documentation and I was able to do it for one application but there is no documentation on how I achieve the same…
Sanath Shetty
  • 484
  • 1
  • 7
  • 24
0
votes
1 answer

Is it possible to create a application gateway without backend address pool in azure?

While creation of azure application gateway using ARM template is it possible to create a application gateway without backend address pool, request routing rules, health probes and listeners. If so what is the possible method to do so using ARM…
0
votes
1 answer

What is Azure Application level routing?

With built-in load balancing for cloud services and virtual machines, we can create highly-available and scalable applications in minutes. But what is Azure Application level routing and load balancing service and how it differs from built-in load…
0
votes
1 answer

Have you done single domain with multiple web apps in different paths?

So I'm trying to use Application Gateway in Azure and trying to do the following: Single domain (app.mydomain.com) with path based routing to different web apps like: http://app.mydomain.com/app1 http://app.mydomain.com/app2 Any idea how to…
0
votes
1 answer

Setting SSL termination with DCOS load balancer

I am trying to achieve on Azure something similar as ALB on AWS. Where you can assign a certificate to ALB and you can use https. Where SSL is being terminated at load balancer and request is then forwarded to the services as normal http request. I…
0
votes
1 answer

Azure Application Gateway appGatewayBackendHttpSettings

I tried to add another appGatewayBackendHttpSettings which pointed to another custom probe but each time I do that i get error 404? Is it possible to add multiple appGatewayBackendHttpSettings in the application gateway when using multi sites?
itye1970
  • 1,654
  • 7
  • 31
  • 62
0
votes
0 answers

Azure Application Gateway DNS

I want to set up multiple sites using Azure Application gateway. I have created 3 web apps and the listeners, rules and probes for each test.adomain.com which will point to azure web app test.azurewebsites.net live.adomain.com which will point to…
itye1970
  • 1,654
  • 7
  • 31
  • 62
0
votes
1 answer

how to add multi HTTPS sites to azure application gateway

Is there a step by step tutorial for adding multisites to azure application gateway? I need app gateway to direct traffic for the following HTTPS sites test.mydomain.com development.mydomain.com preprod.mydomain.com These sites will then each need…
itye1970
  • 1,654
  • 7
  • 31
  • 62
0
votes
1 answer

Azure Application gateway

I host our website in our private data center (Not Azure). Today we lost the network for about an hour. Which meant users got a page not found error. Our DNS is in Azure. I looking for a resource that can manage the redirection of our IP address…
0
votes
2 answers

DNS configuration for Web App Custom Domains with Application Gateway + Traffic Manager for end to end SSL

I have to configure App Gtwy between Traffic Manager and Azure Web apps. I have a custom domain for my web app and uploaded certs (pfx and cer) in App gateway. Added App Gtwy endpoint in Traffic Manager Profile. Uploaded the pfx cert in Azure Web…
0
votes
1 answer

Azure AD Redirect URL Using Application Gateway and ASE

We have an ASP Core 2.0 App working nicely with Azure AD on a public network. Our Test environment is running in an Azure ASE. The user starts with a public address that passes through the Azure Application Gateway and gets routed to 1 of 2 App…
0
votes
0 answers

Azure Application Gateway blocks SOAP 1.2 request

I'm re-configuring an existing SOAP web service to run behind an Azure Application Gateway with Web Application Firewall. The SOAP web service is written in C# and runs in Azure as a web role within an Azure Cloud Service. It supports both SOAP 1.1…
dtopham75
  • 620
  • 6
  • 14
0
votes
2 answers

Configuring Azure Application Gateway to Azure web app to route requests by path

I have two web apps (webapp1 and webapp2). I would like to use Application Gateway features where can route using path based redirect. http://mywebsite/login1 redirect to webapp1 http://mywebsite/login2 redirect to webapp2 Is this possible it…
kumar
  • 8,207
  • 20
  • 85
  • 176
0
votes
2 answers

Azure ILB ASE with Application Gateway and path based routing

Following situation: there is an ILB ASE with one App Service Plan running 3 different Web Apps. I would like to use Azure Application Gateway and its path based routing capability to route to these different Web Apps. Is it event possible? Thanks!
0
votes
2 answers

Application Gateway vs IIS IP Address and Domain Restrictions

I have a Virtual Machine that contain TWO websites, and one of them have restricted access by IP Address and Domain Restrictions IIS feature which work like a charm and allows only whitelisted IPs. Now, I have to implement an Application Gateway…