Azure Resource Manager Durabletask Dotnet

🌐Community
by sickn33 · vlatest · Repository

Orchestrates Azure Durable Functions written in .NET using the Resource Manager API for reliable task management.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add azure-resource-manager-durabletask-dotnet npx -- -y @trustedskills/azure-resource-manager-durabletask-dotnet
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "azure-resource-manager-durabletask-dotnet": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/azure-resource-manager-durabletask-dotnet"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to interact with Azure Durable Functions using .NET. It enables orchestration of long-running, stateful workflows within Azure, providing features like automatic retries, checkpoints, and easy composition of complex processes. The agent can manage function execution and monitor their status through the Azure Resource Manager (ARM).

When to use it

  • Automating Azure deployments: Trigger Durable Functions for automated deployment pipelines or infrastructure provisioning tasks.
  • Orchestrating data processing workflows: Coordinate multiple steps in a complex data transformation process, ensuring reliability and order of execution.
  • Managing long-running business processes: Handle scenarios like order fulfillment, insurance claims processing, or financial transactions that require coordination across several services.
  • Monitoring Azure Function health: Check the status of Durable Functions and trigger alerts based on their performance.

Key capabilities

  • Azure Resource Manager (ARM) interaction
  • Durable Functions orchestration
  • .NET integration
  • Stateful workflow management
  • Automatic retries and checkpoints

Example prompts

  • "Start a new Durable Function named 'OrderProcessing' with input data: {orderId: 123, customerId: 456}"
  • "Get the status of Durable Function instance with ID 'unique-instance-id'."
  • "List all active Durable Functions in the 'my-durable-function-app' app."

Tips & gotchas

  • Requires appropriate Azure credentials and permissions for managing resources.
  • Familiarity with .NET programming concepts is beneficial for understanding function inputs and outputs.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
sickn33
Installs
19

🌐 Community

Passed automated security scans.