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
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: estfan, wsilveira
7
7
ms.topic: how-to
8
-
ms.date: 10/21/2022
8
+
ms.date: 10/28/2022
9
9
#Customer intent: As a developer, I want to export one or more Consumption workflows to a Standard workflow.
10
10
---
11
11
@@ -85,23 +85,24 @@ Consider the following recommendations when you select logic apps for export:
85
85
86
86
1. In the left navigation bar, select **Azure** to open the **Azure** window (Shift + Alt + A), and expand the **Logic Apps (Standard)** extension view.
87
87
88
-

88
+
:::image type="content" source="media/export-from-consumption-to-standard-logic-app/select-azure-view.png" alt-text="Screenshot showing Visual Studio Code with 'Azure' view selected.":::
89
89
90
90
1. On the extension toolbar, select **Export Logic App...**.
91
91
92
-

92
+
:::image type="content" source="media/export-from-consumption-to-standard-logic-app/select-export-logic-app.png" alt-text="Screenshot showing Visual Studio Code and 'Logic Apps (Standard)' extension toolbar with 'Export Logic App' selected.":::
93
93
94
94
1. After the **Export** tab opens, select your Azure subscription and region, and then select **Next**.
95
95
96
-

96
+
:::image type="content" source="media/export-from-consumption-to-standard-logic-app/select-subscription-consumption.png" alt-text="Screenshot showing 'Export' tab and 'Select logic app instance' section with Azure subscription and region selected.":::
97
97
98
-
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**.
99
-
100
-

98
+
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**.
101
99
102
100
> [!TIP]
103
101
>
104
102
> You can also search for logic apps and filter on resource group.
103
+
104
+
:::image type="content" source="media/export-from-consumption-to-standard-logic-app/select-logic-apps.png" alt-text="Screenshot showing 'Select logic apps to export' section with logic apps selected for export.":::
105
+
105
106
The export tool starts to validate whether your selected logic apps are eligible for export.
106
107
107
108
### Review export validation results
@@ -112,13 +113,13 @@ Consider the following recommendations when you select logic apps for export:
112
113
113
114
For example, **SourceLogicApp2** has an error and can't be exported until fixed:
114
115
115
-

116
+
:::image type="content" source="media/export-from-consumption-to-standard-logic-app/select-back-button-remove-app.png" alt-text="Screenshot showing 'Review export status' section and validation status for logic app workflow with error.":::
116
117
117
118
- Logic apps that pass validation with or without warnings are still eligible for export. To continue, select **Export** if all apps validate successfully, or select **Export with warnings** if apps have warnings.
118
119
119
120
For example, **SourceLogicApp3** has a warning, but you can still continue to export:
120
121
121
-

122
+
:::image type="content" source="media/export-from-consumption-to-standard-logic-app/select-export-with-warnings.png" alt-text="Screenshot showing 'Review export status' section and validation status for logic app workflow with warning.":::
122
123
123
124
The following table provides more information about each validation icon and status:
124
125
@@ -130,27 +131,27 @@ Consider the following recommendations when you select logic apps for export:
130
131
131
132
1. After the **Finish export** section appears, for **Export location**, browse and select a local folder for your new Standard logic app project.
132
133
133
-

134
+
:::image type="content" source="media/export-from-consumption-to-standard-logic-app/select-local-folder.png" alt-text="Screenshot showing 'Finish export' section and 'Export location' property with selected local export project folder.":::
134
135
135
136
1. If your workflow has *managed* connections that you want to deploy, which is only recommended for non-production environments, select **Deploy managed connections**, which shows existing resource groups in your Azure subscription. Select the resource group where you want to deploy the managed connections.
136
137
137
-

138
+
:::image type="content" source="media/export-from-consumption-to-standard-logic-app/select-deploy-managed-connections-resource-group.png" alt-text="Screenshot showing 'Finish export' section with selected local export folder, 'Deploy managed connections' selected, and target resource group selected.":::
138
139
139
140
1. Under **After export steps**, review any required post-export steps, for example:
140
141
141
-

142
+
:::image type="content" source="media/export-from-consumption-to-standard-logic-app/review-post-export-steps.png" alt-text="Screenshot showing 'After export steps' section and required post-export steps, if any.":::
142
143
143
144
1. Based on your scenario, select **Export and finish** or **Export with warnings and finish**.
144
145
145
146
The export tool downloads your project to your selected folder location, expands the project in Visual Studio Code, and deploys any managed connections, if you selected that option.
146
147
147
-

148
+
:::image type="content" source="media/export-from-consumption-to-standard-logic-app/export-status.png" alt-text="Screenshot showing the 'Export status' section with export progress.":::
148
149
149
150
1. After this process completes, Visual Studio Code opens a new workspace. You can now safely close the export window.
150
151
151
152
1. From your Standard logic app project, open and review the README.md file for the required post-export steps.
152
153
153
-

154
+
:::image type="content" source="media/export-from-consumption-to-standard-logic-app/open-readme.png" alt-text="Screenshot showing a new Standard logic app project with README.md file opened.":::
Copy file name to clipboardExpand all lines: articles/logic-apps/export-from-ise-to-standard-logic-app.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: estfan, wsilveira
7
7
ms.topic: how-to
8
-
ms.date: 09/28/2022
8
+
ms.date: 10/28/2022
9
9
ms.custom: engagement-fy23
10
10
#Customer intent: As a developer, I want to export one or more ISE workflows to a Standard workflow.
11
11
---
@@ -93,20 +93,20 @@ Consider the following recommendations when you select logic apps for export:
93
93
94
94
1. On the extension toolbar, select **Export Logic App...**.
95
95
96
-

96
+

97
97
98
98
1. After the **Export** tab opens, select your Azure subscription and ISE instance, and then select **Next**.
99
99
100
100

101
101
102
-
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**.
103
-
104
-

102
+
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**.
105
103
106
104
> [!TIP]
107
105
>
108
106
> You can also search for logic apps and filter on resource group.
109
107
108
+

109
+
110
110
The export tool starts to validate whether your selected logic apps are eligible for export.
111
111
112
112
### Review export validation results
@@ -143,7 +143,7 @@ Consider the following recommendations when you select logic apps for export:
143
143
144
144
1. Under **After export steps**, review any required post-export steps, for example:
145
145
146
-

146
+

147
147
148
148
1. Based on your scenario, select **Export and finish** or **Export with warnings and finish**.
0 commit comments