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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -283,10 +283,12 @@ These settings affect the throughput and capacity for single-tenant Azure Logic
283
283
|`Runtime.Backend.HttpWebhookOperation.MaxContentSize`|`104857600` bytes | Sets the maximum request size in bytes for HTTP webhook triggers and actions. |
284
284
|`Runtime.Backend.HttpWebhookOperation.RequestTimeout`|`00:02:00` <br>(2 min) | Sets the request timeout value for HTTP webhook triggers and actions. |
285
285
286
-
<aname="built-in-blob-storage"></a>
286
+
<aname="built-in-storage"></a>
287
287
288
288
### Built-in Azure Storage operations
289
289
290
+
<aname="built-in-blob-storage"></a>
291
+
290
292
#### Blob storage
291
293
292
294
| Setting | Default value | Description |
@@ -296,6 +298,8 @@ These settings affect the throughput and capacity for single-tenant Azure Logic
296
298
|`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. |
297
299
|`Runtime.ContentStorage.RequestOptionsServerTimeout`|`00:00:30` <br>(30 sec) | Sets the timeout value for blob requests from the Azure Logic Apps runtime. |
298
300
301
+
<aname="built-in-table-queue-storage"></a>
302
+
299
303
#### Table and queue storage
300
304
301
305
| Setting | Default value | Description |
@@ -318,7 +322,7 @@ These settings affect the throughput and capacity for single-tenant Azure Logic
318
322
|`Runtime.Backend.FunctionOperation.DefaultRetryMaximumInterval`|`01:00:00` <br>(1 hour) | Sets the maximum retry interval for Azure Functions actions. |
319
323
|`Runtime.Backend.FunctionOperation.DefaultRetryMinimumInterval`|`00:00:05` <br>(5 sec) | Sets the minimum retry interval for Azure Functions actions. |
0 commit comments