31
votes

My startup company got an Azure BizSpark subscription. I have just created an API App and App service plan. Our company is located in Northern Europe but the location of both the API service and the App service plan is "South Central US". I did not see any options to specify the location when I created the API app. I also don't see any options to change the location now that the app is created. Is this a limitation of the BizSpark subscription or can I somehow change the location?

3
I'm afraid to say I have this problem, with the wrong region and also on BizSpark but I don't remember setting up the region.Tez Wingfield

3 Answers

70
votes

You cannot change the location of an app service plan, regardless of subscription type. You simply need to create a new app service plan in the region you want, and then redeploy your code.

32
votes

Whilst you can't move the server you can backup of a server then create a new one using the backup as the base.

This is often easier than starting from scratch.

0
votes

In the same direction as @David Makogon and @Arjun Vachhani stated:

The region in which your app runs is the region of the App Service plan it's in. However, you cannot change an App Service plan's region. If you want to run your app in a different region, one alternative is app cloning. Cloning makes a copy of your app in a new or existing App Service plan in any region.

Source: Move an app to a different region from Microsoft Docs