Skip to content

Commit bb381b3

Browse files
committed
add note about non-dapr endpoints
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 24deaa0 commit bb381b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/container-apps/dapr-overview.md

Lines changed: 3 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: 06/21/2023
9+
ms.date: 07/25/2023
1010
---
1111

1212
# Dapr integration with Azure Container Apps
@@ -32,7 +32,7 @@ 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 |
@@ -342,6 +342,7 @@ This resource defines a Dapr component called `dapr-pubsub` via ARM.
342342

343343
- **Custom configuration for Dapr Observability**: Instrument your environment with Application Insights to visualize distributed tracing.
344344
- **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.
345346
- **Declarative pub/sub subscriptions**
346347
- **Any Dapr sidecar annotations not listed above**
347348
- **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

Comments
 (0)