azure-resource-manager-durabletask-dotnet

Provision and manage Azure Durable Task schedulers and hubs via ARM.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/DobricLilujun/LabAgentSkill --skill azure-resource-manager-durabletask-dotnet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-resource-manager-durabletask-dotnet
Source: https://github.com/DobricLilujun/LabAgentSkill/tree/main/skillsHub/skills_scaling/durabletask
Command: npx skills add https://github.com/DobricLilujun/LabAgentSkill --skill azure-resource-manager-durabletask-dotnet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers provision and manage Azure Durable Task resources (schedulers, task hubs, and retention policies) using the Azure Resource Manager API, enabling consistent governance and scalable deployments.

Core Features & Use Cases

  • Provision and configure schedulers and task hubs for durable task workloads using ARM.
  • Manage retention policies and lifecycle of orchestrations within resource groups and subscriptions.
  • Code-ready guidance for .NET integrations with Azure.Identity and the ARM SDK to automate infrastructure tasks.

Quick Start

Follow the example to authenticate with DefaultAzureCredential, create an ArmClient, and provision a Durable Task Scheduler and a Task Hub in your resource group.

Frequently Asked Questions about azure-resource-manager-durabletask-dotnet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I provision Azure Durable Task schedulers and task hubs using ARM?

You can provision Azure Durable Task schedulers and task hubs by authenticating with DefaultAzureCredential, creating an ArmClient, and using the .NET SDK to deploy resources into your resource group.

Can I manage retention policies for durable task orchestrations across subscriptions?

Yes, you can manage retention policies and orchestration lifecycles across subscriptions and resource groups using the Azure Resource Manager API for enterprise-grade durable task infrastructures.

What is the best way to automate durable task infrastructure deployment in .NET?

Automating durable task infrastructure deployment in .NET is best achieved by integrating Azure.Identity with the ARM SDK to programmatically provision schedulers and task hubs for scalable workloads.

Does the Azure Durable Task ARM API integrate with Azure.Identity for .NET?

Yes, the Azure Durable Task ARM API integrates with Azure.Identity in .NET, enabling you to use DefaultAzureCredential to securely authenticate ArmClient instances for provisioning operations.

How does ARM help maintain enterprise-grade durable task infrastructures?

ARM enables consistent governance and scalable deployments for enterprise-grade durable task infrastructures by managing multiple schedulers, task hubs, and retention policies across resource groups and subscriptions.