Skip to content

Commit 53dccfc

Browse files
committed
Review Fixes
1 parent 2dee0ec commit 53dccfc

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

articles/load-balancer/load-balancer-multivip-overview.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,10 @@ Azure Load Balancer provides flexibility in defining the load balancing rules. A
3737
1. The default rule with no backend port reuse.
3838
2. The Floating IP rule where backend ports are reused.
3939

40-
Azure Load Balancer allows you to mix both rule types on the same load balancer configuration. The load balancer can use them simultaneously for a given VM, or any combination, if you abide by the constraints of the rule. The rule type you choose depends on the requirements of your application and the complexity of supporting that configuration. You should evaluate which rule types are best for your scenario. We'll explore these scenarios further by starting with the default behavior. We explore these scenarios further by starting with the default behavior.
40+
Azure Load Balancer allows you to mix both rule types on the same load balancer configuration. The load balancer can use them simultaneously for a given VM, or any combination, if you abide by the constraints of the rule. The rule type you choose depends on the requirements of your application and the complexity of supporting that configuration. You should evaluate which rule types are best for your scenario. We'll explore these scenarios further by starting with the default behavior.
4141

4242
## Rule type #1: No backend port reuse
43-
44-
![Multiple frontend illustration with green and purple frontend](./media/load-balancer-multivip-overview/load-balancer-multivip.png)
43+
:::image type="content" source="media/load-balancer-multivip-overview/load-balancer-multivip.png" alt-text="Diagram of Load Balancer traffice with no backend port reuse.":::
4544

4645
In this scenario, the frontends are configured as follows:
4746

@@ -80,9 +79,7 @@ If you want to reuse the backend port across multiple rules, you must enable Flo
8079

8180
With the default rule type, Azure exposes a traditional load balancing IP address mapping scheme for ease of use. Enabling Floating IP changes the IP address mapping scheme to allow for more flexibility as explained below.
8281

83-
The following diagram illustrates floating IP configuration:
84-
85-
![Multiple frontend illustration with green and purple frontend with DSR](./media/load-balancer-multivip-overview/load-balancer-multivip-dsr.png)
82+
:::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.":::
8683

8784
For this scenario, every VM in the backend pool has three network interfaces:
8885

0 commit comments

Comments
 (0)