Questions tagged [azure-application-gateway]

834 questions
0
votes
1 answer

Backend service works fine through browser, but shows unhealthy in the Azure Application Gateway

There is a hello world service run in Azure Container Service, its address is http://52.168.172.165, can access this address and get response successfully in browser. Create an Azure Application Gateway using default setting and public IP HTTP…
Lakin Lu
  • 4,376
  • 3
  • 10
  • 12
0
votes
0 answers

Azure SSL Offloading on Application Gateway Error

Im testing Azure in free-trial and trying to configure SSL offloading through Applcation Gateway via Zure portal.I followed the exact steps in the Azure documents but this gives me below error - Error: Data must be specified for Certificate I have…
0
votes
1 answer

Why are machines not in my backend pool getting traffic?

Here's the setup. I have an application gateway configured with two backend pools: BAP 1: VMs 1, 2, 3 BAP 2: VM 1 I have two listeners: Listener 1: web1.mysite.com Listener 2: web2.mysite.com HTTP settings: setting1: HTTPS setting2: HTTPS I have…
Chris
  • 443
  • 1
  • 3
  • 14
0
votes
2 answers

Configure active-passive web app server in Azure

I have an application which I need to set up in active-passive mode behind the load balancer such that all connections should go to the active instance. If the active instance go down, it should start sessions from passive one. The only info I…
0
votes
1 answer

How to create Azure Application gateway using python SDK

I'm starting to feel a bit stupid. Have someone been able to successfully create an Application gateway using Python SDK for Azure? The documentation seems ok, but I'm struggling with finding the right parameters to pass 'parameters' of…
Yordan Yordanov
  • 201
  • 1
  • 2
  • 6
0
votes
1 answer

How to check the health of application gateway in Azure

How to check the health of application gateway using java sdk. I need to perform a similar operation like below azure cli command using java sdk: azure network application-gateway backend-health show "$1" "$2" --json \ | jq -r…
0
votes
0 answers

How Azure Application gateway is using for multitenant Application

Here We want to redirect application gateway to https we don't want to manually enter https to get on SSL. We use the gateway for fabric we want all application on fabric using SSL.
0
votes
2 answers

What is the Azure Resource Manager equivalent of VIP Swap?

Azure classic Cloud Services come with a built-in load balancer that allows a fast VIP swap from production to staging, and vice versa. What equivalent is provided by Azure Resource Manager? I can use DNS, but then I have the TTL delay. I want the…
0
votes
1 answer

How do I deploy a Application Gateway with VMs behind it

I've been trying to deploy an Azure Application Gateway to front application I have on existing VMs and use hostnames for the pool selection. I started with this template from git…
Scott
  • 23
  • 6
0
votes
1 answer

How can I configure Azure Application Gateway to redirect old SSL connections?

I have a website that I want to allow SSL access to everything, but TLS 1.2 only to the API, and any sensitive portion of the app. Any outdated client should go to an error page, explaining why they can't access the resource, and that "it's not us,…
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
0
votes
1 answer

Using URL Rewrite to work around Azure Application Gateway / web application http limitations

I essentially have the same issue as desribed here Redirect HTTP to HTTPS in Azure Application Gateway but am trying to solve it a different way. My back end web application works fine when both http and https are open on the AAG, however when you…
0
votes
1 answer

Add a new listener to existing Azure application gateway

I have created Azure application gateway with instructions in this link. After completion I realised that it works with only HTTPS protocol. I want my website to work with both port, 80 & 443. I want to add a new listener. I was able to add a new…
Ruchit Rami
  • 2,273
  • 4
  • 28
  • 53
-1
votes
1 answer

pass a list of maps to Terraform from Azure DevOps variable group

When i want to pass a list of map to a Terraform variable(where i use dynamic block to iterate over this list) i get this error: │ Cannot use a string value in for_each. An iterable collection is required. My list of maps in my variable group in…
-1
votes
1 answer

Migrate load balancing to Azure Application Gateway

I have a standard load balancer existing in our environment and looking for ways to migrate to the Azure Application gateway. What would be the best way to minimize downtime and have a smooth transition? The only I can see is deploying the…
-1
votes
1 answer

Getting error only while executing terraform apply as resource cannot be found in application gateway

I have created a application gateway, WAF policy, public IP via terraform. From Azure GUI I have created a Key vault in which I have uploaded the pfx certificate also I have created managed identity and granted full access to azure key vault. I am…