In my previous article [Step by Step] Configure and run pipelines in Power Platform, I covered how to deploy a solution from Development to Target environments using pipelines.
In the prerequisites of that article, I emphasized, ‘Ensure that the development and test environments are in the same region,’ meaning that the Development and Target environments must be located in the same region.
Now, let’s learn how to deploy solutions across different regions by enabling the Cross-Geo Solution Deployment setting.
Enable cross-geo solution deployments:
- Administrators can enable solution deployments via pipelines across geographical regions. This provides flexibility for organizations that are distributed across geographical regions.
- To enable the cross-geo setting for pipelines,
- Play the Deployment Pipeline Configuration Model Driven app on the Host environment.
- Select Advanced Settings from the left navigation pane.
- Enable or disable the Cross-Geo Solution Deployment setting with the toggle.
- Select Save.

- After enabling this setting, you can configure Deployment Stages in a pipeline to point to different regions.
🙂


![[Step by Step] Configure and consume 'Environment Variables' of type 'Secret' using 'Azure Key vault'](https://rajeevpentyala.com/wp-content/uploads/2023/05/image.png)
Leave a comment