Skip to content

Commit 7d00843

Browse files
committed
Mention DTFx is used internally as a dependency of Durable Functions
1 parent a7d4f6f commit 7d00843

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,10 @@ For detailed migration guidance, see [Migrate from Durable Functions to the Dura
139139

140140
### Durable Task Framework (DTFx)
141141

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.
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. Notably, DTFx is used internally as a dependency of Azure Durable Functions, which is one of the reasons it continues to be maintained. 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

144144
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-
147-
> [!NOTE]
148-
> 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).
149-
150146
## Next steps
151147

152148
Get started with the framework you chose:

0 commit comments

Comments
 (0)