Skip to content

Commit 366ef26

Browse files
Health probe behavior clarifications
1 parent 29eb069 commit 366ef26

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/application-gateway/for-containers/custom-health-probe.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: greg-lindsay
66
ms.service: application-gateway
77
ms.subservice: appgw-for-containers
88
ms.topic: conceptual
9-
ms.date: 5/9/2024
9+
ms.date: 7/10/2024
1010
ms.author: greglin
1111
---
1212

@@ -51,10 +51,12 @@ When the default health probe is used, the following values for each health prob
5151
| healthyTrehshold | 1 probe |
5252
| unhealthyTreshold | 3 probes |
5353
| port | The port number used is defined by the backend port number in the Ingress resource or HttpRoute backend port in the HttpRoute resource. |
54-
| protocol | HTTP for HTTP and HTTPS when TLS is specified |
54+
| protocol | HTTP or HTTPS<sup>1</sup> |
5555
| (http) host | localhost |
5656
| (http) path | / |
5757

58+
<sup>1</sup> HTTPS will be used when a backendTLSPolicy references a target backend service (for Gateway API implementation) or IngressExtension with a backendSetting protocol of HTTPS (for Ingress API implementation) is specified.
59+
5860
>[!Note]
5961
>Health probes are initiated with the `User-Agent` value of `Microsoft-Azure-Application-LB/AGC`.
6062
@@ -82,7 +84,6 @@ spec:
8284
timeout: 3s
8385
healthyThreshold: 1
8486
unhealthyThreshold: 1
85-
protocol: HTTP
8687
http:
8788
host: contoso.com
8889
path: /

0 commit comments

Comments
 (0)