Skip to content

Commit ab432cf

Browse files
author
ecfan
committed
Update UX
1 parent 6be0f52 commit ab432cf

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Consider the following recommendations when you select logic apps for export:
9292

9393
:::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.":::
9494

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

9797
> [!TIP]
9898
>
@@ -102,7 +102,16 @@ Consider the following recommendations when you select logic apps for export:
102102

103103
The export tool starts to validate whether your selected logic apps are eligible for export.
104104

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**.
106115

107116
### Review export validation results
108117

@@ -170,7 +179,6 @@ If you export actions that depend on an integration account, you have to manuall
170179

171180
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).
172181

173-
174182
## Project folder structure
175183

176184
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).
15.9 KB
Loading

0 commit comments

Comments
 (0)