Skip to content

Commit 5f455bf

Browse files
authored
Merge pull request #50005 from hisasima/patch-7
Behavior of unhealthy threshold with v2 is different from v1.
2 parents 35ec089 + e15671f commit 5f455bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/application-gateway/application-gateway-probe-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Once the match criteria is specified, it can be attached to probe configuration
5959
| Probe URL |http://127.0.0.1:\<port\>/ |URL path |
6060
| Interval |30 |The amount of time in seconds to wait before the next health probe is sent.|
6161
| Time-out |30 |The amount of time in seconds the application gateway waits for a probe response before marking the probe as unhealthy. If a probe returns as healthy, the corresponding backend is immediately marked as healthy.|
62-
| Unhealthy threshold |3 |Governs how many probes to send in case there's a failure of the regular health probe. These additional health probes are sent in quick succession to determine the health of the backend quickly and don't wait for the probe interval. The back-end server is marked down after the consecutive probe failure count reaches the unhealthy threshold. |
62+
| Unhealthy threshold |3 |Governs how many probes to send in case there's a failure of the regular health probe. These additional health probes are sent in quick succession to determine the health of the backend quickly and don't wait for the probe interval. This behaivor is only v1 SKU. In the case of v2 SKU, the health probes wait the interval. The back-end server is marked down after the consecutive probe failure count reaches the unhealthy threshold. |
6363

6464
> [!NOTE]
6565
> The port is the same port as the back-end HTTP settings.

0 commit comments

Comments
 (0)