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/edit-app-settings-host-settings.md
+4-2Lines changed: 4 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: 12/05/2022
8
+
ms.date: 01/05/2023
9
9
ms.custom: fasttrack-edit
10
10
---
11
11
@@ -51,7 +51,7 @@ App settings in Azure Logic Apps work similarly to app settings in Azure Functio
51
51
|`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. |
52
52
|`ServiceProviders.Sftp.OperationTimeout`|`00:02:00` <br>(2 min) | Sets the time to wait before timing out on any operation. |
53
53
|`ServiceProviders.Sftp.ServerAliveInterval`|`00:30:00` <br>(30 min) | Send a "keep alive" message to keep the SSH connection active if no data exchange with the server happens during the specified period. For more information, see the [ServerAliveInterval setting](https://man.openbsd.org/ssh_config.5#ServerAliveInterval). |
54
-
|`ServiceProviders.Sftp.SftpConnectionPoolSize`|`2` connections | Sets the number of connections that each processor can cache. The total connections that you can cache is *ProcessorCount* multiplied by the setting value. |
54
+
|`ServiceProviders.Sftp.SftpConnectionPoolSize`|`2` connections | Sets the number of connections that each processor can cache. The total number of connections that you can cache is *ProcessorCount* multiplied by the setting value. |
55
55
|`ServiceProviders.MaximumAllowedTriggerStateSizeInKB`|`10` KB, which is ~1,000 files | Sets the trigger state entity size in kilobytes, which is proportional to the number of files in the monitored folder and is used to detect files. If the number of files exceeds 1,000, increase this value. |
56
56
|`ServiceProviders.Sql.QueryTimeout`|`00:02:00` <br>(2 min) | Sets the request timeout value for SQL service provider operations. |
57
57
|`WEBSITE_LOAD_ROOT_CERTIFICATES`| None | Sets the thumbprints for the root certificates to be trusted. |
@@ -199,6 +199,7 @@ These settings affect the throughput and capacity for single-tenant Azure Logic
199
199
200
200
| Setting | Default value | Description |
201
201
|---------|---------------|-------------|
202
+
|`Microsoft.Azure.Workflows.TemplateLimits.InputParametersLimit`|`50`| Increases the default limit on [cross-environment workflow parameters](create-parameters-workflows.md) up to 500 for Standard logic apps created by [exporting Consumption logic apps](export-from-consumption-to-standard-logic-app.md). |
202
203
|`Runtime.ContentLink.MaximumContentSizeInBytes`|`104857600` bytes | Sets the maximum size in bytes that an input or output can have in a trigger or action. |
203
204
|`Runtime.FlowRunActionJob.MaximumActionResultSize`|`209715200` bytes | Sets the maximum size in bytes that the combined inputs and outputs can have in an action. |
204
205
@@ -299,6 +300,7 @@ These settings affect the throughput and capacity for single-tenant Azure Logic
299
300
300
301
| Setting | Default value | Description |
301
302
|---------|---------------|-------------|
303
+
|`Microsoft.Azure.Workflows.ContentStorage.RequestOptionsThreadCount`| None | Sets the thread count for blob upload and download operations. You can use this setting to force the Azure Logic Apps runtime to use multiple threads when uploading and downloading content from action inputs and outputs. |
302
304
|`Runtime.ContentStorage.RequestOptionsDeltaBackoff`|`00:00:02` <br>(2 sec) | Sets the backoff interval between retries sent to blob storage. |
303
305
|`Runtime.ContentStorage.RequestOptionsMaximumAttempts`|`4` retries | Sets the maximum number of retries sent to table and queue storage. |
304
306
|`Runtime.ContentStorage.RequestOptionsMaximumExecutionTime`|`00:02:00` <br>(2 min) | Sets the operation timeout value, including retries, for blob requests from the Azure Logic Apps runtime. |
0 commit comments