Ritesh Kumar Nayakwww.devopswithritesh.in·Oct 31, 2024Streamlining App Traffic: Deploying Azure Internal & External Load Balancers with Terraform IACIn Azure, Internal and External Load Balancers serve as crucial network components that distribute traffic effectively, help ensure high availability, and play a significant role in securing network traffic. We have earlier deployed an External LB in...Azure
Ritesh Kumar Nayakwww.devopswithritesh.in·Oct 17, 2024Deploying Azure Standard Load Balancer in Web-Tier via TerraformIn this article, we’ll configure an Azure Load Balancer in front of our web servers, eliminating the need for public IP addresses on the individual servers. Instead, the load balancer will be exposed to handle incoming traffic and distribute it acros...27 readsAzure
Umesh Panditumeshpandit.hashnode.dev·Jul 2, 2024Create Scalable Cross-Subscription Apps with Azure Load BalancerScalability is crucial for modern applications. When your app's traffic grows, you need a system that can handle the load efficiently. Azure Load Balancer is a powerful tool for managing application traffic, ensuring your app remains responsive and r...32 readsAzure
Sumit Mondalsumit007.hashnode.dev·Jan 9, 2024Magic of Azure Load Balancer: A Symphony of Scalability and ReliabilityIntroduction: In the ever-evolving landscape of cloud computing, the demand for high availability and seamless scalability has become the cornerstone of modern applications. Azure Load Balancer emerges as a beacon of efficiency, orchestrating the tra...Azure - TheoryAzure
Armand Jordaanarmandjordaan.hashnode.dev·Oct 14, 2022Overview: Azure load balancingWhy write another load balancer article? At the time of writing, I am preparing for my Azure Fundamentals exam. Now I have been working with Azure both in a professional and personal capacity as a developer for some time now. When looking at all the ...1 like·61 readsAzure
Ritesh Agrawalriteshscloud.hashnode.dev·Aug 20, 2022What is Azure Load Balancer?An Azure Load Balancer is a server that routes the traffic to multiple servers / VMs, providing high availability for the application. In other words, we can say it is a hardware or software device that will intercept all the traffic coming from the ...1 like·211 readsAzure
Jose Diazblog.jjdiaz.dev·Jul 20, 2022Maximize API Performance with a Load Balancer: Azure load balancerAzure Load Balancer is a load balancer provided by Microsoft Azure that enables you to distribute incoming requests across multiple servers, improving the scalability and reliability of your Laravel API. In this post, we'll look at how to set up and ...74 readsMaximizing the scalability of your Laravel API: Best Practices and TechniquesLaravel