Skip to content

Commit a47a9de

Browse files
authored
Update load-balancer-faqs.yml
Added - Can I include On-premises IPs in the backend pool of Azure Load Balancer?
1 parent 5a720a1 commit a47a9de

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,12 @@ sections:
126126
- question: |
127127
Can I ping my load balancer?
128128
answer: |
129-
Yes, you can ping the frontend of your Standard Public Load Balancer. For more information, see [how to ping the frontend of your load balancer.](load-balancer-test-frontend-reachability.md)
129+
Yes, you can ping the frontend of your Standard Public Load Balancer. For more information, see [how to ping the frontend of your load balancer.](load-balancer-test-frontend-reachability.md)
130+
131+
- question: |
132+
Can I include On-premises IPs in the backend pool of Azure Load Balancer?
133+
answer: |
134+
No, Azure Load Balancer does not support the direct addition of On-premises IPs to its backend pool. The load balancer employs a platform-specific IP address (168.63.129.16) for health probes, limited to communication within Azure's virtual network. Consequently, it cannot probe resources located on-premises.
130135
131136
additionalContent: |
132137

0 commit comments

Comments
 (0)