Skip to content

Commit 993421a

Browse files
committed
Freshness update of article
1 parent 1b274dd commit 993421a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/load-balancer/load-balancer-arm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 11/19/2019
1313
ms.author: allensu
1414
---
1515

16-
# Azure Resource Manager Support with Azure Load Balancer
16+
# Azure Resource Manager support with Azure Load Balancer
1717

1818

1919

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configure Azure Load Balancer distribution mode
33
titlesuffix: Azure Load Balancer
4-
description: How to configure the distribution mode for Azure Load Balancer to support source IP affinity.
4+
description: In this article, get started configuring the distribution mode for Azure Load Balancer to support source IP affinity.
55
services: load-balancer
66
documentationcenter: na
77
author: asudbring
@@ -11,7 +11,7 @@ ms.topic: article
1111
ms.custom: seodec18
1212
ms.tgt_pltfrm: na
1313
ms.workload: infrastructure-services
14-
ms.date: 09/25/2017
14+
ms.date: 11/19/2019
1515
ms.author: allensu
1616
---
1717

@@ -27,7 +27,7 @@ The default distribution mode for Azure Load Balancer is a 5-tuple hash. The tup
2727

2828
## Source IP affinity mode
2929

30-
Load Balancer can also be configured by using the source IP affinity distribution mode. This distribution mode is also known as session affinity or client IP affinity. The mode uses a 2-tuple (source IP and destination IP) or 3-tuple (source IP, destination IP, and protocol type) hash to map traffic to the available servers. By using source IP affinity, connections that are started from the same client computer go to the same DIP endpoint.
30+
The load balancer can also be configured by using the source IP affinity distribution mode. This distribution mode is also known as session affinity or client IP affinity. The mode uses a 2-tuple (source IP and destination IP) or 3-tuple (source IP, destination IP, and protocol type) hash to map traffic to the available servers. By using source IP affinity, connections that are started from the same client computer go to the same DIP endpoint.
3131

3232
The following figure illustrates a 2-tuple configuration. Notice how the 2-tuple runs through the load balancer to virtual machine 1 (VM1). VM1 is then backed up by VM2 and VM3.
3333

0 commit comments

Comments
 (0)