Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Deploying with Azure Devops pipelines to PowerBI Workspace

Hi Everyone, 

 

I'm testing automated deployment with Azure Devops to PowerBI workspace.

I have followed this video completely: 

Integrating Power BI deployment pipelines into Azure DevOps and Azure Pipelines. - Events | Microsof...

However when I try to run the release I get the following error:

##[error]A pipeline with the requested name or Id was not found.
 
After that I have also tried to create manually the pipeline first within PowerBI Service and assigned the relevant workspaces (dev - uat - production). Then I created a new release where I just wanted to deploy content to the DEV workspace and I have set the pipeline name the same that I have provided in PowerBI service. Still getting the same error.
 
Does anyone managed to do this successfully?
Status: Investigating
Comments
Anonymous
Not applicable

Hi @Anonymous

According to the error message you provided, it seems that the corresponding ID or name cannot be found. Can you make sure that the pipeline name or ID specified in your Azure DevOps release task matches exactly with the one created in the Power BI service. This includes checking for any typos, spaces, or case sensitivity issues.

 

Best Regards,
Community Support Team _ Ailsa Tao

 

Anonymous
Not applicable

Dear Community Support Team _ Ailsa Tao,

 

I have already checked it several times before I wrote this post and I used Ctrl+C and Ctrl+V when I added the pipeline name, still getting the same error message.

 

Do you have any idea what can cause this beside typos?

Best regards,

Venidovis