Skip to content

Commit f607022

Browse files
committed
updates to the doc
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 487c022 commit f607022

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

articles/container-apps/dapr-overview.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: hhunter-ms
66
ms.service: azure-container-apps
77
ms.custom: build-2023
88
ms.topic: conceptual
9-
ms.date: 12/04/2024
9+
ms.date: 12/11/2024
1010
---
1111

1212
# Microservice APIs powered by Dapr
@@ -29,23 +29,32 @@ 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 blocks). 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 HTTP 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

3636
:::image type="content" source="media/dapr-overview/azure-container-apps-dapr-building-blocks.png" lightbox="media/dapr-overview/azure-container-apps-dapr-building-blocks.png" alt-text="Diagram that shows Dapr APIs.":::
3737

38-
| API | Status | Description |
38+
#### Building block APIs
39+
40+
| Building block API | Status | Description |
3941
| ----------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
4042
| [**Service-to-service invocation**][dapr-serviceinvo] | GA | Discover services and perform reliable, direct service-to-service calls with automatic mTLS authentication and encryption. [See known limitations for Dapr service invocation in Azure Container Apps.](#limitations) |
4143
| [**State management**][dapr-statemgmt] | GA | Provides state management capabilities for transactions and CRUD operations. |
4244
| [**Pub/sub**][dapr-pubsub] | GA | Allows publisher and subscriber container apps to intercommunicate via an intermediary message broker. You can also create declarative subscriptions to a topic using an external component JSON file. [Learn more about the declarative pub/sub API.][declarative-pubsub] |
4345
| [**Bindings**][dapr-bindings] | GA | Trigger your applications based on events |
4446
| [**Actors**][dapr-actors] | GA | Dapr actors are message-driven, single-threaded, units of work designed to quickly scale. For example, in burst-heavy workload situations. |
45-
| [**Observability**](./observability.md) | GA | Send tracing information to an Application Insights backend. |
4647
| [**Secrets**][dapr-secrets] | GA | Access secrets from your application code or reference secure values in your Dapr components. |
4748
| [**Configuration**][dapr-config] | GA | Retrieve and subscribe to application configuration items for supported configuration stores. |
4849

50+
#### HTTP APIs
51+
52+
| HTTP API | Status | Description |
53+
| ----------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
54+
| [**Health**][dapr-health] | GA | Health check probes that monitor readiness or liveness of Dapr and initialization readiness of SDKs. |
55+
| [**Metadata**][dapr-metadata] | GA | Returns information about the sidecar, allowing runtime discoverability. |
56+
57+
4958
### Compatible SDKs
5059

5160
Dapr's latest client SDK packages are compatible with Azure Container Apps. You can use any of the [supported, GA Dapr APIs](#managed-apis) with the following Dapr client SDK versions:
@@ -102,4 +111,6 @@ Azure Container Apps ensures compatibility with Dapr open source tooling, such a
102111
[dapr-secrets]: https://docs.dapr.io/developing-applications/building-blocks/secrets/secrets-overview/
103112
[dapr-config]: https://docs.dapr.io/developing-applications/building-blocks/configuration/
104113
[dapr-subscriptions]: https://docs.dapr.io/developing-applications/building-blocks/pubsub/subscription-methods/#declarative-subscriptions
105-
[declarative-pubsub]: https://docs.dapr.io/developing-applications/building-blocks/pubsub/pubsub-overview/#pubsub-api
114+
[declarative-pubsub]: https://docs.dapr.io/developing-applications/building-blocks/pubsub/pubsub-overview/#pubsub-api
115+
[dapr-health]: https://docs.dapr.io/reference/api/health_api/
116+
[dapr-metadata]: https://docs.dapr.io/reference/api/metadata_api/

0 commit comments

Comments
 (0)