Fabric SDK for Python (azure-mgmt-fabric)
freeMicrosoft's official Python management SDK for the Fabric resource provider, used to manage Fabric capacities and related Azure resources.
- Category
- platform-apis
- Type
- sdk
- Language
- Python
- Maintainer
- microsoft
- Author
- Microsoft
- Added
- Jun 1, 2026
What it does
azure-mgmt-fabric is Microsoft’s official Python management (ARM) client library for the Fabric resource provider. It manages Fabric capacities and related Azure resources at the Azure Resource Manager control-plane level, authenticating via azure-identity. Its scope is management, not Fabric item or data-plane operations — those are accessed through the Fabric REST APIs directly.
Why use it
Use it to provision and manage Fabric capacities programmatically from Python as part of broader Azure resource automation. For full Fabric REST coverage (item CRUD and admin), the community library msfabricpysdkcore is a popular Pythonic wrapper, and in notebooks the FabricRestClient from Semantic Link (SemPy) handles data-plane calls.
Getting started
pip install azure-mgmt-fabric azure-identity