You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This article describes how to move App Service resources to a different Azure region. You might move your resources to another region for a number of reasons. For example, to take advantage of a new Azure region, to deploy features or services available in specific regions only, to meet internal policy and governance requirements, or in response to capacity planning requirements.
15
15
16
-
App Service resources are regionspecific and can't be moved across regions. You must create a copy of your existing App Service resources in the target region, move your content over to the new app. If your source app uses a custom domain, you can [migrate it to the new app in the target region](manage-custom-dns-migrate-domain.md) when you're finished.
16
+
App Service resources are region-specific and can't be moved across regions. You must create a copy of your existing App Service resources in the target region, move your content over to the new app. If your source app uses a custom domain, you can [migrate it to the new app in the target region](manage-custom-dns-migrate-domain.md) when you're finished.
17
17
18
-
To help expedite configure the new app, you can [clone an individual App Service app](app-service-web-app-cloning.md) into an App Service plan in another region, but it does have [limitations](app-service-web-app-cloning.md#current-restrictions), especially that it doesn't support Linux apps.
18
+
To make copying your app easier, you can [clone an individual App Service app](app-service-web-app-cloning.md) into an App Service plan in another region, but it does have [limitations](app-service-web-app-cloning.md#current-restrictions), especially that it doesn't support Linux apps.
19
19
20
20
## Prerequisites
21
21
22
22
- Make sure that the App Service app is in the Azure region from which you want to move.
23
23
- Make sure that the target region supports App Service and any related service, whose resources you want to move.
24
-
-Domain bindings, certificates, and managed identities can't replicated using the **Export template** method. You must create them manually.
24
+
<!-- - Domain bindings, certificates, and managed identities can't replicated using the **Export template** method. You must create them manually.-->
0 commit comments