@@ -24,16 +24,46 @@ landingContent:
2424 - text : Programming model
2525 url : programming-model-overview.md
2626
27- - title : Components
27+ - title : Get started in Durable Functions
2828 linkLists :
29- - linkListType : get-started
29+ - linkListType : quickstart
3030 links :
31- - text : Durable Functions >
32- url : /azure/azure-functions/durable-functions/
33- - text : Durable Task SDKs >
34- url : /azure/durable-task/sdks/
35- - text : Durable Task Scheduler >
36- url : /azure/durable-task/scheduler/
31+ - text : Create a Durable Functions app (C#)
32+ url : ../../azure-functions/durable-functions/durable-functions-isolated-create-first-csharp.md?toc=/azure/durable-task/common/toc.json
33+ - text : Create a Durable Functions app (Python)
34+ url : ../../azure-functions/durable-functions/quickstart-python-vscode.md?toc=/azure/durable-task/common/toc.json
35+ - text : Create a Durable Functions app (JavaScript)
36+ url : ../../azure-functions/durable-functions/quickstart-js-vscode.md?toc=/azure/durable-task/common/toc.json
37+ - text : Create a Durable Functions app (TypeScript)
38+ url : ../../azure-functions/durable-functions/quickstart-ts-vscode.md?toc=/azure/durable-task/common/toc.json
39+ - text : Create a Durable Functions app (PowerShell)
40+ url : ../../azure-functions/durable-functions/quickstart-powershell-vscode.md?toc=/azure/durable-task/common/toc.json
41+ - text : Create a Durable Functions app (Java)
42+ url : ../../azure-functions/durable-functions/quickstart-java.md?toc=/azure/durable-task/common/toc.json
43+ - text : Configure Durable Functions with Durable Task Scheduler
44+ url : ../scheduler/quickstart-durable-task-scheduler.md
45+
46+ - title : Get started in the Durable Task SDKs
47+ linkLists :
48+ - linkListType : quickstart
49+ links :
50+ - text : Create an app with the Durable Task SDKs
51+ url : ../sdks/quickstart-portable-durable-task-sdks.md
52+ - text : Host on Azure Container Apps
53+ url : ../sdks/quickstart-container-apps-durable-task-sdk.md
54+ - text : Host on Azure Kubernetes Service
55+ url : ../sdks/quickstart-aks-durable-task-scheduler.md
56+ - text : Use work item filtering with Durable Task Scheduler
57+ url : ../scheduler/quickstart-work-item-filtering-durable-task.md
58+
59+ - title : Hosting models
60+ linkLists :
61+ - linkListType : concept
62+ links :
63+ - text : Durable Functions
64+ url : ../../azure-functions/durable-functions/durable-functions-overview.md?toc=/azure/durable-task/common/toc.json
65+ - text : Durable Task SDKs
66+ url : ../sdks/durable-task-overview.md
3767
3868 - title : Core concepts
3969 linkLists :
@@ -48,12 +78,21 @@ landingContent:
4878 - text : Versioning and deployment safety
4979 url : durable-orchestration-versioning.md
5080
81+ - title : Storage providers
82+ linkLists :
83+ - linkListType : concept
84+ links :
85+ - text : Durable Task Scheduler
86+ url : ../scheduler/durable-task-scheduler.md
87+ - text : Azure Storage
88+ url : ../../azure-functions/durable-functions/durable-functions-azure-storage-provider.md?toc=/azure/durable-task/common/toc.json
89+
5190 - title : Resources
5291 linkLists :
5392 - linkListType : reference
5493 links :
5594 - text : Durable Functions troubleshooting
56- url : ../../azure-functions/durable-functions/durable-functions-troubleshooting-guide.md
95+ url : ../../azure-functions/durable-functions/durable-functions-troubleshooting-guide.md?toc=/azure/durable-task/common/toc.json
5796 - text : Durable Task SDK troubleshooting
5897 url : ../sdks/durable-task-sdk-troubleshooting.md
5998 - text : Community Q&A
0 commit comments