microsoft / powerbi-azure-pipelines-extensions

MIT License
37 stars 14 forks source link

PowerBI Deployment Pipeline Integration with Azure DevOps #32

Open Karbharihande opened 11 months ago

Karbharihande commented 11 months ago

Deploying Power BI .pbix file from Azure DevOps pipeline calling Power BI deployment pipeline is working fine for only three instances and rest of the instances are showing deployment as successful in Azure DevOps, but deployment is not happening in Power BI workspace beyond three instances.

I have created Power BI pipeline for deploying dataset file into 5 instances which is happening in Power BI pipeline. But when I created pipeline in Azure DevOps with 'Power BI actions' as first task to deploy dataset file in Dev environment and subsequent tasks using 'Deploy content to the test' to deploy same file into remaining environments. After running this pipeline in Azure DevOps, all the tasks are shown successful in DevOps, but actual deployment is happening only for first three tasks in Power BI where deployment is unsuccessful in remaining couple of remaining environments.

Power BI Deployment Pipeline Azure DevOps Pipeline