Skip to content

Commit aae9efb

Browse files
committed
acrolinx
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 181d507 commit aae9efb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/workflows-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Workflows are multi-step operations that usually occur in a specific order or in
2121
- Infrastructure management
2222
- Data processing pipelines
2323

24-
Execution may be interrupted by events such as temporary infrastructure failures or dependency downtime. To prevent interruptions, you can leverage durable execution, which continues from the point of failure instead of restarting.
24+
Events like temporary infrastructure failures or dependency downtime can often interrupt workflow execution. To prevent interruptions, you can use durable execution, which continues from the point of failure instead of restarting.
2525

2626
Azure provides two code-oriented workflow frameworks you can use to build apps that run on Azure Container Apps:
2727
- **Durable Task SDKs** (preview)
@@ -35,7 +35,7 @@ The Durable Task SDKs and Durable Functions workflow frameworks are designed for
3535

3636
### Durable Task SDKs (preview)
3737

38-
The Durable Task SDKs are lightweight client SDKs that provide an un-opinionated programming model for authoring workflows. They allow your app to connect to a workflow engine hosted in Azure called the [Durable Task Scheduler](../azure-functions/durable/durable-task-scheduler/durable-task-scheduler.md).
38+
The Durable Task SDKs are lightweight client SDKs that provide an unopinionated programming model for authoring workflows. They allow your app to connect to a workflow engine hosted in Azure called the [Durable Task Scheduler](../azure-functions/durable/durable-task-scheduler/durable-task-scheduler.md).
3939

4040
To ensure durable execution, the Durable Task SDKs require a storage backend to persist workflow state as the app runs. The Durable Task Scheduler works as the backend for apps using the Durable Task SDKs.
4141

0 commit comments

Comments
 (0)