azure-resource-manager-durabletask-dotnet

Provision and manage Azure Durable Task Schedulers and task hubs via ARM.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provision and manage Azure Durable Task Schedulers, Task Hubs, and retention policies using Azure Resource Manager from code in a repeatable way.

Core Features & Use Cases

  • Create and configure Durable Task Schedulers with SKU options (Dedicated or Consumption) and resource endpoints.
  • Create and manage Task Hubs under a scheduler, and manage retention policies for orchestration state.
  • List, update, and delete schedulers, task hubs, and policies across subscriptions and resource groups for consistent lifecycle management.

Quick Start

Create a new Durable Task Scheduler named 'my-scheduler' with a dedicated SKU in your resource group, then add a task hub named 'my-taskhub' under that scheduler.

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 from code?

You can provision Azure Durable Task Schedulers from code by using ARM management capabilities to create schedulers with specific SKU options and resource endpoints in your resource group.

What is a Durable Task Scheduler and when do I need to manage it via ARM?

A Durable Task Scheduler manages orchestration state for task hubs. You manage it via ARM to repeatably provision schedulers, configure retention policies, and handle resource lifecycle across subscriptions.

Can I create Task Hubs and configure retention policies using Azure Resource Manager?

Yes, you can create Task Hubs under a specific scheduler and manage their retention policies for orchestration state using Azure Resource Manager operations in your code.

What credentials do I need to manage Durable Task Schedulers across subscriptions?

Managing Durable Task Schedulers across subscriptions requires appropriate Azure credentials and environment configuration for ARM access to authorize listing, updating, and deleting resources.

Does ARM support both Dedicated and Consumption SKUs for Durable Task Schedulers?

Yes, ARM supports creating and configuring Durable Task Schedulers with both Dedicated and Consumption SKU options when you provision resources in your resource group.