azure-mgmt-fabric-dotnet

Manage Microsoft Fabric capacities via Azure Resource Manager in .NET.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/davidrrowley/CortexYouV3 --skill azure-mgmt-fabric-dotnet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-mgmt-fabric-dotnet
Source: https://github.com/davidrrowley/CortexYouV3/tree/main/.agents/skills/azure-mgmt-fabric-dotnet
Command: npx skills add https://github.com/davidrrowley/CortexYouV3 --skill azure-mgmt-fabric-dotnet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Azure Resource Manager SDK for Fabric in .NET. Use for MANAGEMENT PLANE operations: provisioning, scaling, suspending/resuming Microsoft Fabric capacities, checking name availability, and listing SKUs via Azure Resource Manager. Triggers: "Fabric capacity", "create capacity", "suspend capacity", "resume capacity", "Fabric SKU", "provision Fabric", "ARM Fabric", "FabricCapacityResource".

Core Features & Use Cases

  • Provision and manage Fabric capacities (create/update/delete) via Azure Resource Manager.
  • Scale capacity SKUs, suspend/resume to optimize costs, and verify capacity state.
  • Check name availability and list available SKUs across regions for planning and governance.

Quick Start

Install the Azure.ResourceManager.Fabric package, authenticate with DefaultAzureCredential, and create a Fabric capacity using the provided sample.

Frequently Asked Questions about azure-mgmt-fabric-dotnet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Microsoft Fabric capacities programmatically in .NET?

You can manage Microsoft Fabric capacities in .NET using the Azure Resource Manager SDK to create, update, scale, suspend, and resume capacity resources programmatically. It requires the Azure.ResourceManager.Fabric package for management plane operations.

How do I scale or suspend a Fabric capacity to optimize costs?

To optimize costs, scale or suspend a Fabric capacity by updating the capacity resource via Azure Resource Manager in .NET. You can programmatically change SKUs or suspend and resume the capacity as needed for production or dev/test environments.

How do I check Fabric capacity name availability and list SKUs across regions?

Check Fabric capacity name availability and list available SKUs across regions using the Azure Resource Manager SDK in .NET. These operations help with capacity planning and governance before provisioning a new Fabric resource.

Do I need DefaultAzureCredential to provision Fabric capacities via ARM?

Yes, provisioning Fabric capacities via Azure Resource Manager requires DefaultAzureCredential for authentication. This .NET mechanism establishes the necessary secure context to perform management plane operations like creating or updating resources.

What is the difference between managing Fabric capacities via ARM and other management approaches?

Managing Fabric capacities via Azure Resource Manager focuses on infrastructure provisioning, scaling, and lifecycle states like suspend and resume. This approach handles resource management rather than the analytical workloads running inside the Fabric capacity.

Can I use this to automate Fabric capacity creation for dev/test environments?

Yes, you can automate Fabric capacity creation for dev/test environments by scripting the Azure Resource Manager operations in .NET. This allows programmatic provisioning, scaling, and suspending of capacities to optimize development costs.