Skip to content

Commit 00e1c3c

Browse files
committed
Partial update
1 parent 1b6c7bf commit 00e1c3c

File tree

2 files changed

+13
-20
lines changed

2 files changed

+13
-20
lines changed

articles/logic-apps/create-single-tenant-workflows-azure-portal.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Create workflows with single-tenant Azure Logic Apps (Standard) in the Azure portal
3-
description: Create automated workflows to integrate apps, data, services, and systems with single-tenant Azure Logic Apps (Standard) in the Azure portal.
2+
title: Create Standard workflows in single-tenant Azure Logic Apps with the Azure portal
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 the Azure portal.
44
services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 10/26/2022
8+
ms.date: 11/01/2022
99
ms.custom: ignite-fall-2021
1010

11-
#Customer intent: As a developer, I want to create an automated integration workflow that runs in single-tenant Azure Logic Apps using the Azure portal.
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 the Azure portal.
1212
---
1313

1414
# Create an integration workflow with single-tenant Azure Logic Apps (Standard) in the Azure portal
@@ -62,6 +62,8 @@ As you progress, you'll complete these high-level tasks:
6262

6363
* To deploy your **Logic App (Standard)** resource to an [App Service Environment v3 (ASEv3)](../app-service/environment/overview.md), you have to create this environment resource first. You can then select this environment as the deployment location when you create your logic app resource. For more information, review [Resources types and environments](single-tenant-overview-compare.md#resource-environment-differences) and [Create an App Service Environment](../app-service/environment/creation.md).
6464

65+
* 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 a runtime impact. However, if the exceptions apply to you, or for more information about Azure Functions v4 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).
66+
6567
## Best practices and recommendations
6668

6769
For optimal designer responsiveness and performance, review and follow these guidelines:

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

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
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.
44
services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
88
ms.date: 11/01/2022
99
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.
1112
---
1213

1314
# 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
8182

8283
* [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.
8384

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

9990
* [Azure Logic Apps (Standard) extension for Visual Studio Code](https://go.microsoft.com/fwlink/p/?linkid=2143167).
10091

0 commit comments

Comments
 (0)