Skip to content

Commit 0672e62

Browse files
Add table of contents to release options doc
1 parent afbbbf3 commit 0672e62

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

fabric-cicd-release-options.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Best Practices with Fabric CI/CD Overview
22

3+
## Table of Contents
4+
5+
- [Introduction — Why CI/CD in Fabric?](#introduction--why-cicd-in-fabric)
6+
- [Git Integration in Fabric](#git-integration-in-fabric)
7+
- [Development Process](#development-process)
8+
- [Release Options](#release-options)
9+
- [Option 1 – Fabric Deployment Pipelines](#option-1--fabric-deployment-pipelines)
10+
- [Option 2 – Git-based Deployments](#option-2--git-based-deployments)
11+
- [Option 3 – Git-based with Build Environments](#option-3--git-based-with-build-environments)
12+
- [Infrastructure & Resource Provisioning](#infrastructure--resource-provisioning)
13+
- [Comparison Summary](#comparison-summary)
14+
- [My Recommendation](#my-recommendation)
15+
- [Best Practices](#best-practices)
16+
- [References](#references)
17+
- [Acknowledgments](#acknowledgments)
18+
19+
---
20+
321
## Introduction — Why CI/CD in Fabric?
422

523
Microsoft Fabric workspaces contain items — notebooks, pipelines, lakehouses, semantic models, and more — that need to move reliably between development, test, and production environments. Beyond items, **data** must also be ingested and transformed in each stage to validate that everything works end-to-end. CI/CD in Fabric provides the mechanisms to version-control these items, track changes over time, and automate their deployment and data workflows across stages.

0 commit comments

Comments
 (0)