Back to skills

azure-resource-manager-durabletask-dotnet

infrastructure

Management plane SDK for Azure Durable Task Scheduler in .NET. Handles provisioning schedulers, creating task hubs, and configuring retention policies via Azure Resource Manager. Separate from the dat

Setup & Installation

npx skills add https://github.com/microsoft/azure-resource-manager-durabletask-dotnet --skill azure-resource-manager-durabletask-dotnet
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/azure-resource-manager-durabletask-dotnet
View on GitHub

What This Skill Does

Management plane SDK for Azure Durable Task Scheduler in .NET. Handles provisioning schedulers, creating task hubs, and configuring retention policies via Azure Resource Manager. Separate from the data plane SDK, which runs orchestrations. Rather than manually calling ARM REST APIs or navigating the Azure portal, this SDK gives you typed .NET objects and async operations for every management task with built-in credential handling.

When to use it

  • Working with azure resource manager durabletask dotnet functionality
  • Implementing azure resource manager durabletask dotnet features
  • Debugging azure resource manager durabletask dotnet related issues