Skip to content

Commit 8c5ea0d

Browse files
committed
add limitation re alpha apis
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 6751eb3 commit 8c5ea0d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/container-apps/dapr-overview.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ This guide provides insight into core Dapr concepts and details regarding the Da
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. |
4242

43+
> [!NOTE]
44+
> The above table covers stable Dapr APIs. To learn more about using alpha/preview Dapr APIs, [see limitations](#unsupported-dapr-capabilities).
45+
4346
## Dapr concepts overview
4447

4548
The following example based on the Pub/sub API is used to illustrate core concepts related to Dapr in Azure Container Apps.
@@ -339,6 +342,7 @@ This resource defines a Dapr component called `dapr-pubsub` via ARM.
339342
- **Dapr Configuration spec**: Any capabilities that require use of the Dapr configuration spec.
340343
- **Declarative pub/sub subscriptions**
341344
- **Any Dapr sidecar annotations not listed above**
345+
- **Alpha/Preview APIs**: [Dapr API components in alpha/preview status][dapr-supported-specs] are available to use on a self-service, opt-in basis. Preview APIs and components are provided "as is" and "as available," and are continually evolving as they move toward stable status. Alpha/preview APIs are not covered by customer support.
342346

343347
### Known limitations
344348

@@ -370,3 +374,4 @@ Now that you've learned about Dapr and some of the challenges it solves:
370374
[dapr-args]: https://docs.dapr.io/reference/arguments-annotations-overview/
371375
[dapr-component]: https://docs.dapr.io/concepts/components-concept/
372376
[dapr-component-spec]: https://docs.dapr.io/operations/components/component-schema/
377+
[dapr-supported-specs]: https://docs.dapr.io/reference/components-reference/

0 commit comments

Comments
 (0)