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
| 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. |
153
153
| 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). |
154
-
|||||
154
+
|||||
155
155
156
156
#### Character limits
157
157
@@ -246,12 +246,16 @@ For pricing rates, see [Logic Apps pricing](https://azure.microsoft.com/pricing/
246
246
| Schema | 8 MB | To upload files larger than 2 MB, use an [Azure storage account and blob container](../logic-apps/logic-apps-enterprise-integration-schemas.md). |
247
247
||||
248
248
249
-
| Runtime endpoint | Limit | Notes |
250
-
|------------------|-------|-------|
251
-
| Read calls per 5 minutes | 60,000 | You can distribute the workload across more than one account as necessary. |
252
-
| Invoke calls per 5 minutes | 45,000 | You can distribute the workload across more than one account as necessary. |
253
-
| Tracking calls per 5 minutes | 45,000 | You can distribute the workload across more than one account as necessary. |
254
-
| Blocking concurrent calls |~1,000 | You can reduce the number of concurrent requests or reduce the duration as necessary. |
| Read calls per 5 minutes | 3,000 | 30,000 | 60,000 | You can distribute the workload across more than one account as necessary. |
256
+
| Invoke calls per 5 minutes | 3,000 | 30,000 | 45,000 | You can distribute the workload across more than one account as necessary. |
257
+
| Tracking calls per 5 minutes | 3,000 | 30,000 | 45,000 | You can distribute the workload across more than one account as necessary. |
258
+
| Blocking concurrent calls |~1,000 |~1,000 |~1,000 | Same for all SKUs. You can reduce the number of concurrent requests or reduce the duration as necessary. |
0 commit comments