Skip to content

Commit 0a82bd4

Browse files
Merge pull request #228242 from ecfan/reqs
Azure Logic Apps: Clarify steps for other OS
2 parents 635b350 + 51bf2a6 commit 0a82bd4

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

articles/logic-apps/create-single-tenant-workflows-visual-studio-code.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 11/17/2022
8+
ms.date: 02/22/2023
99
ms.custom: ignite-fall-2021, engagement-fy23
1010

1111
# Customer intent: As a logic apps developer, I want to create a Standard logic app workflow that runs in single-tenant Azure Logic Apps using Visual Studio Code.
@@ -67,22 +67,31 @@ As you progress, you'll complete these high-level tasks:
6767

6868
For local development in Visual Studio Code, you need to set up a local data store for your logic app project and workflows to use for running in your local development environment. You can use and run the Azurite storage emulator as your local data store.
6969

70-
1. Download and install [Azurite 3.12.0 or later](https://www.npmjs.com/package/azurite).
71-
1. Before you run your logic app, make sure to start the emulator.
70+
1. Download and install [Azurite 3.12.0 or later](https://www.npmjs.com/package/azurite) for your Windows, macOS, or Linux operating system. You can install either [from inside Visual Studio Code](../storage/common/storage-use-azurite.md?tabs=visual-studio-code) or by [using npm](../storage/common/storage-use-azurite.md?tabs=npm).
71+
72+
1. Before you run your logic app workflow, make sure to start the emulator.
7273

7374
For more information, review the [Azurite documentation](https://github.com/Azure/Azurite#azurite-v3).
7475

7576
### Tools
7677

78+
Install the following tools and versions for your specific operating system: Windows, macOS, or Linux.
79+
7780
* [Visual Studio Code](https://code.visualstudio.com/), which is free. Also, download and install these tools for Visual Studio Code, if you don't have them already:
7881

7982
* [Azure Account extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.azure-account), which provides a single common Azure sign-in and subscription filtering experience for all other Azure extensions in Visual Studio Code.
8083

81-
* [C# for Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp), which enables F5 functionality to run your logic app.
84+
* [C# for Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp), which enables F5 functionality to run your logic app workflow.
8285

8386
* [.NET SDK 6.x.x](https://dotnet.microsoft.com/download/dotnet/6.0), which includes the .NET Runtime 6.x.x, a prerequisite for the Azure Logic Apps (Standard) runtime.
8487

85-
* [Azure Functions Core Tools - 4.x version](https://github.com/Azure/azure-functions-core-tools/releases/tag/4.0.4865) by using the Microsoft Installer (MSI) version, which is `func-cli-X.X.XXXX-x*.msi`. These tools include a version of the same runtime that powers the Azure Functions runtime, which the Azure Logic Apps (Standard) extension uses in Visual Studio Code.
88+
* Azure Functions Core Tools - 4.x version
89+
90+
* [Windows](https://github.com/Azure/azure-functions-core-tools/releases/tag/4.0.4865): Use the Microsoft Installer (MSI) version, which is `func-cli-X.X.XXXX-x*.msi`.
91+
* [macOS](../azure-functions/functions-run-local.md?tabs=macos#install-the-azure-functions-core-tools)
92+
* [Linux](../azure-functions/functions-run-local.md?tabs=linux#install-the-azure-functions-core-tools)
93+
94+
These tools include a version of the same runtime that powers the Azure Functions runtime, which the Azure Logic Apps (Standard) extension uses in Visual Studio Code.
8695

8796
* If you have an installation that's earlier than these versions, uninstall that version first, or make sure that the PATH environment variable points at the version that you download and install.
8897

0 commit comments

Comments
 (0)