Skip to content

Commit 6155c98

Browse files
authored
Merge pull request #101514 from ecfan/patch-7
Add URL character limit and refactor table
2 parents 90c0bfe + 649a4b2 commit 6155c98

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

articles/logic-apps/logic-apps-limits-and-config.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,15 @@ Some connector operations make asynchronous calls or listen for webhook requests
149149
|------|--------------------|---------------------------------------|-------|
150150
| Message size | 100 MB | 200 MB | To work around this limit, see [Handle large messages with chunking](../logic-apps/logic-apps-handle-large-messages.md). However, some connectors and APIs might not support chunking or even the default limit. |
151151
| Message size with chunking | 1 GB | 5 GB | This limit applies to actions that natively support chunking or let you enable chunking in their runtime configuration. <p>For the integration service environment, the Logic Apps engine supports this limit, but connectors have their own chunking limits up to the engine limit, for example, see the [Azure Blob Storage connector's API reference](https://docs.microsoft.com/connectors/azureblob/). For more information chunking, see [Handle large messages with chunking](../logic-apps/logic-apps-handle-large-messages.md). |
152-
| Expression evaluation limit | 131,072 characters | 131,072 characters | The `@concat()`, `@base64()`, `@string()` expressions can't be longer than this limit. |
153-
|||||
152+
|||||
153+
154+
#### Character limits
155+
156+
| Name | Notes |
157+
|------|-------|
158+
| Expression evaluation limit | 131,072 characters | The `@concat()`, `@base64()`, `@string()` expressions can't be longer than this limit. |
159+
| Request URL character limit | 32K characters |
160+
|||
154161

155162
#### Retry policy
156163

0 commit comments

Comments
 (0)