367 questions
Best practices
1
vote
0
replies
24
views
Azure Load Balancer vs Application Gateway for Elasticsearch
After deploying the DEMAND ES Azure Web App in PaaS, we started seeing:
Slow responses from ElasticSearch.
ElasticSearch node overload.
Search thread pool queue saturation.
429 errors and ...
0
votes
0
answers
12
views
High usage of "Load Balancer, Standard, Data Processed" with AKS
using Azure AKS,
deployed are
External DNS
Cert Manager
2 deployments (pods, services), nothing too special
Using
standard loadbalancer (came with AKS creation)
AKS free tier sku
AKS resides in a ...
0
votes
1
answer
131
views
Azure App Service Always On feature functionality - Clarification
We use Azure App Service and we use custom domain for that Azure App service Web App.
As per docs I see the meaning of Always On feature is:
Always On: Keeps the app loaded even when there's no ...
0
votes
1
answer
267
views
Is it possible to use the frontend IP address(es) of an Azure load balancer for outbound via outbound rules together with instance-level public IPs
To provide some context, my application needs:
Access to all VMs deployed using multiple scale sets via public IP addresses (covered by the instance-level public IPs, see Azure documentation for more ...
0
votes
2
answers
409
views
Can you create an Azure Container Apps Environment without a Load Balancer?
If my understanding is correct, the load balancer is used for distributing requests to multiple instances of a Container App. My Container Apps Environment is only running Container Apps Jobs, and ...
0
votes
1
answer
101
views
nginx - php-fpm - azure container app returns truncated pages [closed]
I'm having a problem where the response I get from nginx is truncated, meaning that the source returned just ends part way through.
If I run the nginx container locally everything works, the problem ...
1
vote
0
answers
46
views
Facing Issues with Mutual TLS Configuration for Specific Routes in Azure Application Gateway
We need to support two APIs accessible through the domain device-api-server.com using Azure Application Gateway:
Bootstrap API
Path: /api/bootStrap
Request Method: POST
Authentication: No ...
0
votes
0
answers
51
views
Web server with both Inbound via direct Public IP and Inbound via External Load Balancer
I need to migrate customers pointing to web server by IP to a new solution as Basic IP is retiring. Lack of DNS solution complicates this problem; it will be a manual migration customer by customer.
I'...
0
votes
1
answer
567
views
Editing default Internal loadbalancer of azure container apps
When I create an Azure Container Apps environment in a subnet with the setting "Internal: The endpoint is an internal load balancer" enabled, an internal load balancer is created. When I try ...
0
votes
1
answer
88
views
Azure Traffic Balancing Between Backends with Different Route Prefixes
We are migrating hosting infrastructure from a system which used subdomains to differentiate between different microservices to one which uses route prefixes. For example the "root" of our ...
1
vote
0
answers
140
views
Azure Load balancer sending requests to different servers
I have 2 Azure VM's load balanced by a Azure Load Balancer. Timeout on the balancer is set to 60 minutes. The web app is deployed to both vm's and works fine. However, after a period of inactivity the ...
1
vote
2
answers
382
views
Azure Front Door very slow failover with 403 or 502 status from web app [closed]
I've done some significant testing of AFD in an attempt to reach the following outcomes:
Zero downtime deploys (Blue/Green)
Automatic / immediate failover due to app service being stopped or ...
0
votes
2
answers
623
views
How to update Azure's load balancer from basic to standard in Terraform?
I got a warning in Azure Portal that my load balancer "is on Basic SKU which will be retired on 30 September 2025. Learn more about Standard SKU and migration steps."
I have been trying to ...
1
vote
1
answer
117
views
Azure traffic manager endpoint
I need solution to add the Kubernetes services inside the Traffic manager using terraform and in order to do that I need to have a public IP address for each cluster
Traffic Manager Profile
Traffic ...
0
votes
1
answer
72
views
Ingress controller not listening on port 5050 for my tcp traffic
I have deployed an application in AKS where I have opened port 5050 for the pod and also created service and ingress to support the same, and configured ingress controller to listen for port 5050 but ...