Skip to content

Commit cb01ae6

Browse files
committed
More "ochestrator" vs. "orchestration" fixes
1 parent c4a824d commit cb01ae6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-functions/durable/durable-functions-versioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ With Orchestration Versioning:
212212
- Each orchestration instance gets a version permanently associated with it when created
213213
- Orchestrator functions can examine their version and branch execution accordingly
214214
- Workers running newer orchestrator function versions can continue executing orchestration instances created by older versions
215-
- The runtime prevents workers running older orchestrator function versions from executing orchestrations started by newer versions
215+
- The runtime prevents workers running older orchestrator function versions from executing orchestrations of newer versions
216216

217217
This strategy is recommended for applications that need to support breaking changes while maintaining [zero-downtime deployments](durable-functions-zero-downtime-deployment.md). The feature is currently available .NET isolated apps.
218218

articles/azure-functions/durable/durable-functions-zero-downtime-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The [Orchestration Versioning](durable-functions-orchestration-versioning.md) fe
3838

3939
With Orchestration Versioning:
4040
- Each orchestration instance gets a version permanently associated with it when created.
41-
- Workers running newer versions can continue executing orchestration instances created by older versions.
41+
- Workers running newer orchestrator versions can continue executing older version instances.
4242
- Workers running older orchestration versions _can't_ execute newer version instances.
4343
- Orchestrator functions can examine their version and branch execution accordingly.
4444

0 commit comments

Comments
 (0)