Followed this Dev ops build tools setup, and while it works there is a critical step missing, which is to be able to assign a real AD User account as the owner of the flow/app.
https://docs.microsoft.com/en-us/power-platform/alm/devops-build-tools
Anyone have the guidance on how to do this as part of the pipeline?
The only option I see is to go with an AD User account as a 'service account', no MFA, no password policy, licensed for PPlatform, and set it up as the credentials as a Generic Service Connection. Presumably this will set the owner of the flow/app to the account the service connection is using, which will be a proper AD user account. This would allow the flows/apps to work as a 'regular' user had created them.