Forum Discussion
Azure Devops Pipeline for Power Platform solution : Tenant to Tenant
Yes, Azure DevOps Pipelines can move Power Platform solutions between tenants, including Canvas Apps, but there are considerations:
Tenant-to-Tenant Deployment:
Export the solution from the source tenant and import it into the target tenant using pipelines.
Ensure both tenants have proper configurations and permissions.
Canvas Apps:
Include Canvas Apps in your solution for deployment via pipelines.
SharePoint Lists:
SharePoint lists aren't part of the solution and must be migrated manually or recreated using scripts like PowerShell.
Environment Variables:
Use deployment settings files in pipelines to configure environment variables in the target tenant.
Licensing:
Frequent deployments may require appropriate Azure DevOps and Power Platform licensing.
Steps:
Set up service connections for both tenants.
Create pipelines for exporting/importing solutions and handling environment variables.
Use scripts (e.g., PowerShell) for SharePoint lists.