You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl-azure/load-balancing-non-https-traffic-azure/includes/3-design-implement-azure-load-balancer-using-azure-portal.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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).
| 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. |
| 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 |
0 commit comments