title | titleSuffix | description | services | documentationcenter | author | ms.service | ms.devlang | ms.topic | ms.tgt_pltfrm | ms.workload | ms.date | ms.author | ms.custom |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cross-region load balancer (preview) |
Azure Load Balancer |
Overview of cross region load balancer tier for Azure Load Balancer. |
load-balancer |
na |
asudbring |
load-balancer |
na |
conceptual |
na |
infrastructure-services |
09/22/2020 |
allensu |
references_regions |
Azure Load Balancer distributes inbound traffic that arrives at the load balancer frontend to backend pool instances.
Azure Standard Load Balancer supports cross-region load balancing enabling geo-redundant HA scenarios such as:
- Incoming traffic originating from multiple regions.
- Instant global failover to the next optimal regional deployment.
- Load distribution across regions to the closest Azure region with ultra latency.
- Ability to scale up/down behind a single endpoint.
- Static IP
- Client IP preservation
- Build on existing load balancer solution with no learning curve
Important
Cross-region load balancer is currently in preview and not generally available. To access the preview for Cross-region load balancer, contact: crossregionlb@microsoft.com.
This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
For more information, see Supplemental Terms of Use for Microsoft Azure Previews.
Cross-region load balancing offers the same benefits of high performance and low latency as regional standard load balancer.
The frontend IP configuration of your cross-region load balancer is static and advertised across most Azure regions.
:::image type="content" source="./media/cross-region-overview/cross-region-load-balancer.png" alt-text="Diagram of cross-region load balancer." border="true":::
Note
The backend port of load your balancing rule on cross-region load balancer should match the frontend port of the load balancing rule/inbound nat rule on regional standard load balancer.
Configure regional redundancy by adding a global frontend public IP address to your existing load balancers.
If one region fails, the traffic is routed to the next closest healthy regional load balancer.
The health probe of the cross-region load balancer gathers information about availability every 20 seconds. If one regional load balancer drops its availability to 0, cross-region load balancer will detect the failure. The regional load balancer is then taken out of rotation.
:::image type="content" source="./media/cross-region-overview/global-region-view.png" alt-text="Diagram of global region traffic view." border="true":::
The geo-proximity load-balancing algorithm is based on the geographic location of your users and your regional deployments.
Traffic started from a client will hit the closest participating region and travel through the Microsoft global network backbone to arrive at the closest regional deployment.
For example, you have a cross-region load balancer with standard load balancers in Azure regions:
- West US
- North Europe
If a flow is started from Seattle, traffic enters West US. This region is the closest participating region from Seattle. The traffic is routed to the closest region load balancer, which is West US.
Azure cross-region load balancer uses geo-proximity load-balancing algorithm for the routing decision.
The configured load distribution mode of the regional load balancers is used for making the final routing decision when multiple regional load balancers are used for geo-proximity.
For more information, see Configure the distribution mode for Azure Load Balancer.
When you expose the global endpoint of a cross-region load balancer to customers, you can add or remove regional deployments behind the global endpoint without customer impact.
Cross-region load balancer comes with a static public IP, which ensures the IP address remains the same. To learn more about static IP, read more here
Cross-region load balancer is a Layer-4 pass-through network load balancer. This pass-through preserves the original IP of the packet. The original IP is available to the code running on the virtual machine. This preservation allows you to apply logic that is specific to an IP address.
The backend pool of cross-region load balancer contains one or more regional load balancers.
Add your existing load balancer deployments to a cross-region load balancer for a highly available, cross-region deployment.
Home region is where the cross-region load balancer is deployed. This region doesn't affect how the traffic will be routed. If a home region goes down, it doesn't impact the flow of traffic.
- East US 2
- West US
- West Europe
- Southeast Asia
- Central US
- North Europe
- East Asia
Note
You can only deploy your cross-region load balancer in one of the 8 regions above.
A participating region is where the global public IP of the load balancer is available.
Traffic started by the user will travel to the closest participating region through the Microsoft core network.
Cross-region load balancer routes the traffic to the appropriate regional load balancer.
- East US
- West Europe
- Central US
- East US 2
- West US
- North Europe
- South Central US
- West US 2
- UK South
- Southeast Asia
- North Central US
- Japan East
- East Asia
- West Central US
- Australia Southeast
- Australia East
- Central India
-
Cross-region frontend IP configurations are public only. An internal frontend is currently not supported.
-
Private or internal load balancer can't be added to the backend pool of cross-regional load balancer
-
Cross-region IPv6 frontend IP configurations aren't supported.
-
A health probe can't be configured currently. A default health probe automatically collects availability information about the regional load balancer every 20 seconds.
Cross-region load balancer, shares the SLA of standard load balancer.
- See Create a public standard load balancer to get started with using a load balancer.
- Learn more about Azure Load Balancer.
- Load balancer FAQs