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-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.custom: fasttrack-edit
11
11
12
12
# Edit host and app settings for logic apps in single-tenant Azure Logic Apps
13
13
14
-
In *single-tenant* Azure Logic Apps, the *app settings* for a logic app specify the global configuration options that affect *all the workflows* in that logic app. However, these settings apply *only* when these workflows run in your *local development environment*. Locally-running workflows can access these app settings as *local environment variables*, which are used by local development tools for values that can often change between environments. For example, these values can contain connection strings. When you deploy to Azure, app settings are ignored and aren't included with your deployment.
14
+
In *single-tenant* Azure Logic Apps, the *app settings* for a logic app specify the global configuration options that affect *all the workflows* in that logic app. However, these settings apply *only* when these workflows run in your *local development environment*. Locallyrunning workflows can access these app settings as *local environment variables*, which are used by local development tools for values that can often change between environments. For example, these values can contain connection strings. When you deploy to Azure, app settings are ignored and aren't included with your deployment.
15
15
16
16
Your logic app also has *host settings*, which specify the runtime configuration settings and values that apply to *all the workflows* in that logic app, for example, default values for throughput, capacity, data size, and so on, *whether they run locally or in Azure*.
17
17
@@ -197,7 +197,7 @@ These settings affect the throughput and capacity for single-tenant Azure Logic
197
197
| Setting | Default value | Description |
198
198
|---------|---------------|-------------|
199
199
|`Runtime.FlowRunRetryableActionJobCallback.MaximumContentLengthInBytesForPartialContent`|`1073741824` bytes | When chunking is supported and enabled on an operation, sets the maximum size in bytes for downloaded or uploaded content. |
200
-
|`Runtime.FlowRunRetryableActionJobCallback.MaxChunkSizeInBytes`|`52428800` bytes | When chunking is supported and enabled on an operation, sets the maximum size in bytes for each content chunk. |
200
+
|`Runtime.FlowRunRetryableActionJobCallback.MaxChunkSizeInBytes`|`52428800` bytes | When chunking is supported and enabled on an operation, sets the maximum size in bytes for each content chunk. |
201
201
|`Runtime.FlowRunRetryableActionJobCallback.MaximumRequestCountForPartialContent`|`1000` requests | When chunking is supported and enabled on an operation, sets the maximum number of requests that an action execution can make to download content. |
202
202
||||
203
203
@@ -280,7 +280,7 @@ These settings affect the throughput and capacity for single-tenant Azure Logic
280
280
|`Runtime.Backend.HttpWebhookOperation.DefaultRetryInterval`|`00:00:07` <br>(7 sec) | Sets the default retry interval for HTTP webhook triggers and actions. |
281
281
|`Runtime.Backend.HttpWebhookOperation.DefaultRetryMaximumInterval`|`01:00:00` <br>(1 hour) | Sets the maximum retry interval for HTTP webhook triggers and actions. |
282
282
|`Runtime.Backend.HttpWebhookOperation.DefaultRetryMinimumInterval`|`00:00:05` <br>(5 sec) | Sets the minimum retry interval for HTTP webhook triggers and actions. |
283
-
|`Runtime.Backend.HttpWebhookOperation.DefaultWakeUpInterval`|`01:00:00` <br>(1 hour) | Sets the default wakeup interval for HTTP webhook trigger and action jobs. |
283
+
|`Runtime.Backend.HttpWebhookOperation.DefaultWakeUpInterval`|`01:00:00` <br>(1 hour) | Sets the default wake-up interval for HTTP webhook trigger and action jobs. |
284
284
||||
285
285
286
286
<aname="built-in-azure-functions"></a>
@@ -319,7 +319,7 @@ These settings affect the throughput and capacity for single-tenant Azure Logic
319
319
|`Runtime.Backend.ApiConnectionOperation.DefaultRetryInterval`|`00:00:07` <br>(7 sec) | Sets the default retry interval for managed API connector triggers and actions. |
320
320
|`Runtime.Backend.ApiWebhookOperation.DefaultRetryMaximumInterval`|`01:00:00` <br>(1 day) | Sets the maximum retry interval for managed API connector webhook triggers and actions. |
321
321
|`Runtime.Backend.ApiConnectionOperation.DefaultRetryMinimumInterval`|`00:00:05` <br>(5 sec) | Sets the minimum retry interval for managed API connector triggers and actions. |
322
-
|`Runtime.Backend.ApiWebhookOperation.DefaultWakeUpInterval`|`01:00:00` <br>(1 day) | Sets the default wakeup interval for managed API connector webhook trigger and action jobs. |
322
+
|`Runtime.Backend.ApiWebhookOperation.DefaultWakeUpInterval`|`01:00:00` <br>(1 day) | Sets the default wake-up interval for managed API connector webhook trigger and action jobs. |
0 commit comments