Skip to content

Commit e15671f

Browse files
authored
Behavior of unhealthy threshold with v2 is different from v1.
I found that when health probe was failed in AppGW v2, next probe was sent after 30s interval. I think the following sentence in this document is only v1 SKU. Could you revi "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. "
1 parent 160fc1d commit e15671f

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)