Skip to content

Commit 60a1c03

Browse files
committed
add link to declarative subscriptions api
Signed-off-by: Hannah Hunter <[email protected]>
1 parent ab97618 commit 60a1c03

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

articles/container-apps/dapr-overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Azure Container Apps offers fully managed versions of the following _stable_ Dap
3535
| ----------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
3636
| [**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) |
3737
| [**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] |
3939
| [**Bindings**][dapr-bindings] | Trigger your applications based on events |
4040
| [**Actors**][dapr-actors] | Dapr actors are message-driven, single-threaded, units of work designed to quickly scale. For example, in burst-heavy workload situations. |
4141
| [**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
6060
[dapr-faq]: ./faq.yml#dapr
6161
[dapr-enable]: ./enable-dapr.md
6262
[dapr-components]: ./dapr-components.md
63+
[declarative-pubsub]: /rest/api/containerapps/dapr-subscriptions/create-or-update
6364

6465
<!-- Links External -->
6566

@@ -71,3 +72,4 @@ Azure Container Apps offers fully managed versions of the following _stable_ Dap
7172
[dapr-actors]: https://docs.dapr.io/developing-applications/building-blocks/actors/actors-overview/
7273
[dapr-secrets]: https://docs.dapr.io/developing-applications/building-blocks/secrets/secrets-overview/
7374
[dapr-config]: https://docs.dapr.io/developing-applications/building-blocks/configuration/
75+
[dapr-subscriptions]: https://docs.dapr.io/developing-applications/building-blocks/pubsub/subscription-methods/#declarative-subscriptions

0 commit comments

Comments
 (0)