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
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/move-limitations/app-service-move-limitations.md
+4-17Lines changed: 4 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,33 +2,24 @@
2
2
title: Move Azure App Service resources
3
3
description: Use Azure Resource Manager to move App Service resources to a new resource group or subscription.
4
4
ms.topic: conceptual
5
-
ms.date: 07/09/2019
5
+
ms.date: 12/13/2019
6
6
---
7
7
8
8
# Move guidance for App Service resources
9
9
10
-
The steps to move App Service resources differ based on whether you're moving the resources within a subscription or to a new subscription.
11
-
12
-
## Move in same subscription
13
-
14
-
When moving a Web App _within the same subscription_, you can't move third-party SSL certificates. However, you can move a Web App to the new resource group without moving its third-party certificate, and your app's SSL functionality still works.
15
-
16
-
If you want to move the SSL certificate with the Web App, follow these steps:
17
-
18
-
1. Delete the third-party certificate from the Web App, but keep a copy of your certificate
19
-
2. Move the Web App.
20
-
3. Upload the third-party certificate to the moved Web App.
10
+
This article describes the steps to move App Service resources. There are specific requirements for moving App Service resources to a new subscription.
21
11
22
12
## Move across subscriptions
23
13
24
-
When moving a Web App _across subscriptions_, the following limitations apply:
14
+
When moving a Web App across subscriptions, the following guidance applies:
25
15
26
16
- The destination resource group must not have any existing App Service resources. App Service resources include:
27
17
- Web Apps
28
18
- App Service plans
29
19
- Uploaded or imported SSL certificates
30
20
- App Service Environments
31
21
- All App Service resources in the resource group must be moved together.
22
+
- You can move a certificate bound to a web without deleting the SSL bindings, as long as the certificate is moved with all other resources in the resource group.
32
23
- 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.
33
24
34
25
If you don't remember the original resource group, you can find it through diagnostics. For your web app, select **Diagnose and solve problems**. Then, select **Configuration and Management**.
@@ -47,10 +38,6 @@ You see the recommended actions to take before moving the resources. The informa
You can move your App Service Certificate to a new resource group or subscription. If your App Service Certificate is bound to a web app, you must take some steps before moving the resources to a new subscription. Delete the SSL binding and private certificate from the web app before moving the resources. The App Service Certificate doesn't need to be deleted, just the private certificate in the web app.
53
-
54
41
## Move support
55
42
56
43
To determine which App Service resources can be moved, see move support status for:
0 commit comments