Skip to content

Commit 79372c5

Browse files
authored
Revise load balancer SKU details and retirement notice
Updated the load balancer SKU section to reflect the retirement of the Basic Load Balancer and added details about the Gateway Load Balancer.
1 parent 0991521 commit 79372c5

1 file changed

Lines changed: 10 additions & 12 deletions

File tree

learn-pr/wwl-azure/load-balancing-non-https-traffic-azure/includes/3-design-implement-azure-load-balancer-using-azure-portal.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,20 @@ Load Balancers can also use a "no-zone" frontend. In these scenarios, a public l
4343

4444
## Selecting an Azure load balancer SKU
4545

46-
There are several [load balancer SKUs](/azure/load-balancer/skus): Basic, Standard, and Gateway. These SKUs differ in terms of their scenario scope and scale, features, and cost. The [Gateway Load Balancer SKU](/azure/load-balancer/gateway-overview) is for high performance and high availability scenarios with Network Virtual Appliances (NVAs). This table compares the Standard and Basic Load Balancer.
46+
There are two [load balancer SKUs](/azure/load-balancer/skus): Standard, and Gateway. These SKUs differ in terms of their scenario scope and scale, features, and cost.
4747

4848
> [!IMPORTANT]
49-
> On September 30, 2025, Basic Load Balancer will be retired.
49+
> On September 30, 2025, the Basic Load Balancer was retired. The Basic Load Balancer is no longer available for new deployments. Existing Basic Load Balancer resources should be [upgraded to Standard Load Balancer](/azure/load-balancer/load-balancer-basic-upgrade-guidance).
5050
51-
| **Features** | **Standard Load Balancer** | **Basic Load Balancer** |
51+
| **Features** | **Standard Load Balancer** | **Gateway Load Balancer** |
5252
| --- | --- | ---|
53-
| Backend pool size | Supports up to 1,000 instances. | Supports up to 300 instances. |
54-
| Backend pool endpoints |Any virtual machines or virtual machine scale sets in a single virtual network. | Virtual machines in a single availability set or virtual machine scale set. |
55-
| Health probes | TCP, HTTP, HTTPS | TCP, HTTP |
56-
| Health probe down behavior | TCP connections stay alive on an instance probe down and on all probes down. | TCP connections stay alive on an instance probe down. All TCP connections end when all probes are down. |
57-
| Availability Zones | Zone-redundant and zonal frontends for inbound and outbound traffic. | Not available. |
58-
| Diagnostics | Azure Monitor multi-dimensional metrics. | [Azure Monitor logs](/azure/load-balancer/load-balancer-monitor-log) |
59-
| Secure by default | Closed to inbound flows unless allowed by a network security group. Internal traffic from the virtual network to the internal load balancer is allowed. | Open by default. Network security group optional. |
60-
| Multiple front ends | Inbound and outbound | Inbound only |
53+
| Primary use case | General-purpose load balancing for web applications and services | High performance and high availability scenarios with Network Virtual Appliances (NVAs) |
54+
| Backend pool size | Supports up to 1,000 instances | Supports up to 1,000 instances |
55+
| Backend pool endpoints | Any virtual machines or virtual machine scale sets in a single virtual network. | Network Virtual Appliances (NVAs) in a single virtual network |
56+
| Traffic inspection | No built-in traffic inspection | Enables transparent traffic inspection and filtering through NVAs |
57+
| Cross-region connectivity | Regional load balancing | Regional load balancing with NVA integration |
58+
6159

6260

6361
> [!TIP]
64-
> Learn more about the Load Balancer check out the [Introduction to Azure Load Balancer](/training/modules/intro-to-azure-load-balancer/) module.
62+
> Learn more about the Load Balancer check out the [Introduction to Azure Load Balancer](/training/modules/intro-to-azure-load-balancer/) module.

0 commit comments

Comments
 (0)