Skip to content

Commit 54de2c2

Browse files
Merge pull request #222967 from ecfan/host-settings
Azure Logic Apps: Add host setting "ServiceProviders.AzureFile.MaxFileSizeInBytes"
2 parents fcb41ca + 133704f commit 54de2c2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +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). |
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). |
203203
| `Runtime.ContentLink.MaximumContentSizeInBytes` | `104857600` bytes | Sets the maximum size in bytes that an input or output can have in a trigger or action. |
204204
| `Runtime.FlowRunActionJob.MaximumActionResultSize` | `209715200` bytes | Sets the maximum size in bytes that the combined inputs and outputs can have in an action. |
205205

@@ -317,6 +317,14 @@ These settings affect the throughput and capacity for single-tenant Azure Logic
317317
| `Runtime.DataStorage.RequestOptionsMaximumExecutionTime` | `00:00:45` <br>(45 sec) | Sets the operation timeout value, including retries, for table and queue storage requests from the Azure Logic Apps runtime. |
318318
| `Runtime.DataStorage.RequestOptionsServerTimeout` | `00:00:16` <br>(16 sec) | Sets the timeout value for table and queue storage requests from the Azure Logic Apps runtime. |
319319

320+
<a name="built-in-file-share"></a>
321+
322+
#### File share
323+
324+
| Setting | Default value | Description |
325+
|---------|---------------|-------------|
326+
| `ServiceProviders.AzureFile.MaxFileSizeInBytes` | `150000000` bytes | Sets the maximum file size in bytes for an Azure file share. |
327+
320328
<a name="built-in-azure-functions"></a>
321329

322330
### Built-in Azure Functions operations

0 commit comments

Comments
 (0)