Skip to content

Commit b521e94

Browse files
committed
start adding configuration api
Signed-off-by: Hannah Hunter <[email protected]>
1 parent a0ab5c0 commit b521e94

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/container-apps/dapr-overview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: hhunter-ms
66
ms.service: container-apps
77
ms.custom: event-tier1-build-2022, ignite-2022, build-2023
88
ms.topic: conceptual
9-
ms.date: 05/15/2023
9+
ms.date: 06/21/2023
1010
---
1111

1212
# Dapr integration with Azure Container Apps
@@ -39,6 +39,8 @@ This guide provides insight into core Dapr concepts and details regarding the Da
3939
| [**Actors**][dapr-actors] | Dapr actors are message-driven, single-threaded, units of work designed to quickly scale. For example, in burst-heavy workload situations. |
4040
| [**Observability**](./observability.md) | Send tracing information to an Application Insights backend. |
4141
| [**Secrets**][dapr-secrets] | Access secrets from your application code or reference secure values in your Dapr components. |
42+
| [**Configuration**][dapr-config] | Retrieve and subscribe to application configuration items for supported configuration stores. |
43+
4244

4345
> [!NOTE]
4446
> The above table covers stable Dapr APIs. To learn more about using alpha APIs and features, [see the Dapr FAQ][dapr-faq].
@@ -381,6 +383,7 @@ Now that you've learned about Dapr and some of the challenges it solves:
381383
[dapr-bindings]: https://docs.dapr.io/developing-applications/building-blocks/bindings/bindings-overview/
382384
[dapr-actors]: https://docs.dapr.io/developing-applications/building-blocks/actors/actors-overview/
383385
[dapr-secrets]: https://docs.dapr.io/developing-applications/building-blocks/secrets/secrets-overview/
386+
[dapr-config]: https://docs.dapr.io/developing-applications/building-blocks/configuration/
384387
[dapr-cncf]: https://www.cncf.io/projects/dapr/
385388
[dapr-args]: https://docs.dapr.io/reference/arguments-annotations-overview/
386389
[dapr-component]: https://docs.dapr.io/concepts/components-concept/

0 commit comments

Comments
 (0)