Skip to content

Commit 0e513af

Browse files
committed
add sdk blurb
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 784b8d2 commit 0e513af

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/container-apps/dapr-overview.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Configure Dapr for your container apps environment with a [Dapr-enabled containe
2525
| 2 | Dapr | The fully managed Dapr APIs are exposed to each container app through a Dapr sidecar. The Dapr APIs can be invoked from your container app via HTTP or gRPC. The Dapr sidecar runs on HTTP port 3500 and gRPC port 50001. |
2626
| 3 | Dapr component configuration | Dapr uses a modular design where functionality is delivered as a component. Dapr components can be shared across multiple container apps. The Dapr app identifiers provided in the scopes array dictate which dapr-enabled container apps load a given component at runtime. |
2727

28-
## Supported Dapr APIs and components
28+
## Supported Dapr APIs, components, and tooling
2929

3030
### Managed APIs
3131

@@ -51,6 +51,10 @@ To learn more about using _alpha_ Dapr APIs and features, [see the Dapr FAQ][dap
5151

5252
[!INCLUDE [component-support](../../includes/dapr-in-azure/dapr-support-policy.md)]
5353

54+
### Tooling
55+
56+
Azure Container Apps ensures compatibility with Dapr open source tooling, such as SDKs and the CLI.
57+
5458
## Limitations
5559

5660
- **Dapr Configuration spec**: Any capabilities that require use of the Dapr configuration spec.

0 commit comments

Comments
 (0)