Skip to content

Commit bee0c34

Browse files
committed
update landing page and hub page descriptions; link for samples; add AI card to landing page
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 3857887 commit bee0c34

4 files changed

Lines changed: 16 additions & 128 deletions

File tree

articles/durable-task/common/index.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### YamlMime:Landing
22

33
title: Durable Task documentation
4-
summary: Durable Task automatically handles retries, state persistence, and crash recovery so you can focus on your business logic.
4+
summary: Durable Task is Microsoft's technology for building workflows and orchestrations as ordinary code that automatically survives failures. Instead of managing complex retry logic, state machines, or message queues, you express your business logic as straightforward functions - Durable Task handles state persistence, automatic recovery, and distributed coordination for you. Workflows can run for hours, days, or even months, reliably resuming from the last completed step after any crash, restart, or redeployment. Common use cases include distributed transactions, multi-agent AI orchestration, data processing pipelines, and infrastructure management. Durable Task encompasses the Durable Task SDKs for self-hosted applications, Durable Functions for serverless hosting on Azure Functions, and the Durable Task Scheduler - a fully managed backend service purpose-built for durable workloads.
55

66
metadata:
77
title: Durable Task documentation
@@ -24,6 +24,17 @@ landingContent:
2424
- text: Programming model
2525
url: programming-model-overview.md
2626

27+
- title: Get started with Durable Agents
28+
linkLists:
29+
- linkListType: quickstart
30+
links:
31+
- text: Durable Task for AI Agents
32+
url: ../sdks/durable-task-for-ai-agents.md?toc=/azure/durable-task/common/toc.json
33+
- text: Durable Task Microsoft Agent Framework extension (preview)
34+
url: ../sdks/durable-task-microsoft-agent-framework.md?toc=/azure/durable-task/common/toc.json
35+
- text: Agentic application patterns
36+
url: ../../azure-functions/durable-functions/quickstart-js-vscode.md?toc=/azure/durable-task/common/toc.json
37+
2738
- title: Get started in Durable Functions
2839
linkLists:
2940
- linkListType: quickstart

articles/durable-task/common/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@
292292
href: /java/api/com.microsoft.durabletask.azurefunctions
293293
- name: Resources
294294
items:
295-
- name: Code samples
296-
href: /samples/browse/?term=durable%20functions
295+
- name: Code samples
296+
href: https://github.com/Azure-Samples/Durable-Task-Scheduler/tree/main/samples
297297
- name: Azure CLI
298298
href: ../../azure-functions/functions-cli-samples.md
299299
- name: Roadmap

articles/durable-task/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
### YamlMime:Hub
22

33
title: Durable Task documentation
4-
summary: Durable Task is Microsoft's technology for building workflows and orchestrations as ordinary code that automatically handles state persistence, crash recovery, and distributed coordination.
4+
summary: Durable Task is Microsoft's technology for building workflows and orchestrations as ordinary code that automatically survives failures. Instead of managing complex retry logic, state machines, or message queues, you express your business logic as straightforward functions - Durable Task handles state persistence, automatic recovery, and distributed coordination for you. Workflows can run for hours, days, or even months, reliably resuming from the last completed step after any crash, restart, or redeployment. Common use cases include distributed transactions, multi-agent AI orchestration, data processing pipelines, and infrastructure management. Durable Task encompasses the Durable Task SDKs for self-hosted applications, Durable Functions for serverless hosting on Azure Functions, and the Durable Task Scheduler - a fully managed backend service purpose-built for durable workloads.
55
brand: azure
66

77
metadata:
88
title: Durable Task documentation
9-
description: Durable Task is Microsoft's technology for building workflows and orchestrations as ordinary code that automatically survives failures. Durable Task encompasses the Durable Task SDKs for self-hosted applications, Durable Functions for serverless hosting on Azure Functions, and the Durable Task Scheduler - a fully managed backend service purpose-built for durable workloads.
9+
description: Durable Task is Microsoft's technology for building workflows and orchestrations as ordinary code that automatically survives failures. Instead of managing complex retry logic, state machines, or message queues, you express your business logic as straightforward functions - Durable Task handles state persistence, automatic recovery, and distributed coordination for you. Workflows can run for hours, days, or even months, reliably resuming from the last completed step after any crash, restart, or redeployment. Common use cases include distributed transactions, multi-agent AI orchestration, data processing pipelines, and infrastructure management. Durable Task encompasses the Durable Task SDKs for self-hosted applications, Durable Functions for serverless hosting on Azure Functions, and the Durable Task Scheduler - a fully managed backend service purpose-built for durable workloads.
1010
ms.service: durable-task
1111
ms.topic: hub-page
1212
author: hhunter-ms

articles/durable-task/sdks/toc.yml

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

0 commit comments

Comments
 (0)