Setup & Installation
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
