Skip to content

Commit 9a078c6

Browse files
author
Esther Fan
committed
Clarify steps for other OS
1 parent 8675038 commit 9a078c6

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

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

Lines changed: 12 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,8 +67,9 @@ 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

@@ -80,9 +81,15 @@ For more information, review the [Azurite documentation](https://github.com/Azur
8081

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

83-
* [.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.
84+
* [.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. Install the version for your specific Windows, macOS, or Linux operating system.
85+
86+
* Azure Functions Core Tools - 4.x version
87+
88+
* [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`.
89+
* [macOS](../azure-functions/functions-run-local.md?tabs=macos#install-the-azure-functions-core-tools)
90+
* [Linux](../azure-functions/functions-run-local.md?tabs=linux#install-the-azure-functions-core-tools)
8491

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.
92+
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.
8693

8794
* 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.
8895

0 commit comments

Comments
 (0)