Skip to content

Commit 142f676

Browse files
authored
Merge pull request #263852 from mbender-ms/lb-ado198515
load balancer - freshnes - load-balancer-distribution-mode.md
2 parents 967515a + 12552a4 commit 142f676

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: load-balancer
88
ms.topic: how-to
99
ms.custom: seodec18, template-how-to, devx-track-azurecli
1010
ms.workload: infrastructure-services
11-
ms.date: 12/05/2022
11+
ms.date: 01/22/2024
1212
ms.author: mbender
1313
---
1414

@@ -39,9 +39,9 @@ You can change the configuration of the distribution mode by modifying the load-
3939

4040
The following options are available:
4141

42-
* **None (hash-based)** - Specifies that successive requests from the same client may be handled by any virtual machine.
43-
* **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.
44-
* **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.
42+
* **None (hash-based)** - Specifies that successive requests from the same client can be handled by any virtual machine.
43+
* **Client IP (two-tuple: source IP and destination IP)** - Specifies that successive requests from the same client IP address are handled by the same virtual machine.
44+
* **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 are handled by the same virtual machine.
4545

4646
5. Choose the distribution mode and then select **Save**.
4747

487 Bytes
Loading

0 commit comments

Comments
 (0)