Deploy Microsoft Fabric items with fabric-cicd
free previewCommunity Azure DevOps extension that deploys Fabric workspace items from a pipeline using Microsoft's open-source fabric-cicd library.
- Category
- devops-cicd
- Type
- extension
- Maintainer
- community
- Author
- Chantified Lens
- Added
- Jun 1, 2026
What it does
This Azure DevOps extension adds a DeployMicrosoftFabricItems pipeline task that deploys Fabric workspace items — notebooks, lakehouses, data pipelines, semantic models, and more — to a target workspace using Microsoft’s open-source fabric-cicd Python library. It wraps the library so teams can run configuration-based Fabric deployments from classic or YAML pipelines without writing the Python plumbing themselves.
Why use it
Use it when you want fabric-cicd-based deployments in Azure DevOps but prefer a packaged task over maintaining your own Python step.
Getting started
Install the extension from the Visual Studio Marketplace into your Azure DevOps organization, then add the DeployMicrosoftFabricItems task to your pipeline and point it at your repository directory and target workspace.