Skip to content

Commit 59320b0

Browse files
Merge pull request #247868 from mahipdeora/main
updates
2 parents 11fc5c6 + 2f7c034 commit 59320b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ az vm create \
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.
225225
* 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.
226226
* 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.
227-
* If backend pools are constantly changing (due to the constant addition or removal of backend resources), there is a chance that existing connections may get rehashed. During this process, the backend resource may send a reset signal to the source. A workaround is to utilize retries to avoid the reset signal.
227+
* If backend pools are constantly changing (due to the constant addition or removal of backend resources). This may cause reset signals sent back to the source from the backend resource. As a workaround, you can use retries.
228228

229229
>[!Important]
230230
> 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)