Skip to content

Commit 79b3420

Browse files
committed
fixes
1 parent c699cd6 commit 79b3420

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/load-balancer/basic/overview.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@ ms.custom: template-overview
1111

1212
# What is Basic Azure Load Balancer?
1313

14-
Basic Azure Load Balancer is a SKU of Azure Load Balancer. A basic load balancer provides limited features and capabilities. Azure recommends a standard SKU Azure Load Balancer for production environments. For more information on a standard SKU Azure Load Balancer, see [What is Azure Load Balancer?](../load-balancer-overview.md). For more information about the Azure Load Balancer SKUs, see [SKUs](../skus.md).
14+
Basic Azure Load Balancer is a SKU of Azure Load Balancer. A basic load balancer provides limited features and capabilities. Azure recommends a standard SKU Azure Load Balancer for production environments.
15+
16+
For more information on a standard SKU Azure Load Balancer, see [What is Azure Load Balancer?](../load-balancer-overview.md).
17+
18+
For more information about the Azure Load Balancer SKUs, see [SKUs](../skus.md).
1519

1620
## Load balancer types
1721

1822
An Azure Load Balancer is available in two types:
1923

20-
A **[public load balancer](../components.md#frontend-ip-configurations)** can provide outbound connections for virtual machines (VMs) inside your virtual network. These connections are accomplished by translating their private IP addresses to public IP addresses. Public Load Balancers are used to load balance internet traffic to your VMs.
24+
A **[public load balancer](../components.md#frontend-ip-configurations)** can provide outbound connections for virtual machines (VMs) inside your virtual network. These connections are accomplished by translating their private IP addresses to public IP addresses. Public load balancers are used to load balance internet traffic to your VMs.
2125

2226
An **[internal (or private) load balancer](../components.md#frontend-ip-configurations)** is used where private IPs are needed at the frontend only. Internal load balancers are used to load balance traffic inside a virtual network. A load balancer frontend can be accessed from an on-premises network in a hybrid scenario.
2327

0 commit comments

Comments
 (0)