Skip to content

Commit e0d53b3

Browse files
committed
remove links that dont exist for now
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 858e77f commit e0d53b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ Lastly, if you're already writing Azure Function apps and realized that you need
6060
- [Configure a durable functions app with MSSQL](../quickstart-mssql.md)
6161

6262
**Scenario samples**
63-
- 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/)
64-
- 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/)
63+
- Order processing workflow - [.NET](/samples/azure-samples/durable-functions-order-processing/durable-func-order-processing/), [Python][TODO]
64+
- Intelligent PDF summarizer - [.NET][TODO], [Python][TODO]
6565

6666
### Durable Task SDKs with Durable Task Scheduler (public preview)
6767
The Durable Task SDKs are client SDKs that allows the orchestrations you write to connect to the orchestration engine in Azure. Apps that use the Durable Task SDKs can be run on any compute platforms, including:

0 commit comments

Comments
 (0)