You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/dapr-workflow.md
+7-61Lines changed: 7 additions & 61 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.custom: devx-track-azurecli
12
12
13
13
# Manage workflows with the Dapr extension for Azure Kubernetes Service (AKS)
14
14
15
-
With the Dapr Workflow API, you can easily orchestrate messaging, state management, and failure-handling logic across various microservices. Dapr Workflow can help you create long-running, fault-tolerant, and stateful applications.
15
+
With Dapr Workflow, you can easily orchestrate messaging, state management, and failure-handling logic across various microservices. Dapr Workflow can help you create long-running, fault-tolerant, and stateful applications.
16
16
17
17
In this guide, you use the [provided order processing workflow example][dapr-workflow-sample] to:
18
18
@@ -39,12 +39,12 @@ The workflow example is an ASP.NET Core project with:
39
39
40
40
## Set up the environment
41
41
42
-
### Download the sample project
42
+
### Clone the sample project
43
43
44
-
Fork and clone the example workflow application. For more information on forking a repo, see GitHub's guide, [Fork a repo][gh-fork].
0 commit comments