Skip to content

Commit 8bcb0b1

Browse files
authored
Merge pull request #216373 from ecfan/export
Azure Logic Apps: Export to Standard docs - Fix formatting issues
2 parents 26feaf1 + bd7ac9a commit 8bcb0b1

File tree

4 files changed

+21
-20
lines changed

4 files changed

+21
-20
lines changed

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

Lines changed: 15 additions & 14 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: 10/21/2022
8+
ms.date: 10/28/2022
99
#Customer intent: As a developer, I want to export one or more Consumption workflows to a Standard workflow.
1010
---
1111

@@ -85,23 +85,24 @@ Consider the following recommendations when you select logic apps for export:
8585

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

88-
![Screenshot showing Visual Studio Code with 'Azure' view selected.](media/export-from-consumption-to-standard-logic-app/select-azure-view.png)
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.":::
8989

9090
1. On the extension toolbar, select **Export Logic App...**.
9191

92-
![Screenshot showing Visual Studio Code and **Logic Apps (Standard)** extension toolbar with 'Export Logic App' selected.](media/export-from-consumption-to-standard-logic-app/select-export-logic-app.png)
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.":::
9393

9494
1. After the **Export** tab opens, select your Azure subscription and region, and then select **Next**.
9595

96-
![Screenshot showing 'Export' tab and 'Select logic app instance' section with Azure subscription and region selected.](media/export-from-consumption-to-standard-logic-app/select-subscription-consumption.png)
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.":::
9797

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-
![Screenshot showing 'Select logic apps to export' section with logic apps selected for export.](media/export-from-consumption-to-standard-logic-app/select-logic-apps.png)
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**.
10199

102100
> [!TIP]
103101
>
104102
> 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+
105106
The export tool starts to validate whether your selected logic apps are eligible for export.
106107

107108
### Review export validation results
@@ -112,13 +113,13 @@ Consider the following recommendations when you select logic apps for export:
112113

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

115-
![Screenshot showing 'Review export status' section and validation status for logic app workflow with error.](media/export-from-consumption-to-standard-logic-app/select-back-button-remove-app.png)
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.":::
116117

117118
- 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.
118119

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

121-
![Screenshot showing 'Review export status' section and validation status for logic app workflow with warning.](media/export-from-consumption-to-standard-logic-app/select-export-with-warnings.png)
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.":::
122123

123124
The following table provides more information about each validation icon and status:
124125

@@ -130,27 +131,27 @@ Consider the following recommendations when you select logic apps for export:
130131

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

133-
![Screenshot showing 'Finish export' section and 'Export location' property with selected local export project folder.](media/export-from-consumption-to-standard-logic-app/select-local-folder.png)
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.":::
134135

135136
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.
136137

137-
![Screenshot showing 'Finish export' section with selected local export folder, 'Deploy managed connections' selected, and target resource group selected.](media/export-from-consumption-to-standard-logic-app/select-deploy-managed-connections-resource-group.png)
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.":::
138139

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

141-
![Screenshot showing **After export steps** section and required post-export steps, if any.](media/export-from-consumption-to-standard-logic-app/review-post-export-steps.png)
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.":::
142143

143144
1. Based on your scenario, select **Export and finish** or **Export with warnings and finish**.
144145

145146
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.
146147

147-
![Screenshot showing the 'Export status` section with export progress.](media/export-from-consumption-to-standard-logic-app/export-status.png)
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.":::
148149

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

151152
1. From your Standard logic app project, open and review the README.md file for the required post-export steps.
152153

153-
![Screenshot showing a new Standard logic app project with README.md file opened.](media/export-from-consumption-to-standard-logic-app/open-readme.png)
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.":::
154155

155156
## Post-export steps
156157

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

Lines changed: 6 additions & 6 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
---
@@ -93,20 +93,20 @@ Consider the following recommendations when you select logic apps for export:
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

100100
![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

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-
![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)
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**.
105103

106104
> [!TIP]
107105
>
108106
> You can also search for logic apps and filter on resource group.
109107
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)
109+
110110
The export tool starts to validate whether your selected logic apps are eligible for export.
111111

112112
### Review export validation results
@@ -143,7 +143,7 @@ Consider the following recommendations when you select logic apps for export:
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

0 commit comments

Comments
 (0)