|
1 | 1 | ---
|
2 | 2 | title: Create Standard workflows in single-tenant Azure Logic Apps with Visual Studio Code
|
3 |
| -description: Create 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. |
| 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 | 8 | ms.date: 11/01/2022
|
9 | 9 | ms.custom: ignite-fall-2021, engagement-fy23
|
10 |
| -## 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 | + |
| 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. |
11 | 12 | ---
|
12 | 13 |
|
13 | 14 | # Create a Standard logic app workflow for single-tenant Azure Logic Apps using Visual Studio Code
|
@@ -81,20 +82,10 @@ For more information, review the [Azurite documentation](https://github.com/Azur
|
81 | 82 |
|
82 | 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.
|
83 | 84 |
|
84 |
| - > [!IMPORTANT] |
85 |
| - > |
86 |
| - > If you have an installation that's earlier than these versions, uninstall that version first, or |
87 |
| - > make sure that the PATH environment variable points at the version that you download and install. |
88 |
| - > |
89 |
| - > Azure Functions v3 support is ending in late 2022. Starting mid-October 2022, new Standard logic app |
90 |
| - > workflows in the Azure portal automatically use Azure Functions v4. During November 2022, existing |
91 |
| -Standard workflows in the Azure portal are |
92 |
| - > automatically migrating to Azure Functions v4. Unless you deployed your Standard logic apps as |
93 |
| - > NuGet-based projects or pinned your logic apps to a specific bundle version, this upgrade is |
94 |
| - > designed to require no action from you nor have an impact at runtime. |
95 |
| - > |
96 |
| - > If the exceptions apply to you, or for more information about the approaching end for Azure Functions v3 support, see |
97 |
| - > [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). |
| 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. |
| 86 | + |
| 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). |
98 | 89 |
|
99 | 90 | * [Azure Logic Apps (Standard) extension for Visual Studio Code](https://go.microsoft.com/fwlink/p/?linkid=2143167).
|
100 | 91 |
|
|
0 commit comments