Skip to content

Commit 96755ac

Browse files
committed
fixed table
1 parent 8654bc8 commit 96755ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/load-balancer/load-balancer-custom-probe-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ Azure Load Balancer rules require a health probe to detect the endpoint status.
2020

2121
Health probes support multiple protocols. The availability of a specific health probe protocol varies by Load Balancer SKU. Additionally, the behavior of the service varies by Load Balancer SKU as shown in this table:
2222

23-
| | Standard SKU | Basic SKU |
23+
| SKU | [Probe protocol](#probe-protocol) | [Probe down behavior](#probe-down-behavior) |
2424
| --- | --- | --- |
25-
| --[Probe protocol](#probe-protocol)-- | TCP, HTTP, HTTPS | TCP, HTTP |
26-
| --[Probe down behavior](#probe-down-behavior)-- | All probes down, all TCP flows continue. | All probes down, all TCP flows expire. |
25+
| Standard | TCP, HTTP, HTTPS | All probes down, all TCP flows continue. |
26+
| Basic | TCP, HTTP | All probes down, all TCP flows expire. |
2727

2828
## Probe properties
2929

0 commit comments

Comments
 (0)