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/logic-apps/move-logic-app-resources.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Move logic apps across subscriptions, resource groups, or regions
2
+
title: Migrate logic apps across subscriptions, resource groups, or regions
3
3
description: Migrate logic apps or integration accounts to other Azure subscriptions, resource groups, or locations (regions)
4
4
services: logic-apps
5
5
ms.suite: integration
@@ -10,13 +10,15 @@ ms.date: 07/31/2019
10
10
11
11
# Move logic app resources to other Azure subscriptions, resource groups, or regions
12
12
13
-
To move your logic app or related resources to another Azure subscription, resource group, or region, you have various ways to complete these tasks, such as the Azure portal, Azure PowerShell, Azure CLI, and REST API. Before you move resources, review these considerations:
13
+
To migrate your logic app or related resources to another Azure subscription, resource group, or region, you have various ways to complete these tasks, such as the Azure portal, Azure PowerShell, Azure CLI, and REST API. Before you move resources, review these considerations:
14
14
15
15
* You can move only [specific logic app resource types](../azure-resource-manager/management/move-support-resources.md#microsoftlogic) between Azure resource groups or subscriptions.
16
16
17
17
* Check the [limits](../logic-apps/logic-apps-limits-and-config.md) on the number of logic app resources that you can have in your Azure subscription and in each Azure region. These limits affect whether you can move specific resource types when the region stays the same across subscriptions or resource groups. For example, you can have only one Free tier integration account for each Azure region in each Azure subscription.
18
18
19
-
* When you move resources, Azure creates new resource IDs. So, make sure that you use the new IDs instead and update any scripts or tools that are associated with the moved resources. After you move logic apps between subscriptions, resource groups, or regions, you must recreate or reauthorize any OAuth-based connections.
19
+
* After you migrate logic apps between subscriptions, resource groups, or regions, you must recreate or reauthorize any connections that require Open Authentication (OAuth).
20
+
21
+
* Whenever you move resources, Azure creates new resource IDs. So, make sure that you use the new IDs instead and update any scripts or tools that are associated with the moved resources.
20
22
21
23
## Prerequisites
22
24
@@ -101,4 +103,4 @@ The template that you get from Visual Studio includes only the resource definiti
101
103
102
104
## Next steps
103
105
104
-
[Move Azure resources to new resource groups or subscriptions](../azure-resource-manager/management/move-resource-group-and-subscription.md)
106
+
[Move Azure resources to new resource groups or subscriptions](../azure-resource-manager/management/move-resource-group-and-subscription.md)
0 commit comments