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
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,21 +36,16 @@ 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 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.
48
+
54
49
## Exportable operation types
55
50
56
51
| Operation | JSON type |
@@ -62,9 +57,11 @@ This article provides information about the export process and shows how to expo
62
57
63
58
- One or more logic apps to deploy to the same subscription and Azure region, for example, East US 2.
64
59
65
-
- Azure contributor subscription-level access to the subscription where the logic apps are currently deployed, not just resource group-level access.
60
+
- Azure reader subscription-level access to the subscription where the logic apps are currently deployed, not just resource group-level access.
61
+
62
+
- Azure contributor resource group-level access, if Deploy managed connectors option is selected.
66
63
67
-
- 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).
64
+
- 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). 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