Skip to content

Commit 7c9b047

Browse files
authored
Merge pull request #102864 from asudbring/lbbugfix
Fixed wrong number in comparison table
2 parents 39894d0 + 7635a84 commit 7c9b047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/load-balancer-comparison-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
| | Standard SKU | Basic SKU |
1414
| --- | --- | --- |
15-
| Backend pool size | Supports up to 1000 instances. | Supports up to 100 instances. |
15+
| Backend pool size | Supports up to 1000 instances. | Supports up to 300 instances. |
1616
| Backend pool endpoints | Any virtual machine in a single virtual network, including blends of virtual machines, availability sets, and virtual machine scale sets. | Virtual machines in a single availability set or virtual machine scale set. |
1717
| [Health probes](../articles/load-balancer/load-balancer-custom-probe-overview.md#types) | TCP, HTTP, HTTPS | TCP, HTTP |
1818
| [Health probe down behavior](../articles/load-balancer/load-balancer-custom-probe-overview.md#probedown) | TCP connections stay alive on an instance probe down __and__ on all probes down. | TCP connections stay alive on an instance probe down. All TCP connections terminate when all probes are down. |

0 commit comments

Comments
 (0)