azure-mgmt-fabric-py

Manage Microsoft Fabric capacities via Python CRUD and lifecycle operations.

2.9k|323|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/microsoft/skills --skill azure-mgmt-fabric-py-microsoft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-mgmt-fabric-py
Source: https://github.com/microsoft/skills/tree/main/.github/plugins/azure-sdk-python/skills/azure-mgmt-fabric-py
Command: npx skills add https://github.com/microsoft/skills --skill azure-mgmt-fabric-py-microsoft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Azure Fabric capacity management is complex and tedious when performed manually; this Skill enables programmatic control over Fabric capacities and resources from Python.

Core Features & Use Cases

  • Create, update, suspend, resume, and delete Fabric capacities.
  • Retrieve capacity details and list capacities by resource group or subscription.
  • Validate name availability and discover available SKUs to plan scaling.

Quick Start

Install the azure-mgmt-fabric package and authenticate with DefaultAzureCredential to begin managing Fabric capacities programmatically.

Frequently Asked Questions about azure-mgmt-fabric-py

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

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

You can manage Fabric capacities in Python by installing the azure-mgmt-fabric package, authenticating with DefaultAzureCredential, and initializing the FabricMgmtClient to perform CRUD and lifecycle operations.

Can I suspend and resume Fabric capacities using a Python SDK?

Yes, you can suspend and resume Fabric capacities programmatically using the Python SDK by initializing the FabricMgmtClient with Azure Resource Manager endpoints.

What is the best way to list Fabric capacities by resource group or subscription?

The best way to list Fabric capacities is by using the FabricMgmtClient in Python to retrieve capacity details filtered by Azure Resource Group or subscription scope.

Do I need DefaultAzureCredential to authenticate for Fabric capacity management?

Yes, DefaultAzureCredential is required to authenticate the Python client for secure access when managing Microsoft Fabric capacities within Azure Resource Groups.

How do I check name availability and discover SKUs before creating a Fabric capacity?

You can validate name availability and discover available SKUs for scaling by calling the respective validation methods through the FabricMgmtClient before capacity creation.

What are the limitations of managing Fabric capacities programmatically?

Programmatic management of Fabric capacities requires proper Azure Resource Manager permissions and depends on DefaultAzureCredential initialization for secure CRUD operations.