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. [See known limitations for Dapr service invocation in Azure Container Apps.](#limitations)|
37
37
|[**State management**][dapr-statemgmt]| Provides state management capabilities for transactions and CRUD operations. |
38
-
|[**Pub/sub**][dapr-pubsub]| Allows publisher and subscriber container apps to intercommunicate via an intermediary message broker. |
38
+
|[**Pub/sub**][dapr-pubsub]| Allows publisher and subscriber container apps to intercommunicate via an intermediary message broker. You can also create [declarative subscriptions][dapr-subscriptions] to a topic using an external component JSON file. [Learn more about the declarative pub/sub API.][declarative-pubsub]|
39
39
|[**Bindings**][dapr-bindings]| Trigger your applications based on events |
40
40
|[**Actors**][dapr-actors]| Dapr actors are message-driven, single-threaded, units of work designed to quickly scale. For example, in burst-heavy workload situations. |
41
41
|[**Observability**](./observability.md)| Send tracing information to an Application Insights backend. |
@@ -60,6 +60,7 @@ Azure Container Apps offers fully managed versions of the following _stable_ Dap
0 commit comments