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
+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
@@ -200,8 +200,8 @@ These settings affect the throughput and capacity for single-tenant Azure Logic
200
200
| Setting | Default value | Description |
201
201
|---------|---------------|-------------|
202
202
|`Microsoft.Azure.Workflows.TemplateLimits.InputParametersLimit`|`50`| Change 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). |
203
-
|`Runtime.ContentLink.MaximumContentSizeInBytes`|`104857600` bytes | Sets the maximum size in bytes that an input or output can have in a trigger or action. |
204
-
|`Runtime.FlowRunActionJob.MaximumActionResultSize`|`209715200` bytes | Sets the maximum size in bytes that the combined inputs and outputs can have in an action. |
203
+
|`Runtime.ContentLink.MaximumContentSizeInBytes`|`104857600` bytes | Sets the maximum size in bytes that an input or output can have in a single trigger or action. |
204
+
|`Runtime.FlowRunActionJob.MaximumActionResultSize`|`209715200` bytes | Sets the maximum size in bytes that the combined inputs and outputs can have in a single action. |
0 commit comments