My team is currently working on multiple Power Apps Portals /Power Pages projects, lets call them projects A, B, C. The users of project A and B may overlap with each other while the users of C will not. We have a single portal in our DEV environment where our work is being completed. Users will be granted access to Web Roles specific to each project. Conceptually and in practice this is working great.
As I turn my attention to deploying each project to Test and then a Production portal I'm realizing that the ALM tools seem to be using an all or nothing approach. Meaning I download the entire portal and then upload the entire portal to the new environment. However each project is in different stages of readiness. Project A will be ready for testing first and will be ready for go live before the others. My goal is to use Azure DevOps for deploy our solutions to each environment as well as our portal functionality on a project level basis.
Is there a way to accomplish what I'm trying to do?
Thank you!