Skip to content

Commit 7a73ca7

Browse files
committed
Remove public preview notes from DTS docs
1 parent b225cb7 commit 7a73ca7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Configure Versioning for Durable Task Scheduler (preview)
2+
title: Configure Versioning for Durable Task Scheduler
33
description: Learn how to use orchestration versioning in Durable Task Scheduler.
44
ms.topic: how-to
55
ms.date: 12/03/2025
@@ -9,7 +9,7 @@ ms.reviewer: hannahhunter
99
zone_pivot_groups: df-languages
1010
---
1111

12-
# Orchestration Versioning (preview)
12+
# Orchestration Versioning
1313

1414
Upgrading and downgrading orchestrations is a key consideration when working with durable orchestration systems. If an orchestration is interrupted and later resumed (for instance, during a host update), Durable Task Scheduler replays the events of the orchestration, ensuring all previous steps were executed successfully before taking the next step. This action ensures reliability, one of the core promises of the durable execution paradigm.
1515

0 commit comments

Comments
 (0)