Skip to content

Commit dae342a

Browse files
committed
Add new host settings
1 parent db7c904 commit dae342a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
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: 12/05/2022
8+
ms.date: 01/05/2023
99
ms.custom: fasttrack-edit
1010
---
1111

@@ -199,6 +199,7 @@ These settings affect the throughput and capacity for single-tenant Azure Logic
199199

200200
| Setting | Default value | Description |
201201
|---------|---------------|-------------|
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). |
202203
| `Runtime.ContentLink.MaximumContentSizeInBytes` | `104857600` bytes | Sets the maximum size in bytes that an input or output can have in a trigger or action. |
203204
| `Runtime.FlowRunActionJob.MaximumActionResultSize` | `209715200` bytes | Sets the maximum size in bytes that the combined inputs and outputs can have in an action. |
204205

@@ -299,6 +300,7 @@ These settings affect the throughput and capacity for single-tenant Azure Logic
299300

300301
| Setting | Default value | Description |
301302
|---------|---------------|-------------|
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. |
302304
| `Runtime.ContentStorage.RequestOptionsDeltaBackoff` | `00:00:02` <br>(2 sec) | Sets the backoff interval between retries sent to blob storage. |
303305
| `Runtime.ContentStorage.RequestOptionsMaximumAttempts` | `4` retries | Sets the maximum number of retries sent to table and queue storage. |
304306
| `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

Comments
 (0)