Skip to content

Commit aeca942

Browse files
Merge pull request #278451 from aimee-littleton/patch-203
Update load-balancer-faqs.yml
2 parents 1f3b69a + 01cd6f4 commit aeca942

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/load-balancer/load-balancer-faqs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ sections:
113113
Standard load balancer and standard public IP introduce abilities and different behaviors to outbound connectivity. They aren't the same as basic SKUs. If you want outbound connectivity with standard SKUs, you must explicitly define it either with standard public IP addresses or a standard public load balancer. Standard internal load balancer must have outbound connectivity defined. It's recommended you always use outbound rules on a standard public load balancer. When an internal standard load balancer is used, you must take steps to create outbound connectivity for the VMs in the backend pool if outbound connectivity is desired. In the context of outbound connectivity, a single standalone VM, all the VMs in an Availability Set, all the instances in a Virtual Machine Scale Set behave as a group. If a single VM in an Availability Set is associated with a standard SKU, all VM instances within this Availability Set now behave by the same rules as if they're associated with standard SKU even if an individual instance isn't directly associated with it. This behavior is also observed in a standalone VM with multiple network interface cards attached to a load balancer. If one NIC is added as a standalone, it has the same behavior. Review this entire document to understand the overall concepts, review [Standard Load Balancer](./load-balancer-overview.md) for differences between SKUs, and review [outbound rules](load-balancer-outbound-connections.md#outboundrules).
114114
Using outbound rules allows you fine grained control over all aspects of outbound connectivity.
115115
116+
- question: |
117+
Is it expected for one frontend IP to be used when I have multiple frontend IP addresses or a prefix on my outbound rules?
118+
answer: |
119+
Azure Load Balancer will use IPs as needed based on available ports. It will only use the next frontend IP once the connections cannot be made from the one IP.
120+
116121
- question: |
117122
How can I view the traffic from my configured health probe(s)?
118123
answer: |

0 commit comments

Comments
 (0)