Skip to content

Commit 0fd6938

Browse files
Merge pull request #309634 from hhunter-ms/hh-422209
[Dapr][UUF] Clarify about sidecar health configuration
2 parents c6f7e5f + 2ea3f8a commit 0fd6938

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

articles/container-apps/dapr-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn more about using Dapr on your Azure Container App service to
44
ms.author: hannahhunter
55
author: hhunter-ms
66
ms.service: azure-container-apps
7-
ms.topic: conceptual
7+
ms.topic: concept-article
88
ms.date: 05/21/2025
99
ms.custom:
1010
- build-2023
@@ -70,7 +70,7 @@ To learn more about using _alpha_ Dapr APIs and features, [see the Dapr FAQ][dap
7070

7171
| Operational API | Status | Description |
7272
| ----------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
73-
| [**Health**][dapr-health] | GA | Health check probes that monitor readiness or liveness of Dapr and initialization readiness of SDKs. The health API is only available for HTTP. |
73+
| [**Health**][dapr-health] | GA | Health check probes that monitor readiness or liveness of Dapr and initialization readiness of SDKs. The health API is only available for HTTP.<br>Dapr sidecar health checks are automatically configured when Dapr is enabled on your container app. |
7474
| [**Metadata**][dapr-metadata] | GA | Returns information about the sidecar, allowing runtime discoverability. |
7575

7676

articles/container-apps/enable-dapr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Configure Dapr on your existing Azure Container App service.
44
ms.author: hannahhunter
55
author: hhunter-ms
66
ms.service: azure-container-apps
7-
ms.topic: conceptual
7+
ms.topic: concept-article
88
ms.date: 04/08/2025
99
ms.custom:
1010
- build-2023
@@ -34,7 +34,7 @@ The following table outlines the currently supported list of Dapr sidecar config
3434
| `--dapr-read-buffer-size` | `dapr.httpReadBufferSize` | Set the max size of http header read buffer in to handle when sending multi-KB headers. Default setting is `4 KB`. |
3535
| `--dapr-api-logging` | `dapr.enableApiLogging` | Enables viewing the API calls from your application to the Dapr sidecar. |
3636
| `--dapr-log-level` | `dapr.logLevel` | Set the log level for the Dapr sidecar. Allowed values: debug, error, info, warn. Default setting is `info`. |
37-
| `--dapr-app-health-enabled` | `dapr.appHealth.enabled`| Optional configuration to enable app health checks for your container app using Boolean format. Default setting is `false`. |
37+
| `--dapr-app-health-enabled` | `dapr.appHealth.enabled`| Optional configuration to enable app health checks for your container app using Boolean format. Default setting is `false`. Dapr sidecar health is linked to this app health setting. |
3838
| `--dapr-app-health-path` | `dapr.appHealth.path`| Set the path that Dapr invokes for health probes when the app channel is HTTP. This value is ignored if the app channel is using gRPC. Default setting is `/healthz`. |
3939
| `--dapr-app-health-probe-interval` | `dapr.appHealth.probeIntervalSeconds`| Number of seconds between each health probe. Default setting is `3`. |
4040
| `--dapr-app-health-probe-timeout` | `dapr.appHealth.probeTimeoutMilliseconds`| Timeout in milliseconds for health probe requests. This value must be smaller than the `probeIntervalSeconds` value. Default setting is `500`. |

0 commit comments

Comments
 (0)