Skip to content

Commit c647d54

Browse files
AnatoliBlilyjma
andauthored
Apply suggestions from code review
Co-authored-by: lilyjma <[email protected]>
1 parent 7ccd718 commit c647d54

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
@@ -35,7 +35,7 @@ The Orchestration Versioning feature operates on these core principles:
3535

3636
1. **Backward Compatibility**: Workers running newer versions can continue executing orchestration instances created by older versions.
3737

38-
1. **Forward Protection**: The runtime automatically prevents workers running older versions from executing orchestrations started by newer versions.
38+
1. **Forward Protection**: The runtime automatically prevents workers running older versions from executing newer version orchestrations.
3939

4040
> [!IMPORTANT]
4141
> Orchestration Versioning is currently in public preview for apps running in the .NET isolated model. Use `Microsoft.Azure.Functions.Worker.Extensions.DurableTask` package version **>=1.5.0**.

0 commit comments

Comments
 (0)