Skip to content

Fabric Accelerator v4.0

Latest

Choose a tag to compare

@bennyaustin bennyaustin released this 09 Dec 10:22
· 107 commits to main since this release
d32f315

What's New?

With this release, the Fabric Accelerator setup is now fully automated, delivering faster and simpler deployments. Previously, the process required 15 semi-automated steps and about 2 hours. With this release, it’s streamlined to just a few one-time configurations, followed by a job that completes deployment in 15–20 minutes.

The New Deployment Process

Fabric Accelerator now uses Fabric CLI to fully automate the initial setup. Key features of this automation include:

  1. Git-based version-controlled Fabric items that can be deployed from your repository to any Fabric tenant using a GitHub action – Deploy Fabric Accelerator. This approach aligns with Microsoft’s recommended Option 2 for Git-based deployments using build environments for Fabric CI/CD especially suited for multi-tenanted deployments.
  2. The new approach uses Fabric CLI instead of GitHub sync for deploying Fabric items. This offers two key advantages:
  • The target workspace is independent of Git providers for version control.
  • No need to handle pesky Fabric item ID find-and-replace before syncing.
  1. Provision or reuse an existing Fabric capacity.
  2. Supports deployments of all Fabric items – including Workspaces, Folders, SQL databases and schemas, Connections, ACLs, Lakehouses, Data Warehouses, Notebooks, Pipelines, Eventhouses, KQL database and schemas, RTI dashboards, Eventstream , and more.
  3. Supports re-runnability by deploying new Fabric items or updating existing ones, including support for asynchronous Long Running Operations (LRO).
  4. improved error handling.

What's Changed

Full Changelog: v3.0...v4.0