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-consumption-to-standard-logic-app.md
+17-8Lines changed: 17 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,21 +36,17 @@ This article provides information about the export process and shows how to expo
36
36
37
37
## Known issues and limitations
38
38
39
-
- The following logic apps and scenarios are currently ineligible for export:
40
-
41
-
- Logic apps that use custom connectors
42
-
- Logic apps that use the Azure API Management connector
43
-
44
39
- The export tool doesn't export any infrastructure information, such as integration account settings.
45
40
46
41
- The export tool can export logic app workflows with triggers that have concurrency settings. However, single-tenant Azure Logic Apps ignores these settings.
47
42
48
43
- Logic apps must exist in the same region if you want to export them within the same Standard logic app project.
49
44
50
-
- For now, connectors deploy as their *managed* versions, which appear in the designer under the **Azure** tab. The export tool will have the capability to export connectors that have a built-in, service provider counterpart, when the latter gain parity with their Azure versions. The export tool automatically makes the conversion when Azure connector is available to export as a built-in, service provider connector.
51
-
52
45
- 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.
53
46
47
+
- By default, if an Azure connector has a built-in connector version, the export tool automatically converts the Azure connector to the built-in connector. No option exists to opt out from this behavior.
48
+
49
+
54
50
## Exportable operation types
55
51
56
52
| Operation | JSON type |
@@ -62,10 +58,18 @@ This article provides information about the export process and shows how to expo
62
58
63
59
- One or more logic apps to deploy to the same subscription and Azure region, for example, East US 2.
64
60
65
-
- Azure contributor subscription-level access to the subscription where the logic apps are currently deployed, not just resource group-level access.
61
+
- Azure reader subscription-level access to the subscription where the logic apps are currently deployed.
62
+
63
+
- Azure contributor resource group-level access, if you select the option for **Deploy managed connectors**.
64
+
66
65
67
66
- 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).
68
67
68
+
> [!NOTE]
69
+
>
70
+
> Make sure to install version 2.0.16 or higher for the Azure Logic Apps (Standard) extension for Visual Studio Code.
71
+
> Some conversion scenarios require the latest workflow designer, which is available starting with this version.
72
+
69
73
## Group logic apps for export
70
74
71
75
With the Azure Logic Apps (Standard) extension, you can combine multiple Consumption logic app workflows into a single Standard logic app project. In single-tenant Azure Logic Apps, one Standard logic app resource can have multiple workflows. With this approach, you can pre-validate your workflows so that you don't miss any dependencies when you select logic apps for export.
@@ -167,6 +171,11 @@ Some exported logic app workflows require post-export remediation steps to run o
167
171
168
172
If you export actions that depend on an integration account, you have to manually set up your Standard logic app with a reference link to the integration account that contains the required artifacts. For more information, review [Link integration account to a Standard logic app](logic-apps-enterprise-integration-create-integration-account.md#link-account).
169
173
174
+
### Batch actions and settings
175
+
176
+
If you export actions that use Batch actions with multiple configurations stored in an integration account, you have to manually configure your Batch actions with the correct values after export. For more information, review [Send, receive, and batch process messages in Azure Logic Apps](logic-apps-batch-process-send-receive-messages.md#create-batch-receiver).
177
+
178
+
170
179
## Project folder structure
171
180
172
181
After the export process finishes, your Standard logic app project contains new folders and files alongside most others in a [typical Standard logic app project](create-single-tenant-workflows-visual-studio-code.md).
Copy file name to clipboardExpand all lines: articles/logic-apps/export-from-ise-to-standard-logic-app.md
+18-16Lines changed: 18 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.
45
+
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.
54
47
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.
48
+
-By default, if an Azure connector has a built-in connector version, the export tool automatically converts the Azure connector to the built-in connector. No option exists to opt out from this behavior.
56
49
57
50
## Exportable operation types
58
51
@@ -63,13 +56,18 @@ 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.
67
60
68
-
- Azure contributor subscription-level access to the ISE, not just resource group-level access.
61
+
- Azure reader subscription-level access to the subscription where the logic apps are currently deployed.
69
62
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.
63
+
- Azure contributor resource group-level access, if Deploy managed connectors option is selected.
71
64
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).
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).
66
+
67
+
> [!NOTE]
68
+
>
69
+
> Make sure to install version 2.0.16 or higher for the Azure Logic Apps (Standard) extension for Visual Studio Code.
70
+
> Some conversion scenarios require the latest workflow designer, which is available starting with this version.
73
71
74
72
## Group logic apps for export
75
73
@@ -171,6 +169,10 @@ Some exported logic app workflows require post-export remediation steps to run o
171
169
172
170
If you export actions that depend on an integration account, you have to manually set up your Standard logic app with a reference link to the integration account that contains the required artifacts. For more information, review [Link integration account to a Standard logic app](logic-apps-enterprise-integration-create-integration-account.md#link-account).
173
171
172
+
### Batch actions and settings
173
+
174
+
If you export actions that use Batch actions with multiple configurations stored in an integration account, you have to manually configure your Batch actions with the correct values after export. For more information, review [Send, receive, and batch process messages in Azure Logic Apps](logic-apps-batch-process-send-receive-messages.md#create-batch-receiver).
175
+
174
176
## Project folder structure
175
177
176
178
After the export process finishes, your Standard logic app project contains new folders and files alongside most others in a [typical Standard logic app project](create-single-tenant-workflows-visual-studio-code.md).
0 commit comments