Skip to content

Commit e375093

Browse files
authored
Update export-from-consumption-to-standard-logic-app.md
Update know issues and pre-res.
1 parent 4dd137f commit e375093

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

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

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,16 @@ This article provides information about the export process and shows how to expo
3636

3737
## Known issues and limitations
3838

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-
4439
- The export tool doesn't export any infrastructure information, such as integration account settings.
4540

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

4843
- Logic apps must exist in the same region if you want to export them within the same Standard logic app project.
4944

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-
5245
- 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.
5346

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+
5449
## Exportable operation types
5550

5651
| Operation | JSON type |
@@ -62,9 +57,11 @@ This article provides information about the export process and shows how to expo
6257

6358
- One or more logic apps to deploy to the same subscription and Azure region, for example, East US 2.
6459

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

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

6966
## Group logic apps for export
7067

0 commit comments

Comments
 (0)