pbi-tools Deployment Demo: https://pbi.tools/devops/
Using pbi-tools deploy
with Azure Pipelines.
- Environments: "1_Development", "2_Staging", "3_Production"
- Pipeline YAML File
PBI_CLIENT_SECRET
pipeline variable (secret)- pbi-tool Deployment Manifest
- Three target Power BI Workspaces
This deployment demo implements a branching strategy in which specific branches are linked to environments. Deployments are triggered when changes are pushed into the respective branches.
Branch Pattern | Environment | Workspace |
---|---|---|
Release/* |
1_Development | pbi-tools Demo [Dev] |
uat |
2_Staging | pbi-tools Demo [Staging] |
main |
3_Production | pbi-tools Demo [Production] |