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
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: estfan, azla
7
7
ms.topic: how-to
8
-
ms.date: 12/20/2024
8
+
ms.date: 01/14/2024
9
9
ms.custom: fasttrack-edit
10
10
---
11
11
@@ -17,6 +17,8 @@ In *single-tenant* Azure Logic Apps, the *app settings* for a Standard logic app
17
17
18
18
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*.
19
19
20
+
Settings are *key-value* pairs that define the setting name and value.
21
+
20
22
<aname="app-settings-parameters-deployment"></a>
21
23
22
24
## App settings, parameters, and deployment
@@ -95,15 +97,17 @@ To add, update, or delete app settings, select and review the following sections
95
97
96
98
For more information about these settings, review the [reference guide for available app settings - local.settings.json](#reference-local-settings-json).
97
99
98
-
1. To view all values, select **Show Values**. Or, to view a single value, in the **Value** column, next to the value, select the "eye".
100
+
1. To view all values, on the page toolbar, select **Show Values**. Or, to view a single value, in the **Value** column, select **Show value** (eye icon).
99
101
100
102
##### Add an app setting in the portal
101
103
102
-
1. On the **App settings** tab, at the bottom of the list, in the **Name** column, enter the *key* or name for your new setting.
104
+
1. On the **App settings** tab, on the toolbar, select **Add**.
105
+
106
+
1. On the **Add/Edit application setting** pane, for **Name**, enter the *key* or name for your new setting.
103
107
104
108
1. For **Value**, enter the value for your new setting.
105
109
106
-
1. When you're ready to create your new *key-value* pair, select **Apply**.
110
+
1. When you're done, select **Apply**.
107
111
108
112
:::image type="content" source="./media/edit-app-settings-host-settings/portal-app-settings-values.png" alt-text="Screenshot shows Azure portal with app settings page and values for a Standard logic app resource." lightbox="./media/edit-app-settings-host-settings/portal-app-settings-values.png":::
109
113
@@ -263,7 +267,7 @@ The following settings work only for workflows that start with a recurrence-base
263
267
|`Runtime.FlowRunEngine.ForeachMaximumItemsForContentInlining`|`20` items | When a `For each` loop is running, each item's value is stored either inline with other metadata in table storage or separately in blob storage. Sets the number of items to store inline with other metadata. |
264
268
|`Runtime.FlowRunRetryableActionJobCallback.MaximumPagesForContentInlining`|`20` pages | Sets the maximum number of pages to store as inline content in table storage before storing in blob storage. |
265
269
|`Runtime.FlowTriggerSplitOnJob.MaximumItemsForContentInlining`|`40` items | When the `SplitOn` setting debatches array items into multiple workflow instances, each item's value is stored either inline with other metadata in table storage or separately in blob storage. Sets the number of items to store inline. |
266
-
|`Runtime.ScaleUnit.MaximumCharactersForContentInlining`|`8192` characters | Sets the maximum number of operation input and output characters to store inline in table storage before storing in blob storage. |
270
+
|`Runtime.ScaleUnit.MaximumCharactersForContentInlining`|`32384` characters | Sets the maximum number of operation input and output characters to store inline in table storage before storing in blob storage. |
0 commit comments