Forum Discussion

BoNDoK00's avatar
BoNDoK00
Frequent Visitor
3 years ago
Solved

Restrict publishing to workspace

I am creating a process for power bi development for a group of developers.  The processes includes CD (Continuous Deployment). 

Development process should be like: 

1. Create a branch, and download the pbix to work on.

2. Do the changes.

3. Commit to branch, and create pull request.

4. Changes added to main branch.

5. Step 4 triggers build and deploy pipelines.

6. Report is published to the workspace.

 

How can I make sure that developers don't take shortcuts and deploy directly to the workspace?

 

One option could be to read activities and check for CreateReport event, but this option is not robust enough.

 

Thank you

2 Replies