Skip to content

Commit ca7afa6

Browse files
Merge pull request #208228 from ecfan/patch-2
Azure Logic Apps: Fix unit "characters" -> "bytes"
2 parents d663f00 + bc7e597 commit ca7afa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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: 03/22/2022
8+
ms.date: 08/16/2022
99
ms.custom: fasttrack-edit
1010
---
1111

@@ -180,7 +180,7 @@ These settings affect the throughput and capacity for single-tenant Azure Logic
180180
| Setting | Default value | Description |
181181
|---------|---------------|-------------|
182182
| `Runtime.FlowRunActionJob.MaximumActionResultSize` | `209715200` bytes | Sets the maximum size in bytes that the combined inputs and outputs can have in an action. |
183-
| `Runtime.ContentLink.MaximumContentSizeInBytes` | `104857600` characters | Sets the maximum size in characters that an input or output can have in a trigger or action. |
183+
| `Runtime.ContentLink.MaximumContentSizeInBytes` | `104857600` bytes | Sets the maximum size in bytes that an input or output can have in a trigger or action. |
184184
||||
185185

186186
<a name="pagination"></a>

0 commit comments

Comments
 (0)