Skip to content

Commit 5fd29da

Browse files
committed
fix warnings, update per lily
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 538973a commit 5fd29da

File tree

3 files changed

+10
-74
lines changed

3 files changed

+10
-74
lines changed

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

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
title: Choosing your orchestration framework
33
description: This article provides guidance to help developers pick an orchestration framework.
44
ms.topic: conceptual
5-
ms.date: 04/24/2025
6-
ms.author: azfuncdf
7-
author: lilyjma
5+
ms.date: 04/28/2025
86
---
97

108
# Choosing an orchestration framework
@@ -51,8 +49,8 @@ Lastly, if you're already writing Azure Function apps and realized that you need
5149
- [Configure a durable functions app with MSSQL](../quickstart-mssql.md)
5250

5351
**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/)
5654

5755
### Durable Task SDKs with Durable Task Scheduler (public preview)
5856
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
6563
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.
6664

6765
**Quickstarts**
68-
- [.NET](./quickstart-portable-durable-task-sdks.md)
69-
- [Python]((./quickstart-portable-durable-task-sdks.md))
70-
- [Java](./quickstart-portable-durable-task-sdks.md)
71-
- JavaScript/TypeScript (coming soon)
66+
- [.NET][TODO]
67+
- [Python][TODO]
68+
- [Java][TODO]
7269

73-
>[!NOTE]
74-
>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.
7572
7673

7774

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

Lines changed: 0 additions & 60 deletions
This file was deleted.

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Functions Durable Task Scheduler (preview)
33
description: Learn about the characteristics of the Azure Functions Durable Task Scheduler.
44
ms.topic: conceptual
5-
ms.date: 04/24/2025
5+
ms.date: 04/28/2025
66
---
77

88
# Azure Functions Durable Task Scheduler (preview)
@@ -21,9 +21,8 @@ You can use the Durable Task Scheduler with the following orchestration framewor
2121

2222
- Durable Functions
2323
- Durable Task SDKs, or "portable SDKs"
24-
- Durable Task Framework
2524

26-
[Learn which orchestration works better for your project.](./durable-task-scheduler-framework.md)
25+
[Learn which orchestration works better for your project.](./choose-orchestration-framework.md)
2726

2827
## Architecture
2928

0 commit comments

Comments
 (0)