How to Export power apps solution from one tenant to another tenant in azure devops ?

Copper Contributor

How to Export power apps solution from one tenant to another tenant in azure devops

I need to import and export  power apps solution from one tenant to another tenant in azure devops
1 Reply
You can create a Azure DevOps Pipeline (either release or build type) and use the Microsoft Power Platform Build Tools.
https://docs.microsoft.com/en-us/power-platform/alm/devops-build-tools

You will need to create service connection for both environments.
https://docs.microsoft.com/en-us/power-platform/alm/devops-build-tools#configure-service-connections...

In both environments you will need to create an application user based on the service principle and that account should have either a System Customizer or a System Administrator role assigned.