Skip to content

Commit 5267ad4

Browse files
authored
Merge pull request #49961 from KumudD/ghissue13485
Fixed capitalization
2 parents a40da41 + d35ca3e commit 5267ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Load Balancer provides the following fundamental capabilities for TCP and UDP ap
5757

5858
By default, Load Balancer uses a 5-tuple hash composed of source IP address, source port, destination IP address, destination port, and IP protocol number to map flows to available servers. You can choose to create affinity to a specific source IP address by opting into a 2- or 3-tuple hash for a given rule. All packets of the same packet flow arrive on the same instance behind the load-balanced front end. When the client initiates a new flow from the same source IP, the source port changes. As a result, the 5-tuple might cause the traffic to go to a different backend endpoint.
5959

60-
For more information, see [Load balancer distribution mode](load-balancer-distribution-mode.md). The following image displays the hash-based distribution:
60+
For more information, see [Load Balancer distribution mode](load-balancer-distribution-mode.md). The following image displays the hash-based distribution:
6161

6262
![Hash-based distribution](./media/load-balancer-overview/load-balancer-distribution.png)
6363

0 commit comments

Comments
 (0)