Skip to content

Commit 7906bee

Browse files
Merge pull request #233501 from mbender-ms/patch-52
Load Balancer - Add limitation
2 parents 1c9e96b + 691a2b3 commit 7906bee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/load-balancer/backend-pool-management.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ az vm create \
222222
* Load balancers or services such as Application Gateway can’t be placed in the backend pool of the load balancer
223223
* Inbound NAT Rules can’t be specified by IP address
224224
* You can configure IP based and NIC based backend pools for the same load balancer. You can’t create a single backend pool that mixes backed addresses targeted by NIC and IP addresses within the same pool.
225-
* A virtual machine in the same virtual network as an internal load balancer can't access the frontend of the ILB and its backend VMs simultaneously
225+
* A virtual machine in the same virtual network as an internal load balancer can't access the frontend of the ILB and its backend VMs simultaneously.
226+
* Internet routing preference IPs are currently not supported with IP based backend pools. Any Internet routing preference IPs in IP based backend pools will be billed and routed via the default Microsoft global network.
226227

227228
>[!Important]
228229
> When a backend pool is configured by IP address, it will behave as a Basic Load Balancer with default outbound enabled. For secure by default configuration and applications with demanding outbound needs, configure the backend pool by NIC.

0 commit comments

Comments
 (0)