Skip to content

Commit a89a5b6

Browse files
author
ecfan
committed
Include file
1 parent 5f5351d commit a89a5b6

4 files changed

+18
-29
lines changed

articles/logic-apps/azure-arc-enabled-logic-apps-create-deploy-workflows.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -575,13 +575,7 @@ The following example describes a sample Azure Arc-enabled Logic Apps resource d
575575
}
576576
```
577577

578-
> [!NOTE]
579-
>
580-
> Previously, the **FUNCTIONS_WORKER_RUNTIME** setting's default value was **`node`**.
581-
> Now, **`dotnet`** is the default value for all new and existing deployed Standard
582-
> logic apps, even for apps that had a different value. This change shouldn't affect
583-
> your workflow's runtime, and everything should work the same way as before. For more
584-
> information, see the [**FUNCTIONS_WORKER_RUNTIME** app setting](edit-app-settings-host-settings.md#reference-local-settings-json).
578+
[!INCLUDE [functions-language-runtime](includes/functions-language-runtime.md)]
585579

586580
<a name="include-app-service-plan"></a>
587581

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

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -117,25 +117,11 @@ More workflows in your logic app raise the risk of longer load times, which nega
117117
| **Windows Plan** | Yes | <*plan-name*> | The plan name to use. Either select an existing plan name or provide a name for a new plan. <br><br>This example uses the name **My-App-Service-Plan**. <br><br>**Note**: Don't use a Linux-based App Service plan. Only the Windows-based App Service plan is supported. |
118118
| **Pricing plan** | Yes | <*pricing-tier*> | The [pricing tier](../app-service/overview-hosting-plans.md) to use for your logic app and workflows. Your selection affects the pricing, compute, memory, and storage that your logic app and workflows use. <br><br>For more information, review [Hosting plans and pricing tiers](logic-apps-pricing.md#standard-pricing). |
119119

120-
> [!NOTE]
121-
>
122-
> If you select an Azure region that supports availability zone redundancy, the **Zone redundancy**
123-
> section is enabled. This section offers the choice to enable availability zone redundancy
124-
> for your logic app. However, currently supported Azure regions don't include **West US**,
125-
> so you can ignore this section for this example. For more information, see
126-
> [Protect logic apps from region failures with zone redundancy and availability zones](set-up-zone-redundancy-availability-zones.md).
127-
128120
When you finish, your settings look similar to the following example:
129121

130122
:::image type="content" source="media/create-single-tenant-workflows-azure-portal/create-logic-app-basics.png" alt-text="Screenshot shows Azure portal and page named Create Logic App Workflow Service Plan." lightbox="media/create-single-tenant-workflows-azure-portal/create-logic-app-basics.png":::
131123

132-
> [!NOTE]
133-
>
134-
> By default, the language worker runtime value for your Standard logic app is **`dotnet`**.
135-
> Previously, **`node`** was the default value. However, **`dotnet`** is now the default value
136-
> for all new and existing deployed Standard logic apps, even for apps that had a different value.
137-
> This change shouldn't affect your workflow's runtime, and everything should work the same way
138-
> as before. For more information, see the [**FUNCTIONS_WORKER_RUNTIME** app setting](edit-app-settings-host-settings.md#reference-local-settings-json).
124+
[!INCLUDE [functions-language-runtime](includes/functions-language-runtime.md)]
139125

140126
1. When you finish, select **Next: Storage**.
141127

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -633,13 +633,7 @@ To locally run webhook-based triggers and actions in Visual Studio Code, you nee
633633
}
634634
```
635635

636-
> [!NOTE]
637-
>
638-
> Previously, the **FUNCTIONS_WORKER_RUNTIME** setting's default value was **`node`**.
639-
> Now, **`dotnet`** is the default value for all new and existing deployed Standard
640-
> logic apps, even for apps that had a different value. This change shouldn't affect
641-
> your workflow's runtime, and everything should work the same way as before. For more
642-
> information, see the [**FUNCTIONS_WORKER_RUNTIME** app setting](edit-app-settings-host-settings.md#reference-local-settings-json).
636+
[!INCLUDE [functions-language-runtime](./includes/functions-language-runtime.md)]
643637

644638
The first time when you start a local debugging session or run the workflow without debugging, the Azure Logic Apps runtime registers the workflow with the service endpoint and subscribes to that endpoint for notifying the webhook operations. The next time that your workflow runs, the runtime won't register or resubscribe because the subscription registration already exists in local storage.
645639

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
ms.service: azure-logic-apps
3+
ms.author: estfan
4+
author: ecfan
5+
ms.date: 08/16/2024
6+
ms.topic: include
7+
---
8+
9+
> [!NOTE]
10+
>
11+
> Previously, the **FUNCTIONS_WORKER_RUNTIME** setting's default value was **`node`**.
12+
> Now, **`dotnet`** is the default value for all new and existing deployed Standard
13+
> logic apps, even for apps that had a different value. This change shouldn't affect
14+
> your workflow's runtime, and everything should work the same way as before. For more
15+
> information, see the [**FUNCTIONS_WORKER_RUNTIME** app setting](../edit-app-settings-host-settings.md#reference-local-settings-json).

0 commit comments

Comments
 (0)