You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/create-single-tenant-workflows-azure-portal.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,14 @@ More workflows in your logic app raise the risk of longer load times, which nega
129
129
130
130
:::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":::
131
131
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).
139
+
132
140
1. When you finish, select **Next: Storage**.
133
141
134
142
1. On the **Storage** tab, provide the following information about the storage solution and hosting plan to use for your logic app.
@@ -633,6 +633,14 @@ To locally run webhook-based triggers and actions in Visual Studio Code, you nee
633
633
}
634
634
```
635
635
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).
643
+
636
644
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.
637
645
638
646
When you stop the debugging session for a workflow run that uses locally run webhook-based triggers or actions, the existing subscription registrations aren't deleted. To unregister, you have to manually remove or delete the subscription registrations.
@@ -968,7 +976,7 @@ Deployment for the Standard logic app resource requires a hosting plan and prici
Copy file name to clipboardExpand all lines: articles/logic-apps/edit-app-settings-host-settings.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: estfan, azla
7
7
ms.topic: how-to
8
-
ms.date: 03/08/2024
8
+
ms.date: 08/16/2024
9
9
ms.custom: fasttrack-edit
10
10
---
11
11
@@ -55,7 +55,7 @@ App settings in Azure Logic Apps work similarly to app settings in Azure Functio
55
55
| Setting | Default value | Description |
56
56
|---------|---------------|-------------|
57
57
|`AzureWebJobsStorage`| None | Sets the connection string for an Azure storage account. For more information, see [AzureWebJobsStorage](../azure-functions/functions-app-settings.md#azurewebjobsstorage)|
58
-
|`FUNCTIONS_WORKER_RUNTIME`|`node`| Sets the language worker runtime to use with your logic app resource and workflows. However, this setting is no longer necessary due to automatically enabled multi-language support. <br><br>For more information, see [FUNCTIONS_WORKER_RUNTIME](../azure-functions/functions-app-settings.md#functions_worker_runtime). |
58
+
|`FUNCTIONS_WORKER_RUNTIME`|`dotnet`| Sets the language worker runtime to use with your logic app resource and workflows. However, this setting is no longer necessary due to automatically enabled multi-language support. <br><br>**Note**: Previously, this setting's default value was **`node`**. Now, **`dotnet`** is the default value for all new and existing deployed Standard logic apps, even for apps that had a different different value. This change shouldn't affect your workflow's runtime, and everything should work the same way as before.<br><br>For more information, see [FUNCTIONS_WORKER_RUNTIME](../azure-functions/functions-app-settings.md#functions_worker_runtime). |
59
59
|`ServiceProviders.Sftp.FileUploadBufferTimeForTrigger`|`00:00:20` <br>(20 seconds) | Sets the buffer time to ignore files that have a last modified timestamp that's greater than the current time. This setting is useful when large file writes take a long time and avoids fetching data for a partially written file. |
60
60
|`ServiceProviders.Sftp.OperationTimeout`|`00:02:00` <br>(2 min) | Sets the time to wait before timing out on any operation. |
61
61
|`ServiceProviders.Sftp.ServerAliveInterval`|`00:30:00` <br>(30 min) | Sends a "keep alive" message to keep the SSH connection active if no data exchange with the server happens during the specified period. |
0 commit comments