Skip to content
fabricstack.dev

Deploy Microsoft Fabric items with fabric-cicd

free preview

Community 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.

Related tools

Official Microsoft Azure DevOps extension that adds the FabricCLITask, provisioning the Fabric CLI into pipelines for workspace and deployment automation.

Extension Free Microsoft Preview
  • #official
  • #cicd
  • #azure-devops

Declarative infrastructure-as-code deployment tool for Microsoft Fabric, distributed as a .NET global tool, that manages Fabric items, Entra identities, and Azure resources from a single YAML manifest across environments.

CLI Free Preview
  • #iac
  • #deployment
  • #automation

Python library for deploying Microsoft Fabric items from source control into workspaces, designed for scripted CI/CD pipelines.

Library Free Microsoft
  • #official
  • #cicd
  • #deployment