Configuring compliance for Microsoft Fabric

In this post I want cover how you can test configuring compliance for Microsoft Fabric in your own private environment. So that you get a better idea of the compliance story for Microsoft Fabric. I thought I better write this post since I got asked about compliance during a Microsoft Fabric session I did at … Read more

Spreading your Power BI wings with Microsoft Fabric

In this post I want to cover spreading your Power BI wings with Microsoft Fabric. Since I covered Microsoft Fabric from a SQL Server perspective in my last post. Which is part of a series of posts about spreading your SQL Server wings with the Microsoft Intelligent Data Platform. You can find out more about … Read more

Spreading your SQL Server wings with Microsoft Fabric

In this post I want to cover spreading your SQL Server wings with Microsoft Fabric. As part of a series of posts about spreading your SQL Server wings with the Microsoft Intelligent Data Platform. You can find out more about this series of posts in an introductory post I published about the series. By the … Read more

Install SqlPackage to work with dacpacs for serverless SQL Pools

In this post I want to cover how to install SqlPackage to work with dacpacs for serverless SQL Pools. I decided to do this post after some feedback I received about SqlPackage after a series of posts about deploying dacpacs to serverless SQL Pools. For example, my post about deploying a dacpac to a serverless … Read more

Deploy a dacpac to a serverless SQL pool using GitHub Actions

In this post I want to cover how you can deploy a dacpac to a serverless SQL pool using GitHub Actions. Yes, you are reading that right. It is now possible thanks to a SqlPackage update. Which you can download this update on the ‘Download and install SqlPackage‘ page. In a previous post I covered how … Read more

GitHub hygiene for Microsoft Data Platform repositories

In this post I want to cover some of the ways I have been looking to improve my GitHub hygiene for Microsoft Data Platform repositories. By following some best practices. To clarify, GitHub hygiene is a term that I use to describe the practice of keeping GitHub repositories healthy. Some of you have probably noticed … Read more