Skip to content

Commit bd7ac9a

Browse files
committed
Fix alt text
1 parent 5f5153b commit bd7ac9a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, wsilveira
77
ms.topic: how-to
8-
ms.date: 09/28/2022
8+
ms.date: 10/28/2022
99
ms.custom: engagement-fy23
1010
#Customer intent: As a developer, I want to export one or more ISE workflows to a Standard workflow.
1111
---
@@ -89,23 +89,23 @@ Consider the following recommendations when you select logic apps for export:
8989

9090
1. In the left navigation bar, select **Azure** to open the **Azure** window (Shift + Alt + A), and expand the **Logic Apps (Standard)** extension view.
9191

92-
![Screenshot showing Visual Studio Code with "Azure" view selected.](media/export-from-ise-to-standard-logic-app/select-azure-view.png)
92+
![Screenshot showing Visual Studio Code with 'Azure' view selected.](media/export-from-ise-to-standard-logic-app/select-azure-view.png)
9393

9494
1. On the extension toolbar, select **Export Logic App...**.
9595

96-
![Screenshot showing Visual Studio Code and "Logic Apps (Standard)" extension toolbar with "Export Logic App" selected.](media/export-from-ise-to-standard-logic-app/select-export-logic-app.png)
96+
![Screenshot showing Visual Studio Code and 'Logic Apps (Standard)' extension toolbar with 'Export Logic App' selected.](media/export-from-ise-to-standard-logic-app/select-export-logic-app.png)
9797

9898
1. After the **Export** tab opens, select your Azure subscription and ISE instance, and then select **Next**.
9999

100-
![Screenshot showing "Export" tab and "Select logic app instance" section with Azure subscription and ISE instance selected.](media/export-from-ise-to-standard-logic-app/select-subscription-ise.png)
100+
![Screenshot showing 'Export' tab and 'Select logic app instance' section with Azure subscription and ISE instance selected.](media/export-from-ise-to-standard-logic-app/select-subscription-ise.png)
101101

102102
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**.
103103

104104
> [!TIP]
105105
>
106106
> You can also search for logic apps and filter on resource group.
107107
108-
![Screenshot showing "Select logic apps to export" section with logic apps selected for export.](media/export-from-ise-to-standard-logic-app/select-logic-apps.png)
108+
![Screenshot showing 'Select logic apps to export' section with logic apps selected for export.](media/export-from-ise-to-standard-logic-app/select-logic-apps.png)
109109

110110
The export tool starts to validate whether your selected logic apps are eligible for export.
111111

@@ -117,13 +117,13 @@ Consider the following recommendations when you select logic apps for export:
117117

118118
For example, **SourceLogicApp2** has an error and can't be exported until fixed:
119119

120-
![Screenshot showing "Review export status" section and validation status for logic app workflow with error.](media/export-from-ise-to-standard-logic-app/select-back-button-remove-app.png)
120+
![Screenshot showing 'Review export status' section and validation status for logic app workflow with error.](media/export-from-ise-to-standard-logic-app/select-back-button-remove-app.png)
121121

122122
- 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.
123123

124124
For example, **SourceLogicApp3** has a warning, but you can still continue to export:
125125

126-
![Screenshot showing "Review export status" section and validation status for logic app workflow with warning.](media/export-from-ise-to-standard-logic-app/select-export-with-warnings.png)
126+
![Screenshot showing 'Review export status' section and validation status for logic app workflow with warning.](media/export-from-ise-to-standard-logic-app/select-export-with-warnings.png)
127127

128128
The following table provides more information about each validation icon and status:
129129

@@ -135,21 +135,21 @@ Consider the following recommendations when you select logic apps for export:
135135

136136
1. After the **Finish export** section appears, for **Export location**, browse and select a local folder for your new Standard logic app project.
137137

138-
![Screenshot showing "Finish export" section and "Export location" property with selected local export project folder.](media/export-from-ise-to-standard-logic-app/select-local-folder.png)
138+
![Screenshot showing 'Finish export' section and 'Export location' property with selected local export project folder.](media/export-from-ise-to-standard-logic-app/select-local-folder.png)
139139

140140
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.
141141

142-
![Screenshot showing "Finish export" section with selected local export folder, "Deploy managed connections" selected, and target resource group selected.](media/export-from-ise-to-standard-logic-app/select-deploy-managed-connections-resource-group.png)
142+
![Screenshot showing 'Finish export' section with selected local export folder, 'Deploy managed connections' selected, and target resource group selected.](media/export-from-ise-to-standard-logic-app/select-deploy-managed-connections-resource-group.png)
143143

144144
1. Under **After export steps**, review any required post-export steps, for example:
145145

146-
![Screenshot showing "After export steps" section and required post-export steps, if any.](media/export-from-ise-to-standard-logic-app/review-post-export-steps.png)
146+
![Screenshot showing 'After export steps' section and required post-export steps, if any.](media/export-from-ise-to-standard-logic-app/review-post-export-steps.png)
147147

148148
1. Based on your scenario, select **Export and finish** or **Export with warnings and finish**.
149149

150150
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.
151151

152-
![Screenshot showing the "Export status" section with export progress.](media/export-from-ise-to-standard-logic-app/export-status.png)
152+
![Screenshot showing the 'Export status' section with export progress.](media/export-from-ise-to-standard-logic-app/export-status.png)
153153

154154
1. After this process completes, Visual Studio Code opens a new workspace. You can now safely close the export window.
155155

0 commit comments

Comments
 (0)