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 |
@@ -342,6 +342,7 @@ This resource defines a Dapr component called `dapr-pubsub` via ARM.
342
342
343
343
- **Custom configuration for Dapr Observability**: Instrument your environment with Application Insights to visualize distributed tracing.
344
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.
345
346
- **Declarative pub/sub subscriptions**
346
347
- **Any Dapr sidecar annotations not listed above**
347
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].
0 commit comments