Questions tagged [azure-application-gateway]

834 questions
0
votes
1 answer

Azure Access an ILB from Internet

I've already asked how to create a Loadbalancer with IP Affinity on Azure Cloud services here: Azure WebRole Sticky Load Balance The problem is, that when creating an ILB, this ILB is not accessible from public. What is the correct approach to make…
Travis
  • 248
  • 4
  • 11
0
votes
1 answer

unable to stick to custom domain redirected by application gateway with SSL

Senario : I have an azure app service where my application is running on tomcat and the ssl binding is done along with custom domain. example: custom domain is something.com and app service url is .azurewebsites.net I have an azure application…
0
votes
2 answers

Access azure webapp with the CNAME which is behind an Azure Application gateway

I have an azure web app and its corresponding application gateway. I have created a CNAME and pointed it to the DNS name of the app gateway. Now when I access the site using the CNAME, it reaches the app gateway and redirects me to the web…
Prasanth E
  • 3
  • 1
  • 4
0
votes
1 answer

Setup of Azure Application Gateway on multiple sites

We have 2 Azure VMs running IIS and hosting 50+ .Net web applications (Webforms, MVC, WCF & ASMX). Both of the 2 VMs are identical and all sites are configured using a hostname ([subdomain].domain.com) on port 443 and requiring SSL. 11 of these…
0
votes
1 answer

Show application gateway probes on Azure Dashboard

In our landscape we've got a couple of web application gateways deployed with probes set-up to back-end services. In the resource panes of the gateways there is the "Backend Health" option that you can use to check the health state of your…
Jasper
  • 1,697
  • 2
  • 23
  • 48
0
votes
1 answer

Test connectivity to external ip from Azure Application Gateway ip address

A third party webservice has whitelisted the public static IP address of my Azure Application Gateway. I would like to be able to ping/telnet to the IP address of the service from the IP address of my application gateway. Is this possible? How can…
Michael
  • 91
  • 1
  • 9
0
votes
2 answers

Redirect loop in wordpress behind Azure Application Gateway

I have domain example.com pointing to Azure Application Gateway In Application Gateway I use url based routing which routes traffic to Azure App Service (blog.azurewebsites.net), and ssl termination. App Service this is wordpress site with…
Vasyl Senko
  • 1,779
  • 20
  • 33
0
votes
1 answer

Azure Application Gateway with SSL bindings

I have Application Gateway with url based routing, /app1/ points to app1 app service, and /app2/ points to app2 app service. I have domain test.com pointing to Application Gateway. So test.com/app1 routes to app1, and test.com/app2 to app2. Next…
Vasyl Senko
  • 1,779
  • 20
  • 33
0
votes
1 answer

how to create app gateway in one resource group and vnet in other resource group using ARM templates

I want to create an application gateway with two vm's inside one resource group and use another resource group for networking components
Taha Bhat
  • 22
  • 1
  • 3
0
votes
1 answer

Cannot update Request timeout in Application Gateway HTTP settings

We are trying to update the Request timeout in the HTTP settings of our Azure Application Gateway. When trying to save we get the following error: Application Gateway does not have enough capacity. Required capacity is atleast 200, currently…
0
votes
1 answer

Application Gateway WAF end to end SSL

I have recently enabled WAF and moved some of our web applications behind it. We have not faced any issues with HTTP sites but we are facing issues with end-to-end SSL. We initially faced an issue with the certificate on the backend server which has…
zenB1
  • 1
  • 1
0
votes
1 answer

Alternative usage of WAF with Load Balancer since WAF doesn't support?

In my application, I needed IPv6 support for WAF. Since IPv6 yet not supported by the WAF can I use a load balancer connected to the WAF as the following diagram (because of IPv6 supports Load Balancer)? Is this a good design?
0
votes
1 answer

Why is that the Azure Web Application Firewall doesnot support for IPv6 IP address space?

I was trying to configure WAF with IPv6 address space for my application. But when I try to assign my IPv6 it says the following error message. How can I configure IPv6 with the WAF ?
0
votes
1 answer

How to get correct WSDL URL when hosting a WCF service behind an Azure Application Gateway?

We are in the process of migrating services from on-premise to Azure, and we are now hosting a legacy WCF service an Azure App Service. To make it backwards compatible with existing clients, it needs to be available through…
0
votes
2 answers

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 3000 HTTPS - Backend 2 Listener3 - site.com -…
Clackers
  • 127
  • 1
  • 2
  • 7