Skip to content

Commit 9bff9c8

Browse files
committed
edit pass: three-load-balancer-articles
1 parent aeb6c89 commit 9bff9c8

File tree

3 files changed

+121
-94
lines changed

3 files changed

+121
-94
lines changed
Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: What is Azure Load Balancer?
33
titleSuffix: Azure Load Balancer
4-
description: Overview of Azure Load Balancer features, architecture, and implementation. Learn how the Load Balancer works and how to use it in the cloud.
4+
description: Get an overview of Azure Load Balancer features, architecture, and implementation. Learn how the service works and how to use it in the cloud.
55
services: load-balancer
66
author: mbender-ms
77
ms.service: azure-load-balancer
@@ -16,70 +16,71 @@ ms.custom: template-overview, engagement-fy23
1616

1717
*Load balancing* refers to efficiently distributing incoming network traffic across a group of backend servers or resources.
1818

19-
Azure Load Balancer operates at layer 4 of the Open Systems Interconnection (OSI) model. It's the single point of contact for clients. 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.
19+
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 instances in a virtual machine scale set.
2020

21-
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.
21+
A [public load balancer](./components.md#frontend-ip-configurations) can provide outbound connections for VMs inside your virtual network. The service accomplishes these connections by translating the VMs' private IP addresses to public IP addresses. It uses public load balancers to load balance internet traffic to your VMs.
2222

23-
An **[internal (or private) load balancer](./components.md#frontend-ip-configurations)** is used in scenarios 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.
23+
Azure Load Balancer uses an [internal (or private) load balancer](./components.md#frontend-ip-configurations) in scenarios where private IPs are needed at the frontend only. The service uses internal load balancers to load balance traffic inside a virtual network. Users can access a load balancer frontend from an on-premises network in a hybrid scenario.
2424

25-
:::image type="content" source="media/load-balancer-overview/load-balancer.png" alt-text="Diagram depicts a load balancer directing traffic.":::
25+
:::image type="content" source="media/load-balancer-overview/load-balancer.png" alt-text="Diagram that depicts a load balancer directing traffic.":::
2626

27-
For more information on the individual load balancer components, see [Azure Load Balancer components](./components.md).
27+
For more information on the service's individual components, see [Azure Load Balancer components](./components.md).
2828

2929
## Why use Azure Load Balancer?
30-
With Azure Load Balancer, you can scale your applications and create highly available services.
31-
Load balancer supports both inbound and outbound scenarios. Load balancer provides low latency and high throughput, and scales up to millions of flows for all TCP and UDP applications.
3230

33-
Key scenarios that you can accomplish using Azure Standard Load Balancer include:
31+
With Azure Load Balancer, you can scale your applications and create highly available services.
3432

35-
- Load balance **[internal](./quickstart-load-balancer-standard-internal-portal.md)** and **[external](./quickstart-load-balancer-standard-public-portal.md)** traffic to Azure virtual machines.
33+
The service supports both inbound and outbound scenarios. It provides low latency and high throughput, and it scales up to millions of flows for all Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) applications.
3634

37-
- Pass-through load balancing which results in ultra-low latency.
35+
Key scenarios that you can accomplish by using Azure Standard Load Balancer include:
3836

39-
- Increase availability by distributing resources **[within](./tutorial-load-balancer-standard-public-zonal-portal.md)** and **[across](./quickstart-load-balancer-standard-public-portal.md)** zones.
37+
- Load balance [internal](./quickstart-load-balancer-standard-internal-portal.md) and [external](./quickstart-load-balancer-standard-public-portal.md) traffic to Azure virtual machines.
4038

41-
- Configure **[outbound connectivity](./load-balancer-outbound-connections.md)** for Azure virtual machines.
39+
- Use pass-through load balancing, which results in ultralow latency.
4240

43-
- Use **[health probes](./load-balancer-custom-probe-overview.md)** to monitor load-balanced resources.
41+
- Increase availability by distributing resources [within](./tutorial-load-balancer-standard-public-zonal-portal.md) and [across](./quickstart-load-balancer-standard-public-portal.md) zones.
4442

45-
- Employ **[port forwarding](./tutorial-load-balancer-port-forwarding-portal.md)** to access virtual machines in a virtual network by public IP address and port.
43+
- Configure [outbound connectivity](./load-balancer-outbound-connections.md) for Azure virtual machines.
4644

47-
- Enable support for **[load-balancing](./virtual-network-ipv4-ipv6-dual-stack-standard-load-balancer-powershell.md)** of **[IPv6](../virtual-network/ip-services/ipv6-overview.md)**.
45+
- Use [health probes](./load-balancer-custom-probe-overview.md) to monitor load-balanced resources.
4846

49-
- Standard load balancer provides multi-dimensional metrics through [Azure Monitor](/azure/azure-monitor/overview). These metrics can be filtered, grouped, and broken out for a given dimension. They provide current and historic insights into performance and health of your service. [Insights for Azure Load Balancer](./load-balancer-insights.md) offers a preconfigured dashboard with useful visualizations for these metrics. Resource Health is also supported. Review **[Standard load balancer diagnostics](load-balancer-standard-diagnostics.md)** for more details.
47+
- Employ [port forwarding](./tutorial-load-balancer-port-forwarding-portal.md) to access virtual machines in a virtual network by public IP address and port.
5048

51-
- Load balance services on **[multiple ports, multiple IP addresses, or both](./load-balancer-multivip-overview.md)**.
49+
- Enable support for [load balancing](./virtual-network-ipv4-ipv6-dual-stack-standard-load-balancer-powershell.md) of [IPv6](../virtual-network/ip-services/ipv6-overview.md).
5250

53-
- Move **[internal](./move-across-regions-internal-load-balancer-portal.md)** and **[external](./move-across-regions-external-load-balancer-portal.md)** load balancer resources across Azure regions.
51+
- Use multidimensional metrics through [Azure Monitor](/azure/azure-monitor/overview). You can filter, group, and break out these metrics for a particular dimension. They provide current and historic insights into performance and health of your service. [Insights for Azure Load Balancer](./load-balancer-insights.md) offer a preconfigured dashboard with useful visualizations for these metrics. Resource Health is also supported. For more details, review [Standard load balancer diagnostics](load-balancer-standard-diagnostics.md).
5452

55-
- Load balance TCP and UDP flow on all ports simultaneously using **[HA ports](./load-balancer-ha-ports-overview.md)**.
53+
- Load balance services on [multiple ports, multiple IP addresses, or both](./load-balancer-multivip-overview.md).
54+
55+
- Move [internal](./move-across-regions-internal-load-balancer-portal.md) and [external](./move-across-regions-external-load-balancer-portal.md) load balancer resources across Azure regions.
56+
57+
- Load balance TCP and UDP flow on all ports simultaneously by using [high-availability ports](./load-balancer-ha-ports-overview.md).
5658

5759
- Chain Standard Load Balancer and [Gateway Load Balancer](./tutorial-gateway-portal.md).
5860

59-
### <a name="securebydefault"></a>Secure by default
61+
### <a name="securebydefault"></a>Security by default
6062

61-
* Standard load balancer is built on the zero trust network security model.
63+
- Standard Load Balancer is built on the Zero Trust network security model.
6264

63-
* Standard Load Balancer is secure by default and part of your virtual network. The virtual network is a private and isolated network.
65+
- Standard Load Balancer is part of your virtual network, which is private and isolated for security.
6466

65-
* Standard load balancers and standard public IP addresses are closed to inbound connections unless opened by Network Security Groups. NSGs are used to explicitly permit allowed traffic. If you don't have an NSG on a subnet or NIC of your virtual machine resource, traffic isn't allowed to reach this resource. To learn about NSGs and how to apply them to your scenario, see [Network Security Groups](../virtual-network/network-security-groups-overview.md).
67+
- 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).
6668

67-
* Basic load balancer is open to the internet by default.
69+
- Basic Load Balancer is open to the internet by default.
6870

69-
* Load balancer doesn't store customer data.
71+
- Azure Load Balancer doesn't store customer data.
7072

7173
## Pricing and SLA
7274

73-
For standard load balancer pricing information, see [Load balancer pricing](https://azure.microsoft.com/pricing/details/load-balancer/).
74-
Basic load balancer is offered at no charge.
75-
See [SLA for load balancer](https://aka.ms/lbsla). Basic load balancer has no SLA.
75+
For Standard Load Balancer pricing information, see [Load Balancer pricing](https://azure.microsoft.com/pricing/details/load-balancer/). For service-level agreements, see the [Microsoft licensing information for online services](https://aka.ms/lbsla).
76+
77+
Basic Load Balancer is offered at no charge and has no SLA.
7678

7779
## What's new?
7880

7981
Subscribe to the RSS feed and view the latest Azure Load Balancer updates on the [Azure Updates](https://azure.microsoft.com/updates/?category=networking&query=load%20balancer) page.
8082

81-
## Next steps
83+
## Related content
8284

83-
> [!div class="nextstepaction"]
84-
> [Create a public standard load balancer](quickstart-load-balancer-standard-public-portal.md)
85-
> [Azure Load Balancer components](./components.md)
85+
- [Create a public standard load balancer](quickstart-load-balancer-standard-public-portal.md)
86+
- [Azure Load Balancer components](./components.md)

0 commit comments

Comments
 (0)