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/export-from-ise-to-standard-logic-app.md
+13-16Lines changed: 13 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,22 +37,15 @@ This article provides information about the export process and shows how to expo
37
37
38
38
## Known issues and limitations
39
39
40
-
- To run the export tool, you must be on the same network as your ISE. So, if your ISE is internal, you have to run the export tool from a Visual Studio Code instance that can access your ISE through the internal network. Otherwise, you can't download the exported package or files.
41
-
42
-
- The following logic apps and scenarios are currently ineligible for export:
43
-
44
-
- Consumption workflows in multi-tenant Azure Logic Apps
45
-
- Logic apps that use custom connectors
46
-
- Logic apps that use the Azure API Management connector
47
-
- Logic apps that use the Azure Functions connector
48
-
49
-
- The export tool doesn't export any infrastructure information, such as virtual network dependencies or integration account settings.
40
+
- The export tool doesn't export any infrastructure information, such as integration account settings.
50
41
51
42
- The export tool can export logic app workflows with triggers that have concurrency settings. However, single-tenant Azure Logic Apps ignores these settings.
52
43
53
-
-For now, connectors with the **ISE** label deploy as their *managed* versions, which appear in the designer under the **Azure** tab. The export tool will have the capability to export **ISE** connectors as built-in, service provider connectors when the latter gain parity with their ISE versions. The export tool automatically makes the conversion when an **ISE** connector is available to export as a built-in, service provider connector.
44
+
-Logic apps must exist in the same region if you want to export them within the same Standard logic app project.
54
45
55
-
- Currently, connection credentials aren't cloned from source logic app workflows. Before your logic app workflows can run, you'll have to reauthenticate these connections after export.
46
+
- By default, connection credentials aren't cloned from source logic app workflows. Before your logic app workflows can run, you'll have to reauthenticate these connections after export.
47
+
48
+
- By default, if a Azure connector have a Service Provider connector available, the export tool will convert from Azure to Service provider connector automatically. There is no configuration to opt-out from this behavior.
56
49
57
50
## Exportable operation types
58
51
@@ -63,13 +56,17 @@ This article provides information about the export process and shows how to expo
63
56
64
57
## Prerequisites
65
58
66
-
- An existing ISE with the logic app workflows that you want to export.
59
+
- One or more logic apps to deploy to the same subscription and Azure region, for example, East US 2.
60
+
61
+
- Azure reader subscription-level access to the subscription where the logic apps are currently deployed, not just resource group-level access.
67
62
68
-
- Azure contributor subscription-level access to the ISE, not just resource group-level access.
63
+
- Azure contributor resource group-level access, if Deploy managed connectors option is selected.
69
64
70
-
-To include and deploy managed connections in your workflows, you'll need an existing Azure resource group for deploying these connections. This option is recommended only for non-production environments.
65
+
-Review and meet the requirements for [how to set up Visual Studio Code with the Azure Logic Apps (Standard) extension](create-single-tenant-workflows-visual-studio-code.md#prerequisites).
71
66
72
-
- Review and meet the requirements for [how to set up Visual Studio Code with the Azure Logic Apps (Standard) extension](create-single-tenant-workflows-visual-studio-code.md#prerequisites).
67
+
> [!NOTE]
68
+
>
69
+
> VS Code extension version 2.0.16 or higher is required, as some conversion scenarios will require the latest version of logic apps designer, available on this version.
0 commit comments