Spinning up DevSecOps projects at scale
In Chapter 6, we learned how to spin up Power Platform environments with solutions assigned to our Git repositories and, respectively, the underlying branches. We created pipeline templates and reusable workflows in GitHub to provide automations for the following:
- Spinning up new Power Platform developer environments
- Creating service connections to those Power Platform environments
- Exporting solutions from developer environments to Git branches
- Importing solutions from Git repositories and branches to target environments via pull requests or directly to our developer branch
We can take one step forward in this journey and automate the entire development process of Power Platform solutions. First, let us introduce a new term: workload. Workloads consist of one or more solutions that contribute to each other to implement complex business requirements. We can consider them as the input solutions for package deployer packages...