Skip to content

Commit 7311e37

Browse files
Merge pull request #268199 from thisisanniefang/patch-67
Update load-balancer-ha-ports-overview.md
2 parents 2171c90 + 8064968 commit 7311e37

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

articles/load-balancer/load-balancer-ha-ports-overview.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,19 @@ To configure more than one HA port frontend for the same backend pool, use the f
8181

8282
You can configure **one** public standard load balancer resource for the backend resources with a single internal standard load balancer with HA ports.
8383

84+
## Flow symmetry
85+
86+
Flow symmetry is only supported in the architecture described in the above diagram, for the following configurations:
87+
88+
- When the load balancer backend pool contains instances that only have one NIC and one IP configuration each
89+
90+
- When the load balancer backend pool contains instances that have multiple NICs with only one IP configuration on each NIC
91+
92+
- Dual-stack scenarios, where each backend instance only has one NIC and only one IPv4 and IPv6 configuration on each NIC. Please note that flow symmetry is only guaranteed for IPv4 and IPv6 flows independently, as these IP configurations would be configured with two separate backend pools and frontend IP configurations, respectively.
93+
94+
Flow symmetry isn't guaranteed in any scenarios that involve two or more load balancer components, such as across two different load balancers, multiple backend pools, or multiple frontend IP configurations. Since traffic is distributed based on load balancing rules, which make independent decisions and aren't coordinated, flow symmetry cannot be guaranteed in such scenarios. As a result, flow symmetry isn't supported when placing NVAs between a public and internal load balancer. If you need flow symmetry in such scenarios, consider leveraging [Gateway Load Balancer](gateway-overview.md) instead.
95+
96+
8497
## Limitations
8598

8699
- HA ports load-balancing rules are available only for an internal standard load balancer.
@@ -89,7 +102,6 @@ You can configure **one** public standard load balancer resource for the backend
89102

90103
- IP fragmenting isn't supported.
91104

92-
- Flow symmetry for NVA scenarios with a backend instance and a single IP/single NIC configuration is supported only when used as shown in the diagram above. Flow symmetry isn't provided in any other scenario. Two or more load balancer resources and their rules make independent decisions and aren't coordinated. Flow symmetry isn't available with the use of multiple IP configurations. Flow symmetry isn't available when placing the NVA between a public and internal load balancer. We recommend the use of a single IP/single NIC configuration referenced in the architecture above.
93105

94106
## Next steps
95107

0 commit comments

Comments
 (0)