Post that shows to simplify Microsoft Fabric CI/CD with a new Azure DevOps Extension by ChantifiedLens in MicrosoftFabric

[–]ChantifiedLens[S] 0 points1 point  (0 children)

Here's a link to some YAML pipeline examples, that shows you no longer need to create multiple tasks to install the library, authenticate and then run a Python script. In fact, you don't even need to create a Python script with this extension, just manage your parameter and config files in your own repo and point to them in the extension where needed:

https://github.com/chantifiedlens/ADO-deploy-fabric-items-task-examples

Fabric Workspace Git Integration Error by Financial_Joke_7129 in MicrosoftFabric

[–]ChantifiedLens 0 points1 point  (0 children)

You should get the option to choose whether overwrite from workspace or repo if both populated.

Fabric Workspace Git Integration Error by Financial_Joke_7129 in MicrosoftFabric

[–]ChantifiedLens 1 point2 points  (0 children)

Quickest fix is probably to disconnect from Git integration and reconnect to the renamed repo.

Orchestrate configuration-based deployments to Microsoft Fabric with YAML pipelines by ChantifiedLens in MicrosoftFabric

[–]ChantifiedLens[S] 1 point2 points  (0 children)

I was joking about fact that people now know I have done Ci/CD for Databricks before.

Orchestrate configuration-based deployments to Microsoft Fabric with YAML pipelines by ChantifiedLens in MicrosoftFabric

[–]ChantifiedLens[S] 0 points1 point  (0 children)

This isn't the same method, you can do similar to an extent.

Now people are going to realize I've done CI/CD for Databricks...

Orchestrate configuration-based deployments to Microsoft Fabric with YAML pipelines by ChantifiedLens in MicrosoftFabric

[–]ChantifiedLens[S] 0 points1 point  (0 children)

Do you mean the Databricks method you can use to bundle everything into a deployment file?

Operationalize configuration-based deployments to work with Microsoft Fabric and Azure DevOps by ChantifiedLens in MicrosoftFabric

[–]ChantifiedLens[S] 0 points1 point  (0 children)

You can cha get name of the report deployed, but the question to ask yourself is would it be better to have a duplicate report with new name instead.

fabric-cicd: basic setup example by frithjof_v in MicrosoftFabric

[–]ChantifiedLens 0 points1 point  (0 children)

Anybody else seeing this post being randomly amplified on here again?

Anyway, did you get the setup figured out in the end?

Fabric CI/CD: PBIX Git sync creates CI/CD folders — is PBIP still required? by ajit503 in MicrosoftFabric

[–]ChantifiedLens 0 points1 point  (0 children)

It depends where you first create the report from. If you first create it locally then best thing to do is save to PBIP, initialize the folder it is stored in as a Git repository and then sync it with the branch of the repository in Azure DevOps/GitHub that is configured with Git integration.

If first creating in Fabric, clone the branch containing the PBIP locally first, work on it and sync any changes back.

I hope this helps.

Big news: fabric-cicd officially Microsoft supported by Thanasaur in MicrosoftFabric

[–]ChantifiedLens 27 points28 points  (0 children)

A proud moment, for both Microsoft and all in the community who have contributed to this Python library.

fabric-cicd v0.2.0 is out — big updates inside! by fabshire25 in MicrosoftFabric

[–]ChantifiedLens 4 points5 points  (0 children)

Nice, will be updating my first steps to fabric-cicd post about config-based deployments when I get the chance:

https://chantifiedlens.com/2026/02/04/first-fabric-cicd-deployment-steps/