|
1 | 1 |
|
2 | 2 |
|
3 | | -**Azure Load Balancer** operates at layer 4 of the Open Systems Interconnection (OSI) model. It's the single point of contact for clients. Azure Load Balancer distributes inbound flows that arrive at the load balancer's front end to backend pool instances. These flows are according to configured load-balancing rules and health probes. The backend pool instances can be Azure Virtual Machines or instances in a virtual machine scale set. |
| 3 | +[**Azure Load Balancer**](/azure/load-balancer/load-balancer-overview) operates at layer 4 of the Open Systems Interconnection (OSI) model. It's the single point of contact for clients. Azure Load Balancer distributes inbound flows that arrive at the load balancer's front end to backend pool instances. These flows are according to configured load-balancing rules and health probes. The backend pool instances can be Azure Virtual Machines or instances in a virtual machine scale set. |
4 | 4 |
|
5 | 5 | This video reviews how to select a load balancer type. |
6 | 6 |
|
@@ -43,22 +43,20 @@ Load Balancers can also use a "no-zone" frontend. In these scenarios, a public l |
43 | 43 |
|
44 | 44 | ## Selecting an Azure load balancer SKU |
45 | 45 |
|
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. |
47 | 47 |
|
48 | 48 | > [!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). |
50 | 50 |
|
51 | | -| **Features** | **Standard Load Balancer** | **Basic Load Balancer** | |
| 51 | +| **Features** | **Standard Load Balancer** | **Gateway Load Balancer** | |
52 | 52 | | --- | --- | ---| |
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 | + |
61 | 59 |
|
62 | 60 |
|
63 | 61 | > [!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