Skip to content

Commit ea65f32

Browse files
committed
rename http api to operational api
Signed-off-by: Hannah Hunter <[email protected]>
1 parent dd00351 commit ea65f32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/container-apps/dapr-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Configure microservices APIs for your container apps environment with a [Dapr-en
2929

3030
### Managed APIs
3131

32-
Azure Container Apps offers managed generally available Dapr APIs (building block APIs and HTTP APIs). These APIs are fully managed and supported for use in production environments.
32+
Azure Container Apps offers managed generally available Dapr APIs (building block APIs and operational APIs). These APIs are fully managed and supported for use in production environments.
3333

3434
To learn more about using _alpha_ Dapr APIs and features, [see the Dapr FAQ][dapr-faq].
3535

@@ -47,11 +47,11 @@ To learn more about using _alpha_ Dapr APIs and features, [see the Dapr FAQ][dap
4747
| [**Secrets**][dapr-secrets] | GA | Access secrets from your application code or reference secure values in your Dapr components. |
4848
| [**Configuration**][dapr-config] | GA | Retrieve and subscribe to application configuration items for supported configuration stores. |
4949

50-
#### HTTP APIs
50+
#### Operational APIs
5151

52-
| HTTP API | Status | Description |
52+
| Operational API | Status | Description |
5353
| ----------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
54-
| [**Health**][dapr-health] | GA | Health check probes that monitor readiness or liveness of Dapr and initialization readiness of SDKs. |
54+
| [**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. |
5555
| [**Metadata**][dapr-metadata] | GA | Returns information about the sidecar, allowing runtime discoverability. |
5656

5757

0 commit comments

Comments
 (0)