Skip to content

Commit 552ebc7

Browse files
Merge pull request #224548 from cburuzie/patch-30
Update load-balancer-distribution-mode.md
2 parents 860f7d9 + 1f35432 commit 552ebc7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/load-balancer/load-balancer-distribution-mode.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Azure Load Balancer supports two distribution modes for distributing traffic to
2121
* Hash-based
2222
* Source IP affinity
2323

24+
To learn more about the different distribution modes supported by Azure Load Balancer, see [Azure Load Balancer distribution modes](distribution-mode-concepts.md).
25+
2426
In this article, you learn how to configure the distribution mode for your Azure Load Balancer.
2527

2628

@@ -40,8 +42,8 @@ You can change the configuration of the distribution mode by modifying the load-
4042
The following options are available:
4143

4244
* **None (hash-based)** - Specifies that successive requests from the same client may be handled by any virtual machine.
43-
* **Client IP (source IP affinity two-tuple)** - Specifies that successive requests from the same client IP address will be handled by the same virtual machine.
44-
* **Client IP and protocol (source IP affinity three-tuple)** - Specifies that successive requests from the same client IP address and protocol combination will be handled by the same virtual machine.
45+
* **Client IP (two-tuple: source IP and destination IP)** - Specifies that successive requests from the same client IP address will be handled by the same virtual machine.
46+
* **Client IP and protocol (three-tuple: source IP, destination IP, and protocol type)** - Specifies that successive requests from the same client IP address and protocol combination will be handled by the same virtual machine.
4547

4648
5. Choose the distribution mode and then select **Save**.
4749

0 commit comments

Comments
 (0)