Forum Discussion
Does Microsoft Fabric natively support direct integration with GitHub
- 1 year ago
Hi Mahesh0016
Welcome to the Microsoft Fabric Community Forum. Also, thank you Akash_Varuna for your quick response.
Yes, Microsoft Fabric supports native GitHub integration focused on version control and collaboration, rather than full native CI/CD deployment pipelines like Power BI's integration with Azure DevOps. Git integration in Fabric is available at the workspace level and supports GitHub (cloud), GitHub Enterprise (cloud), and Azure DevOps Repos. This allows users to version control supported Fabric artifacts such as notebooks, data pipelines, semantic models, and reports, work with Git branches, track changes, and maintain workspace structures within a Git repository. However, not all item types in Fabric are currently supported, and some Git-related features are still in preview. Unlike Power BI, Fabric does not offer out-of-the-box deployment pipeline integration with GitHub. Instead, CI/CD workflows must be implemented manually, typically using GitHub Actions or similar automation tools by leveraging the Microsoft Fabric REST APIs for tasks like deploying artifacts or promoting content between workspaces.
For a complete understanding of Git integration and deployment capabilities, refer to
Overview of Fabric Git integration - Microsoft Fabric | Microsoft Learn
Get started with Git integration - Microsoft Fabric | Microsoft LearnIf this response resolves your query, please mark it as the Accepted Solution to assist other community members. A Kudos is also appreciated if you found the response helpful.
Thank you for being part of Fabric Community Forum.
Regards,
Karpurapu D,
Microsoft Fabric Community Support Team.
Hi Mahesh0016 Yes, Microsoft Fabric supports direct integration with GitHub for deployment pipelines. You can synchronize workspaces with GitHub repositories, enabling version control and CI/CD workflows. This allows automated deployments, triggered by GitHub commits, across development, test, and production environments. Some features may still be in preview and have limitations.
- Mahesh00161 year agoSuper User
Thank you for your kind Response Akash_Varuna.
Could you please share the official documentation and the configuration steps? It would be very helpful, and I would be truly grateful.
Thank You!