Skip to content

Commit 33f5dd6

Browse files
authored
Merge pull request #309319 from ggailey777/scenario-durable
[Functions][scenarios] Durable `azd` quickstart
2 parents 0fd6938 + af9bc81 commit 33f5dd6

3 files changed

Lines changed: 426 additions & 1 deletion

File tree

.openpublishing.publish.config.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,24 @@
555555
"branch_mapping": {}
556556
},
557557
{
558-
"path_to_root": "functions-sql-todo-sample",
558+
"path_to_root": "functions-scenarios-durable-dotnet",
559+
"url": "https://github.com/Azure-Samples/durable-functions-quickstart-dotnet-azd",
560+
"branch": "main",
561+
"branch_mapping": {}
562+
},
563+
{
564+
"path_to_root": "functions-scenarios-durable-typescript",
565+
"url": "https://github.com/Azure-Samples/durable-functions-quickstart-typescript-azd",
566+
"branch": "main",
567+
"branch_mapping": {}
568+
},
569+
{
570+
"path_to_root": "functions-scenarios-durable-python",
571+
"url": "https://github.com/Azure-Samples/durable-functions-quickstart-python-azd",
572+
"branch": "main",
573+
"branch_mapping": {}
574+
},
575+
{ "path_to_root": "functions-sql-todo-sample",
559576
"url": "https://github.com/Azure-Samples/azure-sql-binding-func-dotnet-todo",
560577
"branch": "docs-snippets",
561578
"branch_mapping": {}

articles/azure-functions/TOC.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
- name: Azure SQL
4848
displayName: data validation, database
4949
href: scenario-database-changes-azure-sqldb.md
50+
- name: Build a serverless workflow
51+
displayName: workflow, Durable Functions
52+
href: ./durable/scenario-build-serverless-workflow.md?toc=/azure/azure-functions/toc.json
5053
- name: Run scheduled tasks
5154
displayName: timer trigger, schedule
5255
href: scenario-scheduled-tasks.md

0 commit comments

Comments
 (0)