Skip to content

Commit 5298d8d

Browse files
authored
Merge pull request #242364 from hhunter-ms/hh-86877
[Dapr/ACA] Add configuration api
2 parents 275ec3d + 52b7587 commit 5298d8d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

articles/container-apps/dapr-overview.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: hhunter-ms
66
ms.service: container-apps
77
ms.custom: event-tier1-build-2022, ignite-2022, build-2023
88
ms.topic: conceptual
9-
ms.date: 05/15/2023
9+
ms.date: 08/28/2023
1010
---
1111

1212
# Dapr integration with Azure Container Apps
@@ -32,13 +32,15 @@ This guide provides insight into core Dapr concepts and details regarding the Da
3232

3333
| Dapr API | Description |
3434
| ----------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
35-
| [**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) |
3636
| [**State management**][dapr-statemgmt] | Provides state management capabilities for transactions and CRUD operations. |
3737
| [**Pub/sub**][dapr-pubsub] | Allows publisher and subscriber container apps to intercommunicate via an intermediary message broker. |
3838
| [**Bindings**][dapr-bindings] | Trigger your applications based on events |
3939
| [**Actors**][dapr-actors] | Dapr actors are message-driven, single-threaded, units of work designed to quickly scale. For example, in burst-heavy workload situations. |
4040
| [**Observability**](./observability.md) | Send tracing information to an Application Insights backend. |
4141
| [**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+
4244

4345
> [!NOTE]
4446
> 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.
340342

341343
- **Custom configuration for Dapr Observability**: Instrument your environment with Application Insights to visualize distributed tracing.
342344
- **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.
343346
- **Declarative pub/sub subscriptions**
344347
- **Any Dapr sidecar annotations not listed above**
345348
- **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:
381384
[dapr-bindings]: https://docs.dapr.io/developing-applications/building-blocks/bindings/bindings-overview/
382385
[dapr-actors]: https://docs.dapr.io/developing-applications/building-blocks/actors/actors-overview/
383386
[dapr-secrets]: https://docs.dapr.io/developing-applications/building-blocks/secrets/secrets-overview/
387+
[dapr-config]: https://docs.dapr.io/developing-applications/building-blocks/configuration/
384388
[dapr-cncf]: https://www.cncf.io/projects/dapr/
385389
[dapr-args]: https://docs.dapr.io/reference/arguments-annotations-overview/
386390
[dapr-component]: https://docs.dapr.io/concepts/components-concept/
-531 KB
Loading

0 commit comments

Comments
 (0)