Skip to content

Commit 2fc7302

Browse files
Merge pull request #294937 from mbender-ms/patch-90422
Update load-balancer-overview.md
2 parents 904b1bd + f053b08 commit 2fc7302

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@ services: load-balancer
66
author: mbender-ms
77
ms.service: azure-load-balancer
88
ms.topic: overview
9-
ms.date: 06/18/2024
9+
ms.date: 02/19/2024
1010
ms.author: mbender
1111
ms.custom: template-overview, engagement-fy23
1212
# Customer intent: As an IT administrator, I want to learn more about the Azure Load Balancer service and what I can use it for.
1313
---
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.
@@ -26,6 +29,8 @@ Alternatively, an [internal (or private) load balancer](./components.md#frontend
2629

2730
For more information on the service's individual components, see [Azure Load Balancer components](./components.md).
2831

32+
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. For more information, see [Azure Load Balancer SKUs](skus.md).
33+
2934
## Why use Azure Load Balancer?
3035

3136
With Azure Load Balancer, you can scale your applications and create highly available services.
@@ -62,21 +67,21 @@ Key scenarios that you can accomplish by using Azure Standard Load Balancer incl
6267

6368
### <a name="securebydefault"></a>Security by default
6469

65-
- [Standard Load Balancer](https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/load-balancer/skus.md) is built on the Zero Trust network security model.
70+
- Standard Load Balancer is built on the Zero Trust network security model.
6671

67-
- [Standard Load Balancer](https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/load-balancer/skus.md) is part of your virtual network, which is private and isolated for security.
72+
- Standard Load Balancer is part of your virtual network, which is private and isolated for security.
6873

6974
- Standard load balancers and standard public IP addresses are closed to inbound connections, unless network security groups (NSGs) open them. You use NSGs to explicitly permit allowed traffic. If you don't have an NSG on a subnet or network interface card (NIC) of your virtual machine resource, traffic isn't allowed to reach the resource. To learn about NSGs and how to apply them to your scenario, see [Network security groups](../virtual-network/network-security-groups-overview.md).
7075

71-
- [Basic Load Balancer](https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/load-balancer/skus.md) is open to the internet by default.
76+
- Basic Load Balancer is open to the internet by default.
7277

7378
- Azure Load Balancer doesn't store customer data.
7479

7580
## Pricing and SLA
7681

7782
For [Standard Load Balancer](https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/load-balancer/skus.md) pricing information, see [Load Balancer pricing](https://azure.microsoft.com/pricing/details/load-balancer/). For service-level agreements (SLAs), see the [Microsoft licensing information for online services](https://aka.ms/lbsla).
7883

79-
Basic Load Balancer is offered at no charge and has no SLA.
84+
Basic Load Balancer is offered at no charge and has no SLA. Also, it will be retired on September 30, 2025.
8085

8186
## What's new?
8287

0 commit comments

Comments
 (0)