Skip to content

Commit c34184b

Browse files
committed
changed ssl binding for move
1 parent 7165fda commit c34184b

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

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

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,24 @@
22
title: Move Azure App Service resources
33
description: Use Azure Resource Manager to move App Service resources to a new resource group or subscription.
44
ms.topic: conceptual
5-
ms.date: 07/09/2019
5+
ms.date: 12/13/2019
66
---
77

88
# Move guidance for App Service resources
99

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

2212
## Move across subscriptions
2313

24-
When moving a Web App _across subscriptions_, the following limitations apply:
14+
When moving a Web App across subscriptions, the following guidance applies:
2515

2616
- The destination resource group must not have any existing App Service resources. App Service resources include:
2717
- Web Apps
2818
- App Service plans
2919
- Uploaded or imported SSL certificates
3020
- App Service Environments
3121
- 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.
3223
- 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.
3324

3425
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
4738

4839
![Recommendations](./media/app-service-move-limitations/recommendations.png)
4940

50-
## Move App Service Certificate
51-
52-
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-
5441
## Move support
5542

5643
To determine which App Service resources can be moved, see move support status for:

0 commit comments

Comments
 (0)