Skip to content

Commit 7c78e29

Browse files
committed
update links, try to update formatting for table
Signed-off-by: Hannah Hunter <[email protected]>
1 parent f94f6ee commit 7c78e29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ Walk through one of the following quickstarts or scenarios to configure your fun
9393

9494
| | Sample | Description |
9595
| - | ---------- | ----------- |
96-
| **Order processing workflow** | - [.NET](/samples/azure-samples/durable-functions-order-processing/durable-func-order-processing/)<br>- [Python](/samples/azure-samples/durable-functions-order-processing-python/durable-func-order-processing-py/) | Configure a "hello world" Durable Functions app to use the Durable Task Scheduler as the backend storage provider, test locally, and publish to Azure. |
97-
| **Intelligent PDF summarizer** | - [.NET](samples/azure-samples/intelligent-pdf-summarizer-dotnet/durable-func-pdf-summarizer-csharp/)<br>- [Python](samples/azure-samples/intelligent-pdf-summarizer/durable-func-pdf-summarizer/) | Locally create and test a "hello world" Durable Functions app and deploy to Azure. |
96+
| **Order processing workflow** | Create an order processing workflow with Durable Functions with Azure Storage:<br>- [.NET](/samples/azure-samples/durable-functions-order-processing/durable-func-order-processing/)<br>- [Python](/samples/azure-samples/durable-functions-order-processing-python/durable-func-order-processing-py/) | Configure a "hello world" Durable Functions app to use the Durable Task Scheduler as the backend storage provider, test locally, and publish to Azure. |
97+
| **Intelligent PDF summarizer** | Create an intelligent application using Azure Durable Functions, Azure Storage, Azure Developer CLI, and more:<br>- [.NET](/samples/azure-samples/intelligent-pdf-summarizer-dotnet/durable-func-pdf-summarizer-csharp/)<br>- [Python](/samples/azure-samples/intelligent-pdf-summarizer/durable-func-pdf-summarizer/) | Locally create and test a "hello world" Durable Functions app and deploy to Azure. |
9898

9999
### Durable Task SDKs with Durable Task Scheduler (preview)
100100

@@ -133,4 +133,4 @@ Walk through one of the following quickstarts to configure your applications to
133133
## Next steps
134134

135135
> [!div class="nextstepaction"]
136-
> [Learn more about the Durable Task Scheduler](../azure-functions/durable/durable-task-scheduler/durable-task-scheduler.md)
136+
> [Learn more about the Durable Task Scheduler](./durable-task-scheduler/durable-task-scheduler.md)

0 commit comments

Comments
 (0)