Skip to content

Commit 11976d5

Browse files
authored
Update cross-region-overview.md
1 parent 9b194c3 commit 11976d5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/load-balancer/cross-region-overview.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,13 @@ When you expose the global endpoint of a cross-region load balancer to customers
7878
### Static anycast global IP address
7979
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](../virtual-network/ip-services/public-ip-addresses.md#ip-address-assignment)
8080

81+
8182
### Client IP Preservation
8283
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.
8384

85+
### Floating IP
86+
Floating IP can be configured at both the global IP level and regional IP level. For more information, visit [Multiple frontends for Azure Load Balancer](./load-balancer-multivip-overview.md)
87+
8488
## Build cross region solution on existing Azure Load Balancer
8589
The backend pool of cross-region load balancer contains one or more regional load balancers.
8690

@@ -145,7 +149,7 @@ Cross-region load balancer routes the traffic to the appropriate regional load b
145149

146150
* A health probe can't be configured currently. A default health probe automatically collects availability information about the regional load balancer every 20 seconds.
147151

148-
* Currently, regional load balancers with floating IP enabled aren't supported by the cross-region load balancer.
152+
149153

150154

151155
## Pricing and SLA

0 commit comments

Comments
 (0)