New deployment method for Fabric Accelerator

Recently I tested the new deployment method for the Fabric Accelerator. Which is the metadata driven framework accelerator solution for Microsoft Fabric developed by Benny Austin. Because it is a popular solution I decided to share my results in this post. Install with the new deployment method for Fabric accelerator I looked to deploy fabric … Read more

Automate branching out to new workspace in Microsoft Fabric with GitHub

This post covers how to automate branching out to new workspace in Microsoft Fabric with GitHub. Based on custom Branch Out to New Workspace scripts for Microsoft Fabric provided by Microsoft. Which you can find in the Fabric Toolbox GitHub repository provided by Microsoft. I covered implementing it in Azure DevOps in a previous post. … Read more

Authenticate as a service principal to run a Microsoft Fabric notebook using GitHub Actions

In this post I cover an alternative way you can authenticate as a service principal to run a Microsoft Fabric notebook using GitHub Actions. By authenticating through the Fabric CLI (Command Line Interface) to run the notebook. Some time ago I covered how to authenticate as a service principal to run a Microsoft Fabric notebook … Read more

Deploy a working Direct Lake semantic model with fabric-cicd and Fabric CLI

In this post I show one way you can deploy a working Direct Lake semantic model with fabric-cicd and Fabric CLI as part of your Microsoft Fabric CI/CD strategy. To clarify, when I say working I mean that the Direct Lake semantic model points to the correct SQL analytics endpoint for a Lakehouse in the … Read more

Managing Fabric connections with Fabric CLI when performing CI/CD

In this post I cover managing Microsoft Fabric connections with Fabric CLI when performing CI/CD. To clarify, I mean the Microsoft Fabric connections that you work with when you select “Manage connections and gateways” in the settings menu in Microsoft Fabric. Like in the below image. When I say the Fabric CLI I mean the … Read more

Introducing the FUAM deploymenator

In this post I will be introducing the FUAM deploymenator. Which is a FUAM deployment accelerator that I developed in order to push FUAM deployments from GitHub to a Microsoft Fabric tenant. Like in the overview diagram below. As you can see, it utilizes both the Fabric Command Line Interface (Fabric CLI) and the fabric-cicd … Read more

Operationalize Fabric workspaces using Fabric CLI and fabric-cicd with GitHub Actions

In this post I want to show one way that you can operationalize Fabric workspaces using Fabric CLI and fabric-cicd with GitHub Actions. To clarify, when I say the Fabric CLI I mean the Fabric Command Line Interface. Which is a command line offering by Microsoft. Whereas fabric-cicd is a Python library that allows you … Read more

Fabricators guide to version control in Microsoft Fabric

You can consider this post a Fabricators guide to version control in Microsoft Fabric. Including my unique insights and how this ties in with Microsoft’s latest document relating to CI/CD workflow options in Fabric. To be more specific, I intend to go into a lot of detail about Microsoft Fabric Git integration in this post. … Read more

Fabricators guide to database projects for Microsoft Fabric Data Warehouses

You can consider this post a Fabricators guide to database projects for Microsoft Fabric Data Warehouses. Since I intend to go into a lot of detail about them in this post to help those that are preparing for the DP-700 exam. You can start booking to take the beta exam on the same day that … Read more

Choosing Azure DevOps or GitHub for Microsoft Fabric Git integration

In this post I share some things to consider when choosing Azure DevOps or GitHub for Microsoft Fabric Git integration. Since you can now choose either Azure DevOps or GitHub as a provider for Git repositories. As shown in the below diagram. I wanted to do this post since I get asked a lot whether … Read more