Perform CI/CD for Fabric apps with Azure DevOps

This post covers how you can perform CI/CD for Fabric apps with Azure DevOps. In order to deploy efficiently with a fully working YAML pipeline. Like in the below diagram. Just to clarify, Fabric apps were announced at Microsoft Build two weeks ago. Idea is that you work with the developer toolkit called Rayfin to … Read more

T-SQL Tuesday 199 – Into the Fabric multiverse

This month’s T-SQL Tuesday contribution delves into the Fabric multiverse. Focusing on four different possible outcomes for the future of Microsoft Fabric. Based on the thoughts that came to my mind after reading the invite. Before I get going, I just want to make it clear that this post is both fictional and hypothetical. Apart … Read more

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

Testing fab deploy with the new Fabric automation tools Azure DevOps extension

This post covers testing fab deploy with the new Fabric automation tools Azure DevOps extension. Plus, I show how you can authenticate with the new Azure Devops extension in various different ways. Since it has just been released there are a few quirks with the new extension. In fact, some there are already some GitHub … Read more

Using fab deploy in Azure DevOps for Microsoft Fabric deployments

This post covers using fab deploy in Azure DevOps for Microsoft Fabric deployments based on YAML pipelines. In addition, this post shows how you can perform initial tests locally and introduces some AI concepts. Plus, this post shares plenty of links and advice. You can find an example to accompany this post in the ‘create-genworkspace-fabric-cli.yml‘ … Read more

YAML Pipeline examples for the “Deploy Microsoft Fabric items with fabric-cicd” Azure DevOps extension

This post shows YAML Pipeline examples for the “Deploy Microsoft Fabric items with fabric-cicd” Azure DevOps extension. Which is the Azure DevOps extension that I published last month and is free for everybody to work with within Azure DevOps. You can find additional YAML pipelines examples in my ADO-deploy-fabric-items-task-examples repository. You can a guide on … Read more