Skip to content

Commit 3067c0e

Browse files
author
Jill Grant
authored
Merge pull request #284890 from ecfan/dotnet
[Standard] FUNCTIONS_WORKER_RUNTIME - Convert note to Include file
2 parents 153f7e1 + bacccc9 commit 3067c0e

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
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-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)