Skip to content

Commit b1bdd5b

Browse files
authored
Update components.md
The following two facts haven't been mentioned anywhere in the documentation. They are among questions asked in Azure certification exam. "VMs do not need a public IP address in order to be attached to backend pool of a public load balancer. Also, you can attach VMs to the backend pool of a load balancer even if they are in a stopped state. "
1 parent f9eec46 commit b1bdd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/load-balancer/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The group of virtual machines or instances in a virtual machine scale set that i
3939

4040
Load balancer instantly reconfigures itself via automatic reconfiguration when you scale instances up or down. Adding or removing VMs from the backend pool reconfigures the load balancer without other operations. The scope of the backend pool is any virtual machine in a single virtual network.
4141

42-
Backend pools support addition of instances via [network interface or IP addresses](backend-pool-management.md).
42+
Backend pools support addition of instances via [network interface or IP addresses](backend-pool-management.md). VMs do not need a public IP address in order to be attached to backend pool of a public load balancer. Also, you can attach VMs to the backend pool of a load balancer even if they are in a stopped state.
4343

4444
When considering how to design your backend pool, design for the least number of individual backend pool resources to optimize the length of management operations. There's no difference in data plane performance or scale.
4545

0 commit comments

Comments
 (0)