Forum Discussion
yazdanb
9 months agoFrequent Visitor
Is it possible to do automatic selective deployment in our ADO pipeline deploying to Fabric WS?
We are using an Azure DevOps pipelines to deploy Power BI (PBIP) reports from a Git repo to Microsoft Fabric workspaces through a Service Principal connection. Each workspace is mapped to a folder in...
KevinChant
9 months agoSuper User
u can do this in Azure DevOps by utilizing the fabric-cicd Python library and the parameterization functionality to filter for certain items. Just be aware that this will take some development effort on your part.