0
votes

Need to move Azure resources (PaaS) from one Location (North Europe) to other (West Europe).

Is it possible using Azure DevOps Pipeline, IaC? Any road blocks or challenges in this?

Azure Resources:

  • App Service
  • App Service Plan
  • App Insights
  • Availability test
  • Database (PaaS)

Existing:

  • Subscription: A
  • Location: North Europe

Target:

  • Subscription: B
  • Location: West Europe
1

1 Answers

0
votes

Most resources in Azure cannot be moved from one region to another. See here for the (short) list of resources that do support cross-region move.

You will need to recreate the resources in the new region.