Skip to content

Commit 1dab904

Browse files
authored
Merge pull request #314885 from hhunter-ms/hh-568322
[Durable] Link updates and adding AI to various common areas
2 parents 90e9874 + 5a5dcf0 commit 1dab904

4 files changed

Lines changed: 17 additions & 129 deletions

File tree

articles/durable-task/common/index.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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. Durable Task handles state persistence, automatic recovery, and distributed coordination for you. Common use cases include distributed transactions, multi-agent AI orchestration, data processing pipelines, and infrastructure management.
55

66
metadata:
77
title: Durable Task documentation
8-
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.
8+
description: Durable Task is Microsoft's technology for building workflows and orchestrations as ordinary code that automatically survives failures. Durable Task handles state persistence, automatic recovery, and distributed coordination for you. Common use cases include distributed transactions, multi-agent AI orchestration, data processing pipelines, and infrastructure management.
99
ms.service: durable-task
1010
ms.topic: landing-page
1111
author: hhunter-ms
@@ -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-agents-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 handles state persistence, automatic recovery, and distributed coordination for you. Durable Task encompasses the Durable Task SDKs for self-hosted applications, Durable Functions for serverless hosting on Azure Functions, the Durable Task Scheduler storage provider, and Durable Agentic application patterns.
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 handles state persistence, automatic recovery, and distributed coordination for you. Durable Task encompasses the Durable Task SDKs for self-hosted applications, Durable Functions for serverless hosting on Azure Functions, the Durable Task Scheduler storage provider, and Durable Agentic application patterns.
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)