Skip to content

Commit a7d4f6f

Browse files
committed
Update choose-orchestration-framework.md: revise DTFx section and simplify unsupported SDKs
1 parent 2ede009 commit a7d4f6f

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

articles/azure-functions/durable/choose-orchestration-framework.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ titleSuffix: Durable Task
1414

1515
# Choose your hosting model
1616

17-
As described in [What is Durable Task?](what-is-durable-task.md), the Durable Task framework supports two hosting models:
17+
As described in [What is Durable Task?](what-is-durable-task.md), Durable Task supports two hosting models:
1818
- **Azure Functions** (via [Durable Functions](./durable-functions-overview.md))
1919
- **Self-hosted** (via [the standalone Durable Task SDKs](./durable-task-scheduler/durable-task-overview.md)).
2020

@@ -137,19 +137,12 @@ If you're already using Durable Functions and want to move to a container-based
137137

138138
For detailed migration guidance, see [Migrate from Durable Functions to the Durable Task SDKs](durable-functions-migrate.md).
139139

140-
## Unsupported Durable Task SDKs
140+
### Durable Task Framework (DTFx)
141141

142-
All Durable Task SDKs are open source and available on GitHub. However, some SDKs aren't officially supported by Microsoft or are still in experimental stages. The following SDKs are currently unsupported:
142+
The [Durable Task Framework](https://github.com/Azure/durabletask) (DTFx) is a community-maintained, open-source .NET library for durable orchestration. It provides similar orchestration primitives to the modern Durable Task SDKs and continues to be actively used in production by many teams, including within Microsoft. However, it doesn't come with official Microsoft support—bugs and feature requests are addressed on a best-effort basis. It also requires you to manage hosting and operational infrastructure yourself.
143143

144-
### Durable Task Framework (Legacy)
144+
If you're starting a new project or need official Microsoft support, we recommend using the modern Durable Task SDKs or Durable Functions instead.
145145

146-
The [Durable Task Framework](https://github.com/Azure/durabletask) (DTFx) is an older, open-source .NET Durable Task library. While it provides similar orchestration primitives, it predates the modern Durable Task SDKs and doesn't include official Microsoft support or the latest features. It also requires you to manage hosting, operational infrastructure, and long-term maintenance yourself.
147-
148-
If you're starting a new project, we recommend using the modern Durable Task SDKs or Durable Functions instead.
149-
150-
### Durable Task SDK for Go
151-
152-
The [Durable Task SDK for Go](https://github.com/Azure/durabletask-go) is a community-supported, open-source library that enables durable orchestration capabilities in Go applications. It's currently in experimental stages, doesn't work with any of the supported Durable Task state storage backends, and isn't recommended for production use.
153146

154147
> [!NOTE]
155148
> If you're interested in using Durable Task with Go with formal support from Microsoft, consider providing feedback by opening an issue in the [durabletask-go GitHub repository](https://github.com/Azure/durabletask-go/issues).

0 commit comments

Comments
 (0)