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-ise-to-standard-logic-app.md
+11-11Lines changed: 11 additions & 11 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
---
@@ -89,23 +89,23 @@ Consider the following recommendations when you select logic apps for export:
89
89
90
90
1. In the left navigation bar, select **Azure** to open the **Azure** window (Shift + Alt + A), and expand the **Logic Apps (Standard)** extension view.
91
91
92
-

92
+

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

108
+

109
109
110
110
The export tool starts to validate whether your selected logic apps are eligible for export.
111
111
@@ -117,13 +117,13 @@ Consider the following recommendations when you select logic apps for export:
117
117
118
118
For example, **SourceLogicApp2** has an error and can't be exported until fixed:
119
119
120
-

120
+

121
121
122
122
- 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.
123
123
124
124
For example, **SourceLogicApp3** has a warning, but you can still continue to export:
125
125
126
-

126
+

127
127
128
128
The following table provides more information about each validation icon and status:
129
129
@@ -135,21 +135,21 @@ Consider the following recommendations when you select logic apps for export:
135
135
136
136
1. After the **Finish export** section appears, for **Export location**, browse and select a local folder for your new Standard logic app project.
137
137
138
-

138
+

139
139
140
140
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.
141
141
142
-

142
+

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**.
149
149
150
150
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.
151
151
152
-

152
+

153
153
154
154
1. After this process completes, Visual Studio Code opens a new workspace. You can now safely close the export window.
0 commit comments