Skip to content

Commit 233b4fe

Browse files
authored
Merge pull request #292982 from ecfan/patch-2
"MaximumCharactersForContentInlining" should be 32384
2 parents 22140f9 + 8143b5d commit 233b4fe

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 12/20/2024
8+
ms.date: 01/14/2024
99
ms.custom: fasttrack-edit
1010
---
1111

@@ -17,6 +17,8 @@ In *single-tenant* Azure Logic Apps, the *app settings* for a Standard logic app
1717

1818
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*.
1919

20+
Settings are *key-value* pairs that define the setting name and value.
21+
2022
<a name="app-settings-parameters-deployment"></a>
2123

2224
## App settings, parameters, and deployment
@@ -95,15 +97,17 @@ To add, update, or delete app settings, select and review the following sections
9597

9698
For more information about these settings, review the [reference guide for available app settings - local.settings.json](#reference-local-settings-json).
9799

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).
99101

100102
##### Add an app setting in the portal
101103

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.
103107

104108
1. For **Value**, enter the value for your new setting.
105109

106-
1. When you're ready to create your new *key-value* pair, select **Apply**.
110+
1. When you're done, select **Apply**.
107111

108112
:::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":::
109113

@@ -263,7 +267,7 @@ The following settings work only for workflows that start with a recurrence-base
263267
| `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. |
264268
| `Runtime.FlowRunRetryableActionJobCallback.MaximumPagesForContentInlining` | `20` pages | Sets the maximum number of pages to store as inline content in table storage before storing in blob storage. |
265269
| `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. |
267271

268272
<a name="for-each-loop"></a>
269273

19.3 KB
Loading

0 commit comments

Comments
 (0)