Azure Mgmt Fabric Dotnet

🌐Community
by sickn33 · vlatest · Repository

Manages Azure Fabric resources using the .NET SDK, enabling automation of deployments and configurations.

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-mgmt-fabric-dotnet npx -- -y @trustedskills/azure-mgmt-fabric-dotnet
2

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

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

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

About This Skill

What it does

This skill provides programmatic access to Azure Fabric management APIs using the .NET SDK. It allows AI agents to automate tasks such as creating, updating, and deleting resources within an Azure Fabric environment. Specifically, it enables interaction with key components like clusters, pools, and deployments.

When to use it

  • Automated Infrastructure Provisioning: Automatically create new Azure Fabric clusters based on predefined templates.
  • Resource Management: Update existing cluster configurations or delete unused resources to optimize costs.
  • Deployment Automation: Deploy applications and services to Azure Fabric environments programmatically, streamlining release processes.
  • Monitoring & Remediation: Respond to alerts by automatically adjusting resource settings within the Fabric.

Key capabilities

  • Cluster Management: Create, update, and delete clusters.
  • Pool Management: Manage compute and storage pools within a cluster.
  • Deployment Management: Deploy applications and services.
  • Resource Group Interaction: Manage resources within Azure Resource Groups.

Example prompts

  • "Create a new Azure Fabric cluster named 'my-cluster' in resource group 'rg-fabric'."
  • "Update the VM size of all nodes in the 'compute-pool' within the 'my-cluster' cluster."
  • "Deploy application 'webapp' to the 'production' pool in my Azure Fabric environment."

Tips & gotchas

  • Requires appropriate Azure credentials and permissions to manage resources. Ensure your AI agent has a service principal or managed identity with sufficient roles assigned.
  • The .NET SDK might have version dependencies; ensure compatibility when integrating this skill into an AI agent workflow.

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
16

🌐 Community

Passed automated security scans.