Skip to content

Commit 46df0f0

Browse files
authored
Update load-balancer-overview.md
1 parent cb008bb commit 46df0f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ ms.custom: template-overview, engagement-fy23
1414

1515
# What is Azure Load Balancer?
1616

17+
>[!Important]
18+
>On September 30, 2025, Basic Load Balancer will be retired. For more information, see the [official announcement](https://azure.microsoft.com/updates/azure-basic-load-balancer-will-be-retired-on-30-september-2025-upgrade-to-standard-load-balancer/). If you are currently using Basic Load Balancer, make sure to upgrade to Standard Load Balancer prior to the retirement date. For guidance on upgrading, visit [Upgrading from Basic Load Balancer - Guidance](load-balancer-basic-upgrade-guidance.md).
19+
1720
*Load balancing* refers to efficiently distributing incoming network traffic across a group of backend servers or resources.
1821

1922
Azure Load Balancer operates at layer 4 of the Open Systems Interconnection (OSI) model. It's the single point of contact for clients. The service distributes inbound flows that arrive at the load balancer's frontend to backend pool instances. These flows are distributed according to configured load-balancing rules and health probes. The backend pool instances can be Azure virtual machines (VMs) or virtual machine scale sets.
@@ -24,6 +27,8 @@ Alternatively, an [internal (or private) load balancer](./components.md#frontend
2427

2528
:::image type="content" source="media/load-balancer-overview/load-balancer.png" alt-text="Diagram that depicts a load balancer directing traffic.":::
2629

30+
Azure Load Balancer has three stock-keeping units (SKUs) - Basic, Standard, and Gateway. Each SKU is catered towards a specific scenario and has differences in scale, features, and pricing.
31+
2732
For more information on the service's individual components, see [Azure Load Balancer components](./components.md).
2833

2934
## Why use Azure Load Balancer?

0 commit comments

Comments
 (0)