Skip to content

Commit 1ce9d9a

Browse files
authored
Fix formatting
1 parent a554240 commit 1ce9d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ App settings in Azure Logic Apps work similarly to app settings in Azure Functio
5656
|---------|---------------|-------------|
5757
| `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-
| `FUNCTINONS_EXTENSION_VERSION` | "~4" | Required to set the Azure Functions version. |
59+
| `FUNCTINONS_EXTENSION_VERSION` | `~4` | Required to set the Azure Functions version. |
6060
| `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). |
6161
| `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. |
6262
| `ServiceProviders.Sftp.OperationTimeout` | `00:02:00` <br>(2 min) | Sets the time to wait before timing out on any operation. |

0 commit comments

Comments
 (0)