Skip to content

Commit d32a00e

Browse files
committed
Update the heading
1 parent fe06888 commit d32a00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ The `versionFailureStrategy` setting determines what happens when an orchestrati
259259

260260
- **`Fail`**: Fail the orchestration. This strategy immediately terminates the orchestration instance with a failure state, which may be appropriate in scenarios where version mismatches indicate serious deployment issues.
261261

262-
### Starting new orchestrations with specific versions
262+
### Starting new orchestrations and sub-orchestrations with specific versions
263263

264264
By default, all new orchestration instances are created with the current `defaultVersion` specified in your `host.json` configuration. However, you may have scenarios where you need to create orchestrations with a specific version, even if it differs from the current default.
265265

0 commit comments

Comments
 (0)