What problem does it solve?
Developers building stateful workflows with Azure Durable Task often struggle with orchestrator code constraints, error handling, versioning, and choosing the right patterns like fan-out/fan-in or continue-as-new. This Skill gives AI coding assistants curated, up-to-date Azure documentation guidance so they can answer Durable Task questions correctly.
Core Features & Use Cases
- Pattern Guidance: Covers fan-out/fan-in, function chaining, human interaction, monitor, singleton, and eternal orchestration patterns.
- Operations & Configuration: Explains instance management APIs, task hub storage configuration, custom orchestration status limits, and scheduler metrics.
- Safe Deployment: Provides orchestration versioning strategies for deploying breaking changes without disrupting running workflows.
- Use Case: When asked how to implement a long-running approval workflow, the agent fetches the relevant Microsoft Learn documentation and produces correct Durable Task code with retries and external event handling.
Quick Start
Ask your AI assistant how to implement a fan-out/fan-in orchestration with Azure Durable Task and it will fetch the relevant documentation and generate the code.