Skip to content

Commit d8e3309

Browse files
committed
Refresh updates
1 parent 81e678b commit d8e3309

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

8.83 KB
Loading
0 Bytes
Loading
7.04 KB
Loading
-346 Bytes
Loading

articles/logic-apps/quickstart-create-logic-apps-visual-studio-code.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -236,39 +236,39 @@ In Visual Studio Code, you can open and edit the workflow definition for an alre
236236

237237
1. In the Azure window, in the **Logic Apps (Consumption)** section, expand your Azure subscription, and select the logic app you want.
238238

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.
240240

241241
:::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.":::
242242

243243
Visual Studio Code opens the *.logicapp.json file* in your local temporary folder so you can view the workflow definition.
244244

245-
![Screenshot that shows your logic app's workflow definition file opened in Visual Studio Code.](./media/quickstart-create-logic-apps-visual-studio-code/edit-published-logic-app-workflow-definition.png)
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.":::
246246

247-
1. Make your changes in the logic app's workflow definition.
247+
1. Make your changes in the workflow definition file
248248

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).
250250

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**.
252252

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.
254254

255-
![Screenshot that shows a dialog box with the Upload button highlighted in Visual Studio Code for uploading logic app changes to the Azure portal.](./media/quickstart-create-logic-apps-visual-studio-code/upload-logic-app-changes.png)
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.":::
256256

257257
## View or promote other versions
258258

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.
260260

261261
> [!IMPORTANT]
262262
>
263263
> 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).
264264
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.
266266

267267
1. Under your subscription, expand your logic app, and expand **Versions**.
268268

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.
270270

271-
![Screenshot that shows your logic app's versions list expanded in Visual Studio Code.](./media/quickstart-create-logic-apps-visual-studio-code/view-previous-versions.png)
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.":::
272272

273273
1. To view an earlier version, select either step:
274274

0 commit comments

Comments
 (0)