Fabric SDK for .NET (Azure.ResourceManager.Fabric)
freeMicrosoft's official .NET management SDK for the Fabric resource provider, used to manage Fabric capacities and related Azure resources.
- Category
- platform-apis
- Type
- sdk
- Language
- C#
- Maintainer
- microsoft
- Author
- Microsoft
- Added
- Jun 1, 2026
What it does
Azure.ResourceManager.Fabric is Microsoft’s official .NET management (ARM) library for the Fabric resource provider, used to manage Fabric capacities and related Azure resources. It uses Azure.Identity for authentication and the standard Azure Core HTTP pipeline, targeting .NET 8.0 and .NET Standard 2.0.
Why use it
Use it to provision and manage Fabric capacities from .NET applications and automation. Like the Python management SDK, its scope is the ARM control plane; Fabric item and data-plane operations are called via the Fabric REST APIs directly.
Getting started
dotnet add package Azure.ResourceManager.Fabric
dotnet add package Azure.Identity