Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello,
I use Power BI Automation Tools in a release Azure DevOps but when I try to deploy content to the Test stage, I have an error indicated a bad request (400).
Here is my task, and I don't understand why this error ?
Solved! Go to Solution.
Hi @Anonymous,
Is that you are using Power BI automation tools extension for Azure DevOps? It seems that your api does not have enough permissions.
Before you start using the deployment pipelines APIs, make sure you have the following:
The service principal or user you're using to call the APIs, needs pipeline and workspace permissions, and access to an Azure AD application.
If you're going to use PowerShell scripts, install the Power BI PowerShell cmdlets Install-Module MicrosoftPowerBIMgmt.
For more details you can refer this:
Video:
Integrating Power BI deployment pipelines into Azure DevOps and Azure Pipelines. | OD29 - YouTube
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous,
Is that you are using Power BI automation tools extension for Azure DevOps? It seems that your api does not have enough permissions.
Before you start using the deployment pipelines APIs, make sure you have the following:
The service principal or user you're using to call the APIs, needs pipeline and workspace permissions, and access to an Azure AD application.
If you're going to use PowerShell scripts, install the Power BI PowerShell cmdlets Install-Module MicrosoftPowerBIMgmt.
For more details you can refer this:
Video:
Integrating Power BI deployment pipelines into Azure DevOps and Azure Pipelines. | OD29 - YouTube
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.