Skip to content

Commit 8d2850b

Browse files
committed
Remove the sub-orchestration note
1 parent ec0ef00 commit 8d2850b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ ms.custom: fasttrack-edit
1313

1414
Orchestration versioning addresses [the core challenge](durable-functions-versioning.md) of deploying changes to orchestrator functions while maintaining the deterministic execution model that Durable Functions requires. Without this feature, breaking changes to orchestrator logic or activity function signatures would cause in-flight orchestration instances to fail during replay because they would break the [determinism requirement](durable-functions-code-constraints.md) that ensures reliable orchestration execution.
1515

16-
Sub-orchestrations can also leverage this feature.
17-
1816
## Terminology
1917

2018
This article uses two related but distinct terms:

0 commit comments

Comments
 (0)