Forum Discussion
Deployment Pipeline Rules with CI/CD
- 3 years ago
Thanks. I was well aware of all the options for automating the deployment pipelines and how to integrate that with Azure Devops. What ended up solving my problem is the update data source API call at Update Data Sources In Group . After my Paginated Reports get deployed to the correct workspace, I run that API call against them to set the correct data source they should use, depending what workspace they are in.
Hi kylememe , I'm working on a similar project and run into the same issue as you mentioned in your post. I now try to update the datasoure after the reports are deployed. However, when I follow the instructions from the link: Update Data Sources In Group,I got an error "message": "An error has occurred."
I'm also using a service principle. I'm wondering do you need to grant the access permission of the underlying datasource for service principle? Right now, my service principal has access to the report workspace, to the gateway of the datasource and to the powerbi pipeline.
Really appreciate if you can help me on that!