fabricstack.dev

Fabric SDK for JavaScript (@azure/arm-fabric)

free

Microsoft's official TypeScript/JavaScript management SDK for the Fabric resource provider, part of the Azure SDK for JS.

Category
platform-apis
Type
sdk
Language
TypeScript
Maintainer
microsoft
Author
Microsoft
Added
Jun 1, 2026

What it does

@azure/arm-fabric is Microsoft’s official TypeScript/JavaScript management SDK for the Fabric resource provider, part of the Azure SDK for JS. Its FabricClient manages Azure Fabric resources such as capacities at the Azure Resource Manager level, authenticating with @azure/identity. It covers the ARM management plane, not Fabric data-plane operations.

Why use it

Use it to manage Fabric capacities from Node.js or browser-side automation written in TypeScript or JavaScript. There is no dedicated official data-plane Fabric JS SDK; for item and data operations, call the Fabric REST APIs directly.

Getting started

npm install @azure/arm-fabric @azure/identity