Skip to content

Commit c15e6bf

Browse files
committed
reliability updates
1 parent 085aa49 commit c15e6bf

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

articles/reliability/reliability-load-balancer.md

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 10/31/2024
1111

1212
# Reliability in Load Balancer
1313

14-
This article contains detailed information on Load Balancer regional resiliency with [availability zones](#availability-zone-support) and [cross-region disaster recovery and business continuity](#cross-region-disaster-recovery-and-business-continuity).
14+
This article contains detailed information on Load Balancer regional resiliency with [availability zones](#availability-zone-support) and [global disaster recovery and business continuity](#global-disaster-recovery-and-business-continuity).
1515

1616

1717

@@ -29,7 +29,7 @@ Although it's recommended that you deploy Load Balancer with zone-redundancy, a
2929
3030
### Prerequisites
3131

32-
- To use availability zones with Load Balancer, you need to create your load balancer in a region that supports availability zones. To see which regions support availability zones, see the [list of supported regions](availability-zones-region-support.md).
32+
- To use availability zones with Load Balancer, you need to create your load balancer in a region that supports availability zones. To see which regions support availability zones, see the [list of supported regions](availability-zones-region-support.md).
3333

3434
- Use Standard SKU for load balancer and Public IP for availability zones support.
3535

@@ -63,7 +63,7 @@ Members in the backend pool of a load balancer are normally associated with a si
6363
### Zonal load balancer
6464

6565

66-
You can choose to have a frontend guaranteed to a single zone, which is known as a *zonal*. With this scenario, a single zone in a region serves all inbound or outbound flow. Your frontend shares fate with the health of the zone. The data path is unaffected by failures in zones other than where it was guaranteed. You can use zonal frontends to expose an IP address per Availability Zone.
66+
You can choose to have a frontend guaranteed to a single zone, which is known as a *zonal*. With this scenario, a single zone in a region serves all inbound or outbound flow. Your frontend shares fate with the health of the zone. The data path is unaffected by failures in zones other than where it was guaranteed. You can use zonal frontends to expose an IP address per Availability Zone.
6767

6868
Additionally, the use of zonal frontends directly for load-balanced endpoints within each zone is supported. You can use this configuration to expose per zone load-balanced endpoints to individually monitor each zone. For public endpoints, you can integrate them with a DNS load-balancing product like [Traffic Manager](../traffic-manager/traffic-manager-overview.md) and use a single DNS name.
6969

@@ -77,7 +77,7 @@ For an internal load balancer frontend, add a **zones** parameter to the interna
7777

7878
### Non-zonal load balancer
7979

80-
Load Balancers can also be created in a non-zonal configuration by use of a "no-zone" frontend. In these scenarios, a public load balancer would use a public IP or public IP prefix, an internal load balancer would use a private IP. This option doesn't give a guarantee of redundancy.
80+
Load Balancers can also be created in a non-zonal configuration by use of a "no-zone" frontend. In these scenarios, a public load balancer would use a public IP or public IP prefix, an internal load balancer would use a private IP. This option doesn't give a guarantee of redundancy.
8181

8282
>[!NOTE]
8383
>All public IP addresses that are upgraded from Basic SKU to Standard SKU will be of type "no-zone". Learn how to [Upgrade a public IP address in the Azure portal](../virtual-network/ip-services/public-ip-upgrade-portal.md).
@@ -127,11 +127,11 @@ Review [Azure cloud design patterns](/azure/architecture/patterns/) to improve t
127127
In the case where a region is augmented to have availability zones, any existing IPs would remain non-zonal like IPs used for load balancer frontends. To ensure your architecture can take advantage of the new zones, it's recommended that you create a new frontend IP. Once created, you can replace the existing non-zonal frontend with a new zone-redundant frontend. To learn how to migrate a VM to availability zone support, see [Migrate Load Balancer to availability zone support](./migrate-load-balancer.md).
128128

129129

130-
## Cross-region disaster recovery and business continuity
130+
## Global disaster recovery and business continuity
131131

132132
[!INCLUDE [introduction to disaster recovery](includes/reliability-disaster-recovery-description-include.md)]
133133

134-
Azure Standard Load Balancer supports cross-region load balancing enabling geo-redundant high availability scenarios such as:
134+
Azure Standard Load Balancer supports global load balancing enabling geo-redundant high availability scenarios such as:
135135

136136

137137
* Incoming traffic originating from multiple regions.
@@ -140,25 +140,25 @@ Azure Standard Load Balancer supports cross-region load balancing enabling geo-r
140140
* Ability to [scale up/down](#ability-to-scale-updown-behind-a-single-endpoint) behind a single endpoint.
141141
* Static anycast global IP address
142142
* [Client IP preservation](#client-ip-preservation)
143-
* [Build on existing load balancer](#build-cross-region-solution-on-existing-azure-load-balancer) solution with no learning curve
143+
* [Build on existing load balancer](#build-global-solution-on-existing-azure-load-balancer) solution with no learning curve
144144

145-
The frontend IP configuration of your cross-region load balancer is static and advertised across [most Azure regions](#participating-regions).
145+
The frontend IP configuration of your global load balancer is static and advertised across [most Azure regions](#participating-regions).
146146

147-
:::image type="content" source="../load-balancer/media/cross-region-overview/cross-region-load-balancer.png" alt-text="Diagram of cross-region load balancer." border="true":::
147+
:::image type="content" source="../load-balancer/media/cross-region-overview/cross-region-load-balancer.png" alt-text="Diagram of global load balancer." border="true":::
148148

149149
> [!NOTE]
150-
> The backend port of your load 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.
150+
> The backend port of your load balancing rule on global load balancer should match the frontend port of the load balancing rule/inbound nat rule on regional standard load balancer.
151151
152152
### Disaster recovery in multi-region geography
153153

154154

155155
#### Regional redundancy
156156

157-
Configure regional redundancy by seamlessly linking a cross-region load balancer to your existing regional load balancers.
157+
Configure regional redundancy by seamlessly linking a global load balancer to your existing regional load balancers.
158158

159-
If one region fails, the traffic is routed to the next closest healthy regional load balancer.
159+
If one region fails, the traffic is routed to the next closest healthy regional load balancer.
160160

161-
The health probe of the cross-region load balancer gathers information about availability of each regional load balancer every 5 seconds. If one regional load balancer drops its availability to 0, cross-region load balancer detects the failure. The regional load balancer is then taken out of rotation.
161+
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.
162162

163163
:::image type="content" source="../load-balancer/media/cross-region-overview/global-region-view.png" alt-text="Diagram of global region traffic view." border="true":::
164164

@@ -169,50 +169,50 @@ The geo-proximity load-balancing algorithm is based on the geographic location o
169169

170170
Traffic started from a client hits the closest participating region and travel through the Microsoft global network backbone to arrive at the closest regional deployment.
171171

172-
For example, you have a cross-region load balancer with standard load balancers in Azure regions:
172+
For example, you have a global load balancer with standard load balancers in Azure regions:
173173

174174
* West US
175175
* North Europe
176176

177177
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.
178178

179-
Azure cross-region load balancer uses geo-proximity load-balancing algorithm for the routing decision.
179+
Azure global load balancer uses geo-proximity load-balancing algorithm for the routing decision.
180180

181-
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.
181+
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.
182182

183183
For more information, see [Configure the distribution mode for Azure Load Balancer](../load-balancer/load-balancer-distribution-mode.md).
184184

185185
Egress traffic follows the routing preference set on the regional load balancers.
186186

187187
### Ability to scale up/down behind a single endpoint
188188

189-
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 interruption.
189+
When you expose the global endpoint of a global load balancer to customers, you can add or remove regional deployments behind the global endpoint without interruption.
190190

191191
#### Static anycast global IP address
192192

193-
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)
193+
Global 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)
194194

195195
#### Client IP Preservation
196196

197-
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.
197+
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.
198198

199199
#### Floating IP
200200

201201
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/load-balancer-multivip-overview.md)
202202

203-
It is important to note that floating IP configured on the Azure cross-region Load Balancer operates independently of floating IP configurations on backend regional load balancers. If floating IP is enabled on the cross-region load balancer, the appropriate loopback interface needs to be added to the backend VMs.
203+
It's important to note that floating IP configured on the Azure global Load Balancer operates independently of floating IP configurations on backend regional load balancers. If floating IP is enabled on the global load balancer, the appropriate loopback interface needs to be added to the backend VMs.
204204

205205
#### Health Probes
206206

207-
Azure cross-region Load Balancer utilizes the health of the backend regional load balancers when deciding where to distribute traffic to. Health checks by cross-region load balancer are done automatically every 5 seconds, given that a user has set up health probes on their regional load balancer.
207+
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 a user configures health probes on their regional load balancer.
208208

209209
## Build cross region solution on existing Azure Load Balancer
210210

211-
The backend pool of cross-region load balancer contains one or more regional load balancers.
211+
The backend pool of global load balancer contains one or more regional load balancers.
212212

213-
Add your existing load balancer deployments to a cross-region load balancer for a highly available, cross-region deployment.
213+
Add your existing load balancer deployments to a global load balancer for a highly available, global deployment.
214214

215-
**Home region** is where the cross-region load balancer or Public IP Address of Global tier is deployed.
215+
**Home region** is where the global load balancer or Public IP Address of Global tier is deployed.
216216
This region doesn't affect how the traffic is routed. If a home region goes down, traffic flow is unaffected.
217217

218218
### Home regions
@@ -227,13 +227,13 @@ This region doesn't affect how the traffic is routed. If a home region goes down
227227
* West US
228228

229229
> [!NOTE]
230-
> You can only deploy your cross-region load balancer or Public IP in Global tier in one of the listed Home regions.
230+
> You can only deploy your global load balancer or Public IP in Global tier in one of the listed Home regions.
231231
232-
A **participating region** is where the Global public IP of the load balancer is being advertised.
232+
A **participating region** is where the global public IP of the load balancer is being advertised.
233233

234234
Traffic started by the user travels to the closest participating region through the Microsoft core network.
235235

236-
Cross-region load balancer routes the traffic to the appropriate regional load balancer.
236+
Global load balancer routes the traffic to the appropriate regional load balancer.
237237

238238
:::image type="content" source="../load-balancer/media/cross-region-overview/multiple-region-global-traffic.png" alt-text="Diagram of multiple region global traffic.":::
239239

@@ -262,27 +262,27 @@ Cross-region load balancer routes the traffic to the appropriate regional load b
262262
* West US 2
263263

264264
> [!NOTE]
265-
> The backend regional load balancers can be deployed in any publicly available Azure Region and is not limited to just participating regions.
265+
> The backend regional load balancers can be deployed in any publicly available Azure Region and isn't limited to just participating regions.
266266
267267
## Limitations
268268

269-
* Cross-region frontend IP configurations are public only. An internal frontend is currently not supported.
269+
* Global frontend IP configurations are public only. An internal frontend is currently not supported.
270270

271-
* Private or internal load balancer can't be added to the backend pool of a cross-region load balancer
271+
* Private or internal load balancer can't be added to the backend pool of a global load balancer
272272

273273
* NAT64 translation isn't supported at this time. The frontend and backend IPs must be of the same type (v4 or v6).
274274

275-
* UDP traffic isn't supported on Cross-region Load Balancer for IPv6.
275+
* UDP traffic isn't supported on a global Load Balancer for IPv6.
276276

277-
* UDP traffic on port 3 isn't supported on Cross-Region Load Balancer
277+
* UDP traffic on port 3 isn't supported on a global Load Balancer
278278

279-
* Outbound rules aren't supported on Cross-region Load Balancer. For outbound connections, utilize [outbound rules](../load-balancer/outbound-rules.md) on the regional load balancer or [NAT gateway](../nat-gateway/nat-overview.md).
279+
* Outbound rules aren't supported on a global Load Balancer. For outbound connections, utilize [outbound rules](../load-balancer/outbound-rules.md) on the regional load balancer or [NAT gateway](../nat-gateway/nat-overview.md).
280280

281281
## Pricing and SLA
282-
Cross-region load balancer shares the [SLA](https://azure.microsoft.com/support/legal/sla/load-balancer/v1_0/) of standard load balancer.
282+
Global load balancer shares the [SLA](https://azure.microsoft.com/support/legal/sla/load-balancer/v1_0/) of standard load balancer.
283283

284284
## Next steps
285285
- [Reliability in Azure](/azure/reliability/availability-zones-overview)
286-
- See [Tutorial: Create a cross-region load balancer using the Azure portal](../load-balancer/tutorial-cross-region-portal.md) to create a cross-region load balancer.
287-
- Learn more about [cross-region load balancer](https://www.youtube.com/watch?v=3awUwUIv950).
286+
- See [Tutorial: Create a global load balancer using the Azure portal](../load-balancer/tutorial-cross-region-portal.md) to create a global load balancer.
287+
- Learn more about [global load balancer](https://www.youtube.com/watch?v=3awUwUIv950) in this video.
288288
- Learn more about [Azure Load Balancer](../load-balancer/load-balancer-overview.md).

0 commit comments

Comments
 (0)