Skip to content

Commit 938432e

Browse files
committed
User-agent and version update
1 parent a411723 commit 938432e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

articles/application-gateway/for-containers/alb-controller-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Instructions for new or existing deployments of ALB Controller are found in the
2727

2828
| ALB Controller Version | Gateway API Version | Kubernetes Version | Release Notes |
2929
| ---------------------- | ------------------- | ------------------ | ------------- |
30-
| 1.0.1| v1 | v1.27, v1.28, v1.29 | ECDSA + RSA certificate support for both Ingress and Gateway API, Ingress fixes, Server-sent events support |
30+
| 1.0.2| v1 | v1.27, v1.28, v1.29 | ECDSA + RSA certificate support for both Ingress and Gateway API, Ingress fixes, Server-sent events support |
3131

3232
## Release history
3333

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

Lines changed: 4 additions & 2 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: 02/27/2024
9+
ms.date: 5/1/2024
1010
ms.author: greglin
1111
---
1212

@@ -30,7 +30,6 @@ The following properties make up custom health probes:
3030
| timeout | How long in seconds the request should wait until it's marked as a failure The minimum interval must be > 0 seconds. |
3131
| healthyThreshold | Number of health probes before marking the target endpoint healthy. The minimum interval must be > 0. |
3232
| unhealthyTreshold | Number of health probes to fail before the backend target should be labeled unhealthy. The minimum interval must be > 0. |
33-
| protocol| Specifies either nonencrypted `HTTP` traffic or encrypted traffic via TLS as `HTTPS` |
3433
| (http) host | The hostname specified in the request to the backend target. |
3534
| (http) path | The specific path of the request. If a single file should be loaded, the path might be /index.html. |
3635
| (http -> match) statusCodes | Contains two properties, `start` and `end`, that define the range of valid HTTP status codes returned from the backend. |
@@ -56,6 +55,9 @@ When the default health probe is used, the following values for each health prob
5655
| (http) host | localhost |
5756
| (http) path | / |
5857

58+
>[!Note]
59+
>Health probes are initiated with the `User-Agent` value of `Microsoft-Azure-Application-LB/AGC`.
60+
5961
## Custom health probe
6062

6163
In both Gateway API and Ingress API, a custom health probe can be defined by defining a [_HealthCheckPolicyPolicy_ resource](api-specification-kubernetes.md#alb.networking.azure.io/v1.HealthCheckPolicy) and referencing a service the health probes should check against. As the service is referenced by an HTTPRoute or Ingress resource with a class reference to Application Gateway for Containers, the custom health probe is used for each reference.

0 commit comments

Comments
 (0)