skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

azure-mgmt-fabric-dotnet

Microsoft Fabric capacity management

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/microsoft/skills --skill azure-mgmt-fabric-dotnet

Overview

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.

Application

When to use this Skill

Documentation

Show Skills.md file

Azure.ResourceManager.Fabric (.NET)

Management plane SDK for provisioning and managing Microsoft Fabric capacity resources via Azure Resource Manager.

Management Plane Only This SDK manages Fabric capacities (compute resources). For working with Fabric workspaces, lakehouses, warehouses, and data items, use the Microsoft Fabric REST API or data plane SDKs.

Installation

dotnet add package Azure.ResourceManager.Fabric
dotnet add package Azure.Identity

Current Version: 1.0.0 (GA - September 2025)
API Version: 2023-11-01
Target Frameworks: .NET 8.0, .NET Standard 2.0

Environment Variables

AZURE_SUBSCRIPTION_ID=<your-subscription-id> # Required: Azure subscription ID
AZURE_TOKEN_CREDENTIALS=prod  # Required only if DefaultAzureCredential is used in production
AZURE_TENANT_ID=<tenant-id> # For service principal auth (optional)
AZURE_CLIENT_ID=<client-id> # For service principal auth (optional)
AZURE_CLIENT_SECRET=<client-secret> # For service principal auth (optional)
Lines 1 - 27 of 336

Recommendations

Explore other random skills

All skillsMy patterns