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

Thoughts about some of the CI/CD announcements at FabCon

Within this post I share my initial thoughts about some of the CI/CD announcements at FabCon. I decided to cover a few since there were so many fantastic announcements during the event. In addition, I decided to focus on the Fabric related announcements even though the SQL-based SQLCon took place at the same time. For … Read more

Simplify Microsoft Fabric Deployments with “Deploy Microsoft Fabric items with fabric-cicd”, an Azure DevOps Extension

This post covers how you can simplify Microsoft Fabric deployments with “Deploy Microsoft Fabric items with fabric-cicd”. Which is an Azure DevOps extension that I recently published. To manage expectations, this post shows how to start working with the extension and its associated task within the GUI-based classic release pipelines in Azure DevOps. Like in … Read more

Orchestrate configuration-based deployments to Microsoft Fabric with YAML Pipelines

This post covers how to orchestrate configuration-based deployments to Microsoft Fabric with YAML pipelines in Azure DevOps. This feature is now generally available in the latest fabric-cicd release. In my previous post I showed you how to operationalize configuration-based deployments to work with Microsoft Fabric and the Classic Pipelines in Azure DevOps. Now that Microsoft … Read more

Operationalize configuration-based deployments to work with Microsoft Fabric and Azure DevOps

This post covers how to operationalize configuration-based deployments to work with Microsoft Fabric and Azure DevOps. This feature is now generally available in the latest fabric-cicd release. Microsoft has officially announced official support for Microsoft fabric-cicd tool. With that news, this feels like the perfect time to follow up on the post read by thousands … Read more

Updating Microsoft Fabric Notebook Cells at Build Time with Azure Pipelines

This post covers how I ended up updating Microsoft Fabric notebook cells at build time with Azure Pipelines. Which is the service that manages your pipelines in Azure DevOps. I decided to share this to be transparent about what happened and how I resolved the issue. Plus, share how you can directly edit notebook cells … Read more