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/quickstart-create-logic-apps-visual-studio-code.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
@@ -236,39 +236,39 @@ In Visual Studio Code, you can open and edit the workflow definition for an alre
236
236
237
237
1. In the Azure window, in the **Logic Apps (Consumption)** section, expand your Azure subscription, and select the logic app you want.
238
238
239
-
1.From the logic app shortcut menu, select **Open in Editor**. Or, next to the logic app name, select the edit icon.
239
+
1.From the logic app shortcut menu, select **Open in Editor**. Or, next to the logic app name, select the edit icon.
240
240
241
241
:::image type="content" source="media/quickstart-create-logic-apps-visual-studio-code/open-editor-existing-logic-app.png" alt-text="Screenshot that shows Azure window, logic app shortcut menu, and Open in Editor selected.":::
242
242
243
243
Visual Studio Code opens the *.logicapp.json file* in your local temporary folder so you can view the workflow definition.
244
244
245
-

245
+
:::image type="content" source="media/quickstart-create-logic-apps-visual-studio-code/edit-published-logic-app-workflow-definition.png" alt-text="Screenshot that shows Visual Studio Code and the opened logic app workflow definition file.":::
246
246
247
-
1. Make your changes in the logic app's workflow definition.
247
+
1. Make your changes in the workflow definition file
248
248
249
-
1. When you're done, save your changes (**File** > **Save** or press Ctrl+S).
249
+
1. When you finish, save your changes (**File** > **Save** or press Ctrl+S).
250
250
251
-
1. When you're prompted to upload your changes and *overwrite* your existing logic app in the Azure portal, select **Upload**.
251
+
1. When you're prompted to upload your changes and *overwrite* your existing logic app workflow in the Azure portal, select **Upload**.
252
252
253
-
This step publishes your updates to your logic app resource in the [Azure portal](https://portal.azure.com).
253
+
This step publishes your updates to your logic app resource in the Azure portal.
254
254
255
-

255
+
:::image type="content" source="media/quickstart-create-logic-apps-visual-studio-code/upload-logic-app-changes.png" alt-text="Screenshot that shows a Visual Studio Code dialog box with the Upload button highlighted for uploading logic app changes to the Azure portal.":::
256
256
257
257
## View or promote other versions
258
258
259
-
In Visual Studio Code, you can open and review the earlier versions for your logic app. You can also promote an earlier version to the current version.
259
+
In Visual Studio Code, you can open and review the earlier versions for your logic app workflow. You can also promote an earlier version to the current version.
260
260
261
261
> [!IMPORTANT]
262
262
>
263
263
> Before you change an actively running logic app workflow in production, you can minimize disruption and avoid the risk of breaking that logic app if you first [disable your logic app resource](#disable-enable-logic-apps).
264
264
265
-
1. In the Azure window, under **Logic Apps**, expand your Azure subscription so that you can view all the logic apps in that subscription.
265
+
1. In the Azure window, in the **Logic Apps (Consumption)** section, expand your Azure subscription to view the associated logic apps.
266
266
267
267
1. Under your subscription, expand your logic app, and expand **Versions**.
268
268
269
-
The **Versions** list shows your logic app's earlier versions, if any exist.
269
+
The **Versions** list shows the logic app's earlier versions, if any exist.
270
270
271
-

271
+
:::image type="content" source="media/quickstart-create-logic-apps-visual-studio-code/view-previous-versions.png" alt-text="Screenshot that shows Visual Studio Code and a logic app's earlier versions.":::
272
272
273
273
1. To view an earlier version, select either step:
0 commit comments