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
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ Consider the following recommendations when you select logic apps for export:
92
92
93
93
:::image type="content" source="media/export-from-consumption-to-standard-logic-app/select-subscription-consumption.png" alt-text="Screenshot showing Export tab with Azure subscription and region selected.":::
94
94
95
-
1. Select the logic apps to export. Each selected logic app appears on the **Selected logic apps** list to the side. When you're done, select **Next**.
95
+
1. Select the logic apps to export. Each selected logic app appears on the **Selected logic apps** list to the side.
96
96
97
97
> [!TIP]
98
98
>
@@ -102,7 +102,16 @@ Consider the following recommendations when you select logic apps for export:
102
102
103
103
The export tool starts to validate whether your selected logic apps are eligible for export.
104
104
105
-
1. For **Advanced options**,
105
+
1. In the **Advanced options** section, you can select the following options:
106
+
107
+
| Option | Default | Description |
108
+
|--------|---------|-------------|
109
+
|**Generate Infrastructure Template**| On | The export process creates infrastructure templates, which include one ARM template for the Standard logic app and one ARM template for each exported Azure-managed connection. |
110
+
|**Clone Connection Credentials**| Off | The export process clones credentials from the original Azure-managed connection to the new Azure-managed connection created in Azure, as part of deployment. Works only in cases where the exported connection remains an Azure-managed connection, for example, an Office 365 Outlook connection. <br><br>**Important**: Carefully use this option. By default, two new connections will point at the same resource, which can potentially create race conditions. |
111
+
|**Default to integration account as source for transformations and validation**| Off | Either reference map and schema files locally or in an integration account. If enabled, don't copy maps and schemas to the destination project. Requires that you add a reference to an integration account in the app setting for your logic app. By default, the **Transform XML** and **XML Validation** actions use the integration account as the source. |
112
+
|**Export custom connectors as API Management actions**| Off | If enabled, custom connectors are created as API Management actions, rather than HTTP actions, so that you can implement custom actions as API operations in API Management. For more information, see [Azure Logic Apps Standard options for connecting to customer services or APIs](https://techcommunity.microsoft.com/t5/azure-integration-services-blog/la-standard-options-for-connecting-to-custom-services-or-apis/ba-p/3814148). |
113
+
114
+
1. When you're done, select **Next**.
106
115
107
116
### Review export validation results
108
117
@@ -170,7 +179,6 @@ If you export actions that depend on an integration account, you have to manuall
170
179
171
180
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).
172
181
173
-
174
182
## Project folder structure
175
183
176
184
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