Skip to content

Commit 19b231b

Browse files
authored
Update concepts-limitations.md
1 parent 6e69a09 commit 19b231b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/load-balancer/concepts-limitations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Basic Load Balancer does not support Outbound Rules.
5353

5454
Load Balancer provides the following fundamental capabilities for TCP and UDP applications:
5555

56-
* **Load-balancing algorithm**: With Azure Load Balancer, you can create a load-balancing rule to distribute traffic that arrives at the frontend to backend pool instances. Load Balancer uses a hashing algorithm for distribution of inbound flows and rewrites the headers of flows to backend pool instances. A server is available to receive new flows when a health probe indicates a healthy back-end endpoint.
56+
* **Load-balancing algorithm**: With Azure Load Balancer, you can create a load-balancing rule to distribute traffic that arrives at the frontend to backend pool instances. Load Balancer uses a hashing algorithm for distribution of inbound flows (not bytes) and rewrites the headers of flows to backend pool instances. A server is available to receive new flows when a health probe indicates a healthy back-end endpoint.
5757
By default, Load Balancer uses a 5-tuple hash.
5858

5959
The hash includes:
@@ -206,4 +206,4 @@ For more information, see [Load balancer limits](https://docs.microsoft.com/azur
206206
- Learn about [TCP Reset on Idle](load-balancer-tcp-reset.md).
207207
- Learn about [Standard Load Balancer with HA Ports load balancing rules](load-balancer-ha-ports-overview.md).
208208
- Learn about using [Load Balancer with Multiple Frontends](load-balancer-multivip-overview.md).
209-
- Learn more about [Network Security Groups](../virtual-network/security-overview.md).
209+
- Learn more about [Network Security Groups](../virtual-network/security-overview.md).

0 commit comments

Comments
 (0)