Skip to content

Commit b04fcd2

Browse files
committed
acrolinx
1 parent 7b2d1c0 commit b04fcd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/app-service/manage-move-across-regions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Move an app to another region
33
description: Learn how to move App Service resources from one region to another.
44

55
ms.topic: how-to
6-
ms.date: 02/25/2020
6+
ms.date: 02/27/2020
77
ms.custom: subject-moving-resources
88

99
#Customer intent: As an Azure service administrator, I want to move my App Service resources to another Azure region.
@@ -13,15 +13,15 @@ ms.custom: subject-moving-resources
1313

1414
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.
1515

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.
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.
1717

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.
1919

2020
## Prerequisites
2121

2222
- Make sure that the App Service app is in the Azure region from which you want to move.
2323
- 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. -->
2525

2626
## Prepare
2727

0 commit comments

Comments
 (0)