Azure:如何在 BizSpark 订阅上更改应用服务和应用服务计划的位置
Azure: How to change location of App service and App Service plan on BizSpark subscription
我的初创公司订阅了 Azure BizSpark。我刚刚创建了一个 API 应用程序和应用程序服务计划。我们公司位于北欧,但API服务和App服务计划的位置都是"South Central US"。我在创建 API 应用程序时没有看到任何指定位置的选项。现在应用程序已创建,我也看不到任何更改位置的选项。这是 BizSpark 订阅的限制,还是我可以更改位置?
无论订阅类型如何,您都无法更改应用服务计划的位置。您只需要在您想要的区域创建一个新的应用程序服务计划,然后重新部署您的代码。
虽然您不能移动服务器,但您可以备份服务器,然后使用备份作为基础创建一个新服务器。
这通常比从头开始更容易。
与@David Makogon 和@Arjun Vachhani 的方向相同:
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.
我的初创公司订阅了 Azure BizSpark。我刚刚创建了一个 API 应用程序和应用程序服务计划。我们公司位于北欧,但API服务和App服务计划的位置都是"South Central US"。我在创建 API 应用程序时没有看到任何指定位置的选项。现在应用程序已创建,我也看不到任何更改位置的选项。这是 BizSpark 订阅的限制,还是我可以更改位置?
无论订阅类型如何,您都无法更改应用服务计划的位置。您只需要在您想要的区域创建一个新的应用程序服务计划,然后重新部署您的代码。
虽然您不能移动服务器,但您可以备份服务器,然后使用备份作为基础创建一个新服务器。
这通常比从头开始更容易。
与@David Makogon 和@Arjun Vachhani 的方向相同:
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.