You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/durable/durable-task-scheduler/choose-orchestration-framework.md
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,7 @@
2
2
title: Choosing your orchestration framework
3
3
description: This article provides guidance to help developers pick an orchestration framework.
4
4
ms.topic: conceptual
5
-
ms.date: 04/24/2025
6
-
ms.author: azfuncdf
7
-
author: lilyjma
5
+
ms.date: 04/28/2025
8
6
---
9
7
10
8
# Choosing an orchestration framework
@@ -51,8 +49,8 @@ Lastly, if you're already writing Azure Function apps and realized that you need
51
49
-[Configure a durable functions app with MSSQL](../quickstart-mssql.md)
52
50
53
51
**Scenario samples**
54
-
- Order processing workflow - [.NET](https://learn.microsoft.com/samples/azure-samples/durable-functions-order-processing/durable-func-order-processing/), [Python](https://learn.microsoft.com/samples/azure-samples/durable-functions-order-processing-python/durable-func-order-processing-py/)
55
-
- Intelligent PDF summarizer - [.NET](https://learn.microsoft.com/samples/azure-samples/intelligent-pdf-summarizer-dotnet/durable-func-pdf-summarizer-csharp/), [Python](https://learn.microsoft.com/samples/azure-samples/intelligent-pdf-summarizer/durable-func-pdf-summarizer/)
52
+
- Order processing workflow - [.NET](/samples/azure-samples/durable-functions-order-processing/durable-func-order-processing/), [Python](/samples/azure-samples/durable-functions-order-processing-python/durable-func-order-processing-py/)
53
+
- Intelligent PDF summarizer - [.NET](/samples/azure-samples/intelligent-pdf-summarizer-dotnet/durable-func-pdf-summarizer-csharp/), [Python](/samples/azure-samples/intelligent-pdf-summarizer/durable-func-pdf-summarizer/)
56
54
57
55
### Durable Task SDKs with Durable Task Scheduler (public preview)
58
56
The Durable Task SDKs are client SDKs that allows the orchestrations you write to connect to the orchestration engine in Azure. As such, apps that leverage the Durable Task SDKs can be run on virtually any compute platforms, including Azure Kubernetes Service, Azure Container Apps, Azure App Service, or just VMs on-prem.
@@ -65,13 +63,12 @@ Use the Durable Task SDKs when your app needs only workflows. The Durable Task S
65
63
The other reason for using the Durable Task SDKs is when you need to run apps on Azure Kubernetes Services or VMs on-prem with official Microsoft support. While Durable Functions can be run on these platforms as well, there is no official support.
>The Durable Task Framework is an open-source .NET orchestration framework. Like the Durable Task SDKs, it can be used to build apps that run on platforms like the Azure Kubernetes Services. However, we don't recommend new customers to use Durable Task Framework because it is not officially supported by Microsoft.
70
+
>[!NOTE]
71
+
>The Durable Task Framework is an open-source .NET orchestration framework. Like the Durable Task SDKs, it can be used to build apps that run on platforms like the Azure Kubernetes Services. However, we don't recommend new customers to use Durable Task Framework because it is not officially supported by Microsoft.
0 commit comments