Skip to content

Commit a554240

Browse files
authored
Clarify which settings are required.
1 parent 43f4dce commit a554240

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/logic-apps/edit-app-settings-host-settings.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 08/16/2024
8+
ms.date: 09/05/2024
99
ms.custom: fasttrack-edit
1010
---
1111

@@ -54,9 +54,10 @@ App settings in Azure Logic Apps work similarly to app settings in Azure Functio
5454

5555
| Setting | Default value | Description |
5656
|---------|---------------|-------------|
57-
| `APP_KIND` | `workflowApp` | Required for setting the app type for the Azure resource. |
57+
| `APP_KIND` | `workflowApp` | Required to set the app type for the Standard logic app resource. |
5858
| `AzureWebJobsStorage` | None | Sets the connection string for an Azure storage account. For more information, see [AzureWebJobsStorage](../azure-functions/functions-app-settings.md#azurewebjobsstorage) |
59-
| `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+
| `FUNCTINONS_EXTENSION_VERSION` | "~4" | Required to set the Azure Functions version. |
60+
| `FUNCTIONS_WORKER_RUNTIME` | `dotnet` | Required to set the language worker runtime for your logic app resource and workflows. <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). |
6061
| `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. |
6162
| `ServiceProviders.Sftp.OperationTimeout` | `00:02:00` <br>(2 min) | Sets the time to wait before timing out on any operation. |
6263
| `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

Comments
 (0)