You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/load-balancer/cross-region-overview.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ services: load-balancer
6
6
author: mbender-ms
7
7
ms.service: azure-load-balancer
8
8
ms.topic: concept-article
9
-
ms.date: 06/26/2024
9
+
ms.date: 02/20/2025
10
10
ms.author: mbender
11
11
ms.custom: references_regions
12
12
---
@@ -34,7 +34,7 @@ The frontend IP configuration of your global load balancer is static and adverti
34
34
35
35
Configure regional redundancy by seamlessly linking a global load balancer to your existing regional load balancers.
36
36
37
-
If one region fails, the traffic is routed to the next closest healthy regional load balancer.
37
+
If one region fails, the traffic is routed to the next closest healthy regional load balancer.
38
38
39
39
The health probe of the global load balancer gathers information about availability of each regional load balancer every 5 seconds. If one regional load balancer drops its availability to 0, global load balancer detects the failure. The regional load balancer is then taken out of rotation.
40
40
@@ -55,7 +55,7 @@ If a flow is started from Seattle, traffic enters West US. This region is the cl
55
55
56
56
Azure global load balancer uses geo-proximity load-balancing algorithm for the routing decision.
57
57
58
-
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.
58
+
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.
59
59
60
60
For more information, see [Configure the distribution mode for Azure Load Balancer](./load-balancer-distribution-mode.md).
61
61
@@ -73,7 +73,7 @@ Global load balancer comes with a static public IP, which ensures the IP address
73
73
74
74
### Client IP Preservation
75
75
76
-
Global 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.
76
+
Global 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.
77
77
78
78
### Floating IP
79
79
@@ -83,7 +83,7 @@ It's important to note that floating IP configured on the Azure global Load Bala
83
83
84
84
### Health Probes
85
85
86
-
Azure global Load Balancer utilizes the health of the backend regional load balancers when deciding where to distribute traffic to. Health checks by global load balancer are done automatically every 5 seconds, given that health probes are set up on their regional load balancer.
86
+
Azure global Load Balancer utilizes the health of the backend regional load balancers when deciding where to distribute traffic to. Health checks by global load balancer are done automatically every 5 seconds, given that health probes are set up on their regional load balancer.
87
87
88
88
## Build cross region solution on existing Azure Load Balancer
89
89
@@ -145,7 +145,7 @@ Global load balancer routes the traffic to the appropriate regional load balance
145
145
* West US 2
146
146
147
147
> [!NOTE]
148
-
> The backend regional load balancers can be deployed in any publicly available Azure Region and is not limited to just participating regions.
148
+
> The backend regional load balancers can be deployed in any publicly available Azure Region and isn't limited to just participating regions.
Copy file name to clipboardExpand all lines: articles/load-balancer/cross-subscription-overview.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ services: load-balancer
6
6
author: mbender-ms
7
7
ms.service: azure-load-balancer
8
8
ms.topic: overview
9
-
ms.date: 10/17/2024
9
+
ms.date: 02/20/2025
10
10
ms.author: mbender
11
11
ms.custom:
12
12
---
@@ -22,7 +22,7 @@ Cross-subscription load balancing allows you to deploy Azure Load Balancer resou
22
22
23
23
:::image type="content" source="media/cross-subscription-load-balancer-overview/cross-subscription-load-balancer-concept.png" alt-text="Diagram of cross-subscription load balancer concepts with two subscriptions and resources.":::
24
24
25
-
The table below illustrates some of the possible scenarios cross-subscription load balancing supports.
25
+
This table illustrates some of the possible scenarios cross-subscription load balancing supports.
26
26
27
27
|**Subscription 1**|**Subscription 2**|
28
28
|----------------|----------------|
@@ -31,7 +31,7 @@ The table below illustrates some of the possible scenarios cross-subscription lo
31
31
| Load Balancer and Frontend IP address | Backend pool resources |
32
32
33
33
## Cross-subscription frontend IP configurations
34
-
Cross-subscription frontends allow the frontend IP configuration to reside in a different subscription other than the load balancer’s subscription. To enable cross-subscription frontend IP configurations, the following tag needs to be set to true: “IsRemoteFrontend: True”, and the SyncMode property needs to be enabled on the backend pool.
34
+
Cross-subscription frontends allow the frontend IP configuration to reside in a different subscription other than the load balancer’s subscription. To enable cross-subscription frontend IP configurations, the following tag needs to be set to true: `IsRemoteFrontend: True`, and the `SyncMode` property needs to be enabled on the backend pool.
35
35
36
36
### Public frontend IP configurations
37
37
Public IP addresses utilized by an Azure Load Balancer can reside in different subscription than the load balancer. If multiple public IP addresses are attached to a load balancer, each IP address can come from a different subscription. For example, if we have a Load Balancer (deployed in subscription C) with two frontend IPs, the first IP address can reside in subscription B and the second IP address can reside in subscription A.
@@ -49,15 +49,16 @@ Cross-subscription backends allow backend instances to reside in a different sub
49
49
The backend instances and the virtual network they refer to can be located in a different subscription. Cross-subscription backend pools must utilize a new property known as *SyncMode*.
50
50
51
51
### What is SyncMode
52
-
The *SyncMode* property is a parameter that you can specify when you create a backend pool by using IP addresses and virtual network IDs. This property must be set when using cross-subscription frontends or backends. It has two possible values: “Automatic” or “Manual”.
52
+
The *SyncMode* property is a parameter that you can specify when you create a backend pool by using IP addresses and virtual network IDs. This property must be set when using cross-subscription frontends or backends. It has two possible values: *Automatic* or *Manual*.
53
+
53
54
In addition, this property replaces the concept of NIC-based or IP-based backend pools. As a result, backend pools with the SyncMode property configured are a distinct type of backend pool, separate from NIC or IP-based backend pools. Backend pools can either be exclusively NIC-based, IP-based, or SyncMode enabled.
54
55
55
-
#### When should I use SyncMode: “Automatic”?
56
-
With SyncMode configured as “Automatic”, backend pool instances are synchronized with the load balancer configuration. As a result, changes to the backend pool instances are automatically reflected in the load balancer’s backend pool configuration. This is relevant when using virtual machine scale sets in the backend pool. When the scale set scales in/out, the backend pool members will automatically be added or removed from the pool accordingly.
57
-
Like NIC (network interface cards) based backend pools, if SyncMode is set to “Automatic”, then each backend instance’s NIC must also reference the load balancer backend pool. As a result, backend instances are added to “Automatic” SyncMode backend pools by updating the NIC resource’s reference to the load balancer.
56
+
#### When should I use Automatic SyncMode
57
+
With SyncMode configured as *Automatic*, backend pool instances are synchronized with the load balancer configuration. As a result, changes to the backend pool instances are automatically reflected in the load balancer’s backend pool configuration. This change is relevant when using virtual machine scale sets in the backend pool. When the scale set scales in/out, the backend pool members are automatically added or removed from the pool accordingly.
58
+
Like NIC (network interface cards) based backend pools, if SyncMode is set to *Automatic*, then each backend instance’s NIC must also reference the load balancer backend pool. As a result, backend instances are added to *Automatic* SyncMode backend pools by updating the NIC resource’s reference to the load balancer.
58
59
59
-
#### When should I use SyncMode: “Manual”?
60
-
With SyncMode configured as “Manual”, backend pool instances aren't synchronized with the load balancer configuration. This mode allows you to create a backend pool with pre-provisioned private IP addresses that can be used for scenarios such as disaster recovery, active-passive, or dynamic provisioning. When using “Manual” SyncMode backend pools, you're responsible for updating the backend pool when any changes to your backend instances occur, such as with a scale set autoscaling.
60
+
#### When should I use Manual SyncMode
61
+
With SyncMode configured as *Manual*, backend pool instances aren't synchronized with the load balancer configuration. This mode allows you to create a backend pool with pre-provisioned private IP addresses that can be used for scenarios such as disaster recovery, active-passive, or dynamic provisioning. When using *Manual* SyncMode backend pools, you're responsible for updating the backend pool when any changes to your backend instances occur, such as with a scale set autoscaling.
0 commit comments