Skip to content

Commit 56fb6fd

Browse files
author
Michael Bender
committed
removed orphaned images
1 parent 8c6aee5 commit 56fb6fd

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: mbender-ms
55
ms.author: mbender
66
ms.service: azure-load-balancer
77
ms.topic: conceptual
8-
ms.date: 06/26/2024
8+
ms.date: 09/25/2024
99
ms.custom: template-concept
1010
#Customer intent: As a administrator, I want to learn about the different distribution modes of Azure Load Balancer so that I can configure the distribution mode for my application.
1111
---
@@ -35,11 +35,10 @@ The five-tuple consists of:
3535
* **Protocol type**
3636

3737
The hash is used to route traffic to healthy backend instances within the backend pool. The algorithm provides stickiness only within a transport session. When the client starts a new session from the same source IP, the source port changes and causes the traffic to go to a different backend instance.
38-
In order to configure hash based distribution, you must select session persistence to be **None** in the Azure portal. This specifies that successive requests from the same client can be handled by any virtual machine.
3938

40-
![Hash-based distribution](./media/load-balancer-overview/load-balancer-distribution.png)
39+
In order to configure hash based distribution, you must select session persistence to be **None** in the Azure portal. This specifies that successive requests from the same client can be handled by any virtual machine.
4140

42-
*Figure: Default five-tuple hash based distribution*
41+
:::image type="content" source="media/load-balancer-overview/load-balancer-distribution.png" alt-text="Diagram illustrating the default five-tuple hash based distribution mode with virtual machines.":::
4342

4443

4544
## Session persistence

articles/load-balancer/load-balancer-floating-ip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In the diagrams, you see how IP address mapping works before and after enabling
3030

3131
You configure Floating IP on a Load Balancer rule via the Azure portal, REST API, CLI, PowerShell, or other client. In addition to the rule configuration, you must also configure your virtual machine's Guest OS in order to use Floating IP.
3232

33-
:::image type="content" source="media/load-balancer-multivip-overview/load-balancer-multivip-dsr.png" alt-text="Diagram of load balancer traffic for multiple frontend IPs with floating IP.":::
33+
:::image type="content" source="media/load-balancer-floating-ip/load-balancer-multivip-dsr.png" alt-text="Diagram of load balancer traffic for multiple frontend IPs with floating IP.":::
3434

3535
For this scenario, every VM in the backend pool has three network interfaces:
3636

articles/load-balancer/load-balancer-standard-virtual-machine-scale-sets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ When Virtual Machine Scale Sets with [public IPs per instance](/azure/virtual-ma
3232

3333
To create an outbound rule for a backend pool that's already referenced by a load-balancing rule, select **No** under **Create implicit outbound rules** in the Azure portal when the inbound load-balancing rule is created.
3434

35-
:::image type="content" source="./media/vm-scale-sets/load-balancer-and-vm-scale-sets.png" alt-text="Screenshot that shows load-balancing rule creation." border="true":::
35+
:::image type="content" source="./media/load-balancer-standard-virtual-machine-scale-sets/load-balancer-and-vm-scale-sets.png" alt-text="Screenshot that shows load-balancing rule creation." border="true":::
3636

3737
Use the following methods to deploy a Virtual Machine Scale Sets with an existing instance of Load Balancer:
3838

9.68 KB
Loading
12.1 KB
Loading
Loading

0 commit comments

Comments
 (0)