Skip to content

Commit 93f5b1e

Browse files
authored
Update export-from-ise-to-standard-logic-app.md
Updating known issues and pre-requisites
1 parent e375093 commit 93f5b1e

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

articles/logic-apps/export-from-ise-to-standard-logic-app.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,15 @@ This article provides information about the export process and shows how to expo
3737

3838
## Known issues and limitations
3939

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

5142
- The export tool can export logic app workflows with triggers that have concurrency settings. However, single-tenant Azure Logic Apps ignores these settings.
5243

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

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

5750
## Exportable operation types
5851

@@ -63,13 +56,17 @@ This article provides information about the export process and shows how to expo
6356

6457
## Prerequisites
6558

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

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

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).
7166

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.
7370
7471
## Group logic apps for export
7572

0 commit comments

Comments
 (0)