Skip to content

Commit 564212d

Browse files
authored
Update app-service-move-limitations.md for ASE
1 parent 396bbfa commit 564212d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/azure-resource-manager/management/move-limitations/app-service-move-limitations.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Move Azure App Service resources across resource groups or subscriptions
33
description: Use Azure Resource Manager to move App Service resources to a new resource group or subscription.
44
ms.topic: conceptual
55
ms.custom: devx-track-arm-template
6-
ms.date: 03/31/2022
6+
ms.date: 08/17/2023
77
---
88

99
# Move App Service resources to a new resource group or subscription
@@ -23,7 +23,9 @@ When you move a Web App across subscriptions, the following guidance applies:
2323
- Uploaded or imported TLS/SSL certificates
2424
- App Service Environments
2525
- All App Service resources in the resource group must be moved together.
26-
- App Service Environments can't be moved to a new resource group or subscription. However, you can move a web app and app service plan to a new subscription without moving the App Service Environment.
26+
- App Service Environments can't be moved to a new resource group or subscription.
27+
- You can move a Web App and App Service plan hosted on an App Service Environment to a new subscription without moving the App Service Environment. The Web App and App Service plan that you move will always be associated with your initial App Service Environment. You can't move a Web App/App Service plan to a different App Service Environment.
28+
- If you need to move a web app and App Service plan to a new App Service Environment, you'll need to recreate these resources in your new App Service Environment. Consider using the [backup and restore feature](../../../app-service/manage-backup.md) as another option for recreating your resources in a different App Service Environment.
2729
- You can move a certificate bound to a web without deleting the TLS bindings, as long as the certificate is moved with all other resources in the resource group. However, you can't move a free App Service managed certificate. For that scenario, see [Move with free managed certificates](#move-with-free-managed-certificates).
2830
- App Service apps with private endpoints cannot be moved. Delete the private endpoint(s) and recreate it after the move.
2931
- App Service resources can only be moved from the resource group in which they were originally created. If an App Service resource is no longer in its original resource group, move it back to its original resource group. Then, move the resource across subscriptions. For help with finding the original resource group, see the next section.

0 commit comments

Comments
 (0)