Skip to content

Commit 44fd2bf

Browse files
authored
Merge pull request #104903 from ecfan/integration-account-tiers
Add limits for Free and Basic tiers
2 parents 890fb1a + 395aa0e commit 44fd2bf

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

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

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: klam, logicappspm
77
ms.topic: article
8-
ms.date: 02/10/2020
8+
ms.date: 02/20/2020
99
---
1010

1111
# Limits and configuration information for Azure Logic Apps
@@ -151,7 +151,7 @@ Some connector operations make asynchronous calls or listen for webhook requests
151151
|------|--------------------|---------------------------------------|-------|
152152
| 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. |
153153
| 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+
|||||
155155

156156
#### Character limits
157157

@@ -246,12 +246,16 @@ For pricing rates, see [Logic Apps pricing](https://azure.microsoft.com/pricing/
246246
| 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). |
247247
||||
248248

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. |
249+
<a name="integration-account-throughput-limits"></a>
250+
251+
### Throughput limits
252+
253+
| Runtime endpoint | Free | Basic | Standard | Notes |
254+
|------------------|------|-------|----------|-------|
255+
| 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. |
255259
||||
256260

257261
<a name="b2b-protocol-limits"></a>

0 commit comments

Comments
 (0)