azure-resource-manager-durabletask-dotnet

Provision and manage Azure Durable Task Scheduler resources via the ARM API.

2.9k|323|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/microsoft/skills --skill azure-resource-manager-durabletask-dotnet-microsoft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-resource-manager-durabletask-dotnet
Source: https://github.com/microsoft/skills/tree/main/.github/plugins/azure-sdk-dotnet/skills/azure-resource-manager-durabletask-dotnet
Command: npx skills add https://github.com/microsoft/skills --skill azure-resource-manager-durabletask-dotnet-microsoft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provisioning and managing Azure Durable Task Scheduler resources via the Azure Resource Manager (ARM) API can be complex and error-prone. This skill streamlines creating schedulers, task hubs, and retention policies programmatically, enabling repeatable, environment-agnostic infrastructure setups.

Core Features & Use Cases

  • Create and update Durable Task Schedulers (including SKU, endpoints) and Task Hubs.
  • Configure retention policies and access controls for schedulers and hubs.
  • Use across subscriptions and resource groups to support multi-environment deployments (e.g., staging and production) via automation.
  • Use case: Automate provisioning of a new scheduler and hub for a fresh environment during CI/CD onboarding or infrastructure setup.

Quick Start

Install the Azure.ResourceManager.DurableTask package and run a sample that creates a scheduler and a hub using the ARM SDK.

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 automate provisioning Azure Durable Task Scheduler resources?

You can automate provisioning Azure Durable Task Scheduler resources by using the Azure Resource Manager API to programmatically create schedulers, task hubs, and retention policies. This approach enables repeatable, environment-agnostic infrastructure setups across subscriptions and resource groups.

What is the best way to manage Durable Task task hubs and retention policies via ARM?

The best way to manage Durable Task task hubs and retention policies via ARM is to use the Azure Resource Manager SDK to perform CreateOrUpdate, Get, List, and Delete operations. This allows you to configure access controls and retention settings programmatically.

Do I need Azure.Identity and Azure.ResourceManager to create Durable Task schedulers?

Yes, you need Azure.Identity and Azure.ResourceManager to create Durable Task schedulers. The process uses DefaultAzureCredential for authentication to securely manage your schedulers, task hubs, and retention policies across subscriptions.

Can I use ARM to set up Durable Task Schedulers for multi-environment CI/CD deployments?

Yes, you can use ARM to set up Durable Task Schedulers for multi-environment CI/CD deployments. This skill supports creating schedulers and task hubs across different subscriptions and resource groups, making it ideal for automating staging and production environment onboarding.

What package do I install to manage Durable Task resources with the Azure SDK?

To manage Durable Task resources with the Azure SDK, you install the Azure.ResourceManager.DurableTask package. You can then run a sample script using DefaultAzureCredential to create a scheduler and a hub via the ARM SDK.