|
1 | 1 | ---
|
2 |
| -title: Create workflows with single-tenant Azure Logic Apps (Standard) in Visual Studio Code |
3 |
| -description: Create automated workflows to integrate apps, data, services, and systems with single-tenant Azure Logic Apps (Standard) in Visual Studio Code. |
| 2 | +title: Create Standard workflows in single-tenant Azure Logic Apps with Visual Studio Code |
| 3 | +description: Create Standard logic app workflows that run in single-tenant Azure Logic Apps to automate integration tasks across apps, data, services, and systems using Visual Studio Code. |
4 | 4 | services: logic-apps
|
5 | 5 | ms.suite: integration
|
6 | 6 | ms.reviewer: estfan, azla
|
7 | 7 | ms.topic: how-to
|
8 |
| -ms.date: 09/06/2022 |
| 8 | +ms.date: 11/01/2022 |
9 | 9 | ms.custom: ignite-fall-2021, engagement-fy23
|
| 10 | + |
| 11 | +# 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. |
10 | 12 | ---
|
11 | 13 |
|
12 |
| -# Create an integration workflow with single-tenant Azure Logic Apps (Standard) in Visual Studio Code |
| 14 | +# Create a Standard logic app workflow for single-tenant Azure Logic Apps using Visual Studio Code |
13 | 15 |
|
14 | 16 | [!INCLUDE [logic-apps-sku-standard](../../includes/logic-apps-sku-standard.md)]
|
15 | 17 |
|
16 |
| -This article shows how to create an example automated integration workflow that runs in the *single-tenant* Azure Logic Apps environment by using Visual Studio Code with the **Azure Logic Apps (Standard)** extension. When you use this extension, you create a Standard logic app resource and workflow that provides the following capabilities: |
| 18 | +This how-to guide shows how to create an example integration workflow that runs in single-tenant Azure Logic Apps by using Visual Studio Code with the **Azure Logic Apps (Standard)** extension. Before you create this workflow, you'll create a Standard logic app resource, which provides the following capabilities: |
17 | 19 |
|
18 | 20 | * Your logic app can include multiple [stateful and stateless workflows](single-tenant-overview-compare.md#stateful-stateless).
|
19 | 21 |
|
20 | 22 | * Workflows in the same logic app and tenant run in the same process as the Azure Logic Apps runtime, so they share the same resources and provide better performance.
|
21 | 23 |
|
22 |
| -* You can locally create, run, and test workflows in the Visual Studio Code development environment. You can deploy your logic app locally, to Azure, which includes the single-tenant Azure Logic Apps environment or App Service Environment v3 (ASEv3) - Windows plans only, and on-premises using containers, due to the Azure Logic Apps containerized runtime. |
| 24 | +* You can locally create, run, and test workflows using the Visual Studio Code development environment. |
23 | 25 |
|
24 |
| -For more information about single-tenant Azure Logic Apps, review [Single-tenant versus multi-tenant and integration service environment](single-tenant-overview-compare.md). |
| 26 | + When you're ready, you can deploy your logic app to Azure where your workflow can run in the single-tenant Azure Logic Apps environment or in an App Service Environment v3 (ASEv3 - Windows plans only). You can also deploy and run your workflow anywhere that Kubernetes can run, including Azure, Azure Kubernetes Service, on premises, or even other cloud providers, due to the Azure Logic Apps containerized runtime. For more information about single-tenant Azure Logic Apps, review [Single-tenant versus multi-tenant and integration service environment](single-tenant-overview-compare.md#resource-environment-differences). |
25 | 27 |
|
26 | 28 | While the example workflow is cloud-based and has only two steps, you can create workflows from hundreds of operations that can connect a wide range of apps, data, services, and systems across cloud, on premises, and hybrid environments. The example workflow starts with the built-in Request trigger and follows with an Office 365 Outlook action. The trigger creates a callable endpoint for the workflow and waits for an inbound HTTPS request from any caller. When the trigger receives a request and fires, the next action runs by sending email to the specified email address along with selected outputs from the trigger.
|
27 | 29 |
|
@@ -78,13 +80,12 @@ For more information, review the [Azurite documentation](https://github.com/Azur
|
78 | 80 |
|
79 | 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.
|
80 | 82 |
|
81 |
| - * [Azure Functions Core Tools - 3.x version](https://github.com/Azure/azure-functions-core-tools/releases/tag/3.0.4585) by using the Microsoft Installer (MSI) version, which is `func-cli-X.X.XXXX-x*.msi`. Don't install the 4.x version, which isn't supported and won't work. |
| 83 | + * [Azure Functions Core Tools - 3.x version](https://github.com/Azure/azure-functions-core-tools/releases/tag/3.0.4585) 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. |
82 | 84 |
|
83 |
| - 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. |
| 85 | + * 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. |
84 | 86 |
|
85 |
| - > [!IMPORTANT] |
86 |
| - > If you have an installation that's earlier than these versions, uninstall that version first, |
87 |
| - > or make sure that the PATH environment variable points at the version that you download and install. |
| 87 | + * Azure Functions v3 support ends in late 2022. Starting mid-October 2022, new Standard logic app workflows in the Azure portal automatically use Azure Functions v4. Throughout November 2022, existing Standard workflows in the Azure portal are automatically migrating to Azure Functions v4. Unless you deployed your Standard logic apps as NuGet-based projects or pinned your logic apps to a specific bundle version, this upgrade is designed to require no action from you nor have |
| 88 | + a runtime impact. However, if the exceptions apply to you, or for more information about Azure Functions v3 support, see [Azure Logic Apps Standard now supports Azure Functions v4](https://techcommunity.microsoft.com/t5/integrations-on-azure-blog/azure-logic-apps-standard-now-supports-azure-functions-v4/ba-p/3656072). |
88 | 89 |
|
89 | 90 | * [Azure Logic Apps (Standard) extension for Visual Studio Code](https://go.microsoft.com/fwlink/p/?linkid=2143167).
|
90 | 91 |
|
|
0 commit comments