Back to skills

azure-mgmt-fabric-dotnet

infrastructure

Azure.ResourceManager.Fabric is the .NET SDK for managing Microsoft Fabric capacity resources through Azure Resource Manager. It covers provisioning, scaling, suspending, and resuming Fabric capacitie

Setup & Installation

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

What This Skill Does

Azure.ResourceManager.Fabric is the .NET SDK for managing Microsoft Fabric capacity resources through Azure Resource Manager. It covers provisioning, scaling, suspending, and resuming Fabric capacities. It does not handle data plane operations like workspaces or lakehouses. Using this SDK instead of raw ARM REST calls gives you typed C# models, built-in long-running operation handling, and DefaultAzureCredential support, removing the need to manually manage HTTP requests and polling loops.

When to use it

  • Working with azure mgmt fabric dotnet functionality
  • Implementing azure mgmt fabric dotnet features
  • Debugging azure mgmt fabric dotnet related issues