Perform Fabric CI/CD securely in GitHub with OpenID Connect and fab deploy

This post shows how you can perform Fabric CI/CD securely in GitHub with OpenID Connect and fab deploy. As visualized below. To clarify, OpenID Connect (OIDC) extends OAuth 2.0 to provide identity verification and allows GitHub Actions to securely authenticate to cloud providers using short-lived tokens instead of stored secrets. Fab deploy is a new … Read more

Simplify CI/CD for Real-Time Intelligence

This post covers one way you can simplify CI/CD for Real-Time Intelligence in Microsoft Fabric with the fab deploy command in Azure DevOps. I often get asked if CI/CD for Real-Time Intelligence works. Since it is not a topic that gets discussed often. So I decided to show CI/CD working for Real-Time Intelligence and how … Read more

Perfect combination of Azure DevOps services for an end-to-end Microsoft Fabric CI/CD story

I decided to share my thoughts about the perfect combination of Azure DevOps services for an end-to-end Microsoft Fabric CI/CD story. Since the topic came up in a forum recently. Before I go any further, I will explain what I mean by Azure Devops services. Even though a lot of people think of Azure DevOps … Read more

Microsoft Fabric Continuous Integration maturity levels

In this post I want to encourage others to think about their Microsoft Fabric Continuous Integration maturity levels. Like the potential Microsoft Fabric Continuous Integration (CI) maturity levels that are shown in the below diagram. Because I want people to understand that there is more to implementing a good CI/CD strategy then simply configuring Microsoft … Read more

Operationalize fabric-cicd to work with Microsoft Fabric and GitHub Actions

In this post I want to show how you can operationalize fabric-cicd to work with Microsoft Fabric and GitHub Actions. Since I got asked if this post was available whilst helping at the ask the experts panel during the Microsoft Fabric Community Conference. Just so that everybody is aware, fabric-cicd is a Python library that … Read more

Some of the Microsoft Fabric CI/CD announcements during FabCon

In this post I want to share my thoughts about some of the Microsoft Fabric CI/CD related announcements during FabCon. To clarify, when I say FabCon I mean the Microsoft Fabric Community Conference. Which took place last week in Las Vegas. In reality, there were a lot of great announcements during the Microsoft Fabric Community … Read more

Operationalize fabric-cicd to work with Microsoft Fabric and YAML Pipelines

In this post I show how you can operationalize fabric-cicd to work with Microsoft Fabric and YAML pipelines in Azure DevOps. As a follow up to my previous post on how to work with fabric-cicd and Classic pipelines. I want to highlight some subtle differences in this post compared to my last post. Which are … Read more

Operationalize fabric-cicd to work with Microsoft Fabric and Azure DevOps

In this post I show how you can operationalize fabric-cicd to work with Microsoft Fabric and Azure DevOps. Just so that everybody is aware, fabric-cicd is a Python library that allows you to perform CI/CD of various Microsoft Fabric items into Microsoft Fabric workspaces. With the list of supported Fabric items ever increasing. I previously … Read more

Happy together paths to test semantic models in Microsoft Fabric feature workspaces with BPA

In this post I cover two happy together paths to test semantic models in Microsoft Fabric feature workspaces with BPA. Before you deploy updates to your development environment. To clarify, when I say BPA I mean the Best Practices Analyzer functionality that you can work with to check that your semantic models are optimized and … Read more