Skip to content

Commit d845586

Browse files
Merge pull request #272655 from cgillum/patch-18
Update dapr-workflow.md to reflect beta status
2 parents b04ecc0 + 1a12589 commit d845586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/dapr-workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The workflow example is an ASP.NET Core project with:
2929
- Workflow activity definitions found in the [`Activities` directory][dapr-activities-dir].
3030

3131
> [!NOTE]
32-
> Dapr Workflow is currently an [alpha][dapr-workflow-alpha] feature and is on a self-service, opt-in basis. Alpha Dapr 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.
32+
> Dapr Workflow is currently a [beta][dapr-workflow-preview] feature and is on a self-service, opt-in basis. Beta Dapr APIs and components are provided "as is" and "as available," and are continually evolving as they move toward stable status. Beta APIs and components are not covered by customer support.
3333
3434
## Prerequisites
3535

@@ -199,7 +199,7 @@ Notice that the workflow status is marked as completed.
199199
[dapr-program]: https://github.com/Azure/dapr-workflows-aks-sample/blob/main/Program.cs
200200
[dapr-workflow-dir]: https://github.com/Azure/dapr-workflows-aks-sample/tree/main/Workflows
201201
[dapr-activities-dir]: https://github.com/Azure/dapr-workflows-aks-sample/tree/main/Activities
202-
[dapr-workflow-alpha]: https://docs.dapr.io/operations/support/support-preview-features/#current-preview-features
202+
[dapr-workflow-preview]: https://docs.dapr.io/operations/support/support-preview-features/#current-preview-features
203203
[deployment-yaml]: https://github.com/Azure/dapr-workflows-aks-sample/blob/main/Deploy/deployment.yaml
204204
[docker]: https://docs.docker.com/get-docker/
205205
[helm]: https://helm.sh/docs/intro/install/

0 commit comments

Comments
 (0)