You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -39,6 +39,8 @@ This guide provides insight into core Dapr concepts and details regarding the Da
39
39
|[**Actors**][dapr-actors]| Dapr actors are message-driven, single-threaded, units of work designed to quickly scale. For example, in burst-heavy workload situations. |
40
40
|[**Observability**](./observability.md)| Send tracing information to an Application Insights backend. |
41
41
|[**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
+
42
44
43
45
> [!NOTE]
44
46
> 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:
0 commit comments