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
|[**Service-to-service invocation**][dapr-serviceinvo]| Discover services and perform reliable, direct service-to-service calls with automatic mTLS authentication and encryption. |
35
+
|[**Service-to-service invocation**][dapr-serviceinvo]| 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.](#unsupported-dapr-capabilities)|
36
36
|[**State management**][dapr-statemgmt]| Provides state management capabilities for transactions and CRUD operations. |
37
37
|[**Pub/sub**][dapr-pubsub]| Allows publisher and subscriber container apps to intercommunicate via an intermediary message broker. |
38
38
|[**Bindings**][dapr-bindings]| Trigger your applications based on events |
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].
@@ -340,6 +342,7 @@ This resource defines a Dapr component called `dapr-pubsub` via ARM.
340
342
341
343
- **Custom configuration for Dapr Observability**: Instrument your environment with Application Insights to visualize distributed tracing.
342
344
- **Dapr Configuration spec**: Any capabilities that require use of the Dapr configuration spec.
345
+
- **Invoking non-Dapr services from Dapr as if they were Dapr-enabled**: Dapr's Service Invocation with Azure Container Apps is supported only between Dapr-enabled services.
343
346
- **Declarative pub/sub subscriptions**
344
347
- **Any Dapr sidecar annotations not listed above**
345
348
- **Alpha APIs and components**: Azure Container Apps doesn't guarantee the availability of Dapr alpha APIs and features. For more information, refer to the [Dapr FAQ][dapr-faq].
@@ -381,6 +384,7 @@ Now that you've learned about Dapr and some of the challenges it solves:
0 commit comments