All Questions
Tagged with azure-application-gateway azure-load-balancer
26
questions
11
votes
1
answer
12k
views
Assign Static Public Address to Azure Container Instance deployment
Context
Working on a project to deploy a restful API application and seperate TCP service to an Azure Container Instance. The TCP service requires a static Ipv4 address due to legacy reasons.
...
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 ...
3
votes
3
answers
811
views
Azure Load Balancing Solutions. Direct Traffic to Specific VMs
We are having difficulties choosing a load balancing solution (Load Balancer, Application Gateway, Traffic Manager, Front Door) for IIS websites on Azure VMs. The simple use case when there are 2 ...
2
votes
1
answer
2k
views
azure application gateway behind azure front door multiple websites domains ssl
Infrastructure]1
Info picture - all servers should have the same configurations and websites and ports.
The goal is that on all virtual servers in VMSS are running the different websites ( www.xxx.com ...
1
vote
2
answers
2k
views
How to redirect traffic hosted on an azure endpoint (DNS/static IP) to different external IP address
Question: How do I host an endpoint in azure which allows me to redirect internet traffic at will between azure and aws services?
I am hosting two kubernetes clusters - one in Azure and the other in ...
1
vote
2
answers
1k
views
Session value changes for multiple user login with same account + Azure Application Gateway
I have website running on VMs under Azure VMSS. Above that, there is public load balancer. Also, have an Application Gateway with Backend Pool of same public Load Balancer IP. And at last in Azure DNS,...
1
vote
1
answer
1k
views
How to set up Azure Front Door (Standard/Premium) to forward HTTP requests to Static Web App
I want to be able to forward all request to an endpoint configured in Azure Front Door (e.g. mydomain.com/foo/bar) to a Static Web App (silly-name-1a2b3c.azurestaticapps.net).
I need the request to be ...
1
vote
1
answer
1k
views
Azure Kubernetes Service (AKS) - Istio Gateway: How to configure the Application Gateway in front of the Istio Gateway?
I'm attempting to configure AKS, and I've installed Istio Gateway, which interns created an Azure Load Balancer, to make the overall traffic flow to be as shown below.
In my opinion, Azure Load ...
1
vote
1
answer
323
views
Azure WebRole Sticky Load Balance
I have an Azure WebRole, which publishes a WCF Service with PerSession setting. This means, session needs to be preserved for a long time... This is because of synch-framework and cannot be changed.
...
1
vote
0
answers
168
views
AGIC with App gateway together with azure load balancer
i want to understand the concept and the traffic flow in case of using AGIC. I'm using azure advanced networking in AKS. What i see that azure automatically creates an Azure load balancer once the ...
0
votes
2
answers
2k
views
How to configure ssl with azure application gateway?
I have to configure my Microsoft Azure server like below scenario
So it is like a request comes with a public IP which represents application gateway having SSL and the request passes from app ...
0
votes
1
answer
897
views
How to route specific port traffic on one domain to multiple Azure App Services?
How would one route a domain's port traffic to multiple AppServices (not VMs):
https://www.example.com:80 (Website) --> AppService A
https://www.example.com:2000 (WebService) --> AppService B ...
0
votes
4
answers
675
views
Is there a way to put a Public LB in front of Application Gateay?
I want to use an Azure Application Gateway with a static IP address. Since Application Gateway doesn't support public IP, I thought I'd try using a private Application Gateway and putting a public LB ...
0
votes
1
answer
932
views
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 ...
0
votes
0
answers
4
views
When to use Azure Network interfaces' application_gateway_backend_address_pools
I went through Azure documentation on Application gateway & network interfaces but couldn't find information about when to use application_gateway_backend_address_pools
I have a usecase where I ...
0
votes
2
answers
711
views
Azure App Gateway backend settings for load balancing multiple ports on same backend pool
I have 3 Azure VMs which run web app deployed to Weblogic. There are 3 JVMs ( web apps ) in each server running on ports 8001,8002,8003. Routing rule allows only 1 backend setting. In this case, how ...
0
votes
1
answer
730
views
"An Azure Application Gateway instance can support around 10 Capacity Units" - Explanation in simple word
I've red the documentation and searched the internet for a simple explanation on Azure application gateway auto-scaling and the above quoted line but failed.
It would be really helpful if you can ...
0
votes
1
answer
1k
views
getting internal server error 500, after adding multiple instances in backend pool of azure application gateway
I have been trying to add multiple backend pools (multiple IP addresses) in the Azure Application Gateway, to route the request to any one of the servers mentioned.
once I have added two servers to ...
0
votes
2
answers
690
views
AKS 1.22.2 cluster Ingress configuration not working with Azure Application gateway
I have created helm charts for deploying the kubernetes objects. I have created services, ingress and deployments for hosting my microservices. I created application gateway and I'm trying to use ...
0
votes
1
answer
699
views
Azure Application Gateway - How to control traffic for different application
I am creating an application gateway and that will be a single point of entry for my multi tenant application. That means I will have multiple application request on this application gateway and then ...
0
votes
0
answers
800
views
how to resolve the "Cookie Without SameSite Attribute" on azure app gateway Affinity cookie
Found DAST scan error "Cookie Without SameSite Attribute" on Frond end application
Front end application build on node js and React js, deployed into azure VM and access via azure ...
0
votes
1
answer
491
views
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 ...
0
votes
1
answer
226
views
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 ...
0
votes
1
answer
87
views
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 ...
0
votes
1
answer
1k
views
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 $...
-1
votes
1
answer
233
views
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 ...