Skip to content

Commit c9f5bbc

Browse files
author
michael.bender
committed
updated Load balancing reference per issue
1 parent ec110c8 commit c9f5bbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/load-balancer/load-balancer-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ description: Overview of Azure Load Balancer features, architecture, and impleme
55
services: load-balancer
66
author: mbender-ms
77
ms.service: load-balancer
8-
# Customer intent: As an IT administrator, I want to learn more about the Azure Load Balancer service and what I can use it for.
98
ms.topic: overview
109
ms.workload: infrastructure-services
1110
ms.date: 11/30/2022
1211
ms.author: mbender
1312
ms.custom: template-overview, engagement-fy23
13+
# Customer intent: As an IT administrator, I want to learn more about the Azure Load Balancer service and what I can use it for.
1414
---
1515

1616
# What is Azure Load Balancer?
1717

18-
*Load balancing* refers to evenly distributing load (incoming network traffic) across a group of backend resources or servers.
18+
*Load balancing* refers to efficiently distributing incoming network traffic across a group of backend servers or resources.
1919

2020
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.
2121

0 commit comments

Comments
 (0)