Private links establish a secure, private connection between your virtual network and Microsoft Fabric, preventing public internet access to your data and minimizing risks of unauthorized access or data breaches. Using Azure Private Link and Azure Networking private endpoints, data traffic is routed privately through Microsoft’s backbone network infrastructure, bypassing the public internet. Fabric supports […]
Latest Posts
Setup Microsoft Fabric EventStream Custom Endpoint
One of the coolest features in Microsoft Fabric EventStream is the ability to integrate your application by adding a custom endpoint or app as a source, allowing you to send real-time events to the eventstream via the provided connection endpoint or using the Apache Kafka protocol. In today’s article, I prepared a short tutorial to […]
Starting Power BI deployment pipelines from Azure DevOps
Deployment pipelines in Power BI/ Microsoft Fabric have become crucial for managing and automating the deployment of Power BI content across environments. As DevOps practices become more popular, integrating Power BI deployment pipelines with Azure DevOps can streamline workflows, improve collaboration, and ensure reliable analytics delivery. In this article, we’ll explore how to connect Azure […]
High concurrency mode for Fabric notebooks in pipelines
When you try to run a single notebook in Fabric, a new Apache session is started. This is the default behavior of our notebooks when using the standard approach. However, you can execute other notebooks from a single notebook using built-in methods from mssparkutils, such as the runMultiple method, which I’ve already described here. By […]



Last comments