Skip to content

Commit a470154

Browse files
Merge pull request #227029 from hhunter-ms/hh-63554
[Dapr/ACA] Add limitation re alpha APIs
2 parents cac5903 + 6de359f commit a470154

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/container-apps/dapr-overview.md

Lines changed: 4 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 APIs and components, [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 APIs and components**: Dapr alpha APIs and components are available to use on a self-service, opt-in basis. Alpha APIs and components are provided "as is" and "as available," and are continually evolving as they move toward stable status. Alpha APIs and components are not covered by customer support.
342346

343347
### Known limitations
344348

0 commit comments

Comments
 (0)