Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to move an Azure resource from one region to another region

I have created one Azure Function App in an existing Azure Resource Group. While creating a Function App, by mistake I didn't notice the selected region, and it got created in "South Central US" region. After a significant development, I realized this mistake, and now want to move it to "West Europe" region, so it gets aligned with rest of my resources.

Any idea of how I can move a resource from one region to other region, without deleting and recreating?

like image 601
Nirman Avatar asked Nov 21 '16 05:11

Nirman


1 Answers

There is still no way to change your deployment from one region to the other. You'll have to create another Azure Function in that correct region and redeploy your application.

Troy Hunt outlines his journey with an Azure Website here but the same steps still apply.

like image 138
Connie Yau Avatar answered Nov 15 '22 08:11

Connie Yau