Forum Discussion
Does Microsoft Fabric natively support direct integration with GitHub?
- 1 year ago
Hi Mahesh0016 ,
Microsoft Fabric does now natively support direct integration with GitHub for deployment pipelines in the same way that Power BI integrates with Azure DevOps.
Git Integration: Fabric's Git integration is currently limited to Azure DevOps Git repositories within the same tenant.
Deployment Pipelines: Fabric's deployment pipelines are primarily designed to work with Azure DevOps Git repositories and do not offer native support for GitHub repositories.
While native support is absent, you can implement a custom CI/CD process using GitHub Actions in combination with Fabric's REST APIs. This approach requires manual setup and scripting to handle authentication, artifact management, and deployment tasks.
Hi Mahesh0016 ,
Microsoft Fabric does now natively support direct integration with GitHub for deployment pipelines in the same way that Power BI integrates with Azure DevOps.
Git Integration: Fabric's Git integration is currently limited to Azure DevOps Git repositories within the same tenant.
Deployment Pipelines: Fabric's deployment pipelines are primarily designed to work with Azure DevOps Git repositories and do not offer native support for GitHub repositories.
While native support is absent, you can implement a custom CI/CD process using GitHub Actions in combination with Fabric's REST APIs. This approach requires manual setup and scripting to handle authentication, artifact management, and deployment tasks.
- Mahesh00161 year ago
Super User
Thank you for your kind Response BhavinVyas3003.
Could you please share the official documentation and the configuration steps? It would be very helpful, and I would be truly grateful.
Thank You!