Skip to content

Commit d6e488e

Browse files
authored
Merge pull request #9570 from garima1204/patch-1
Removing platform limits from documentation
2 parents ae5badb + ebf2044 commit d6e488e

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

concepts/connecting-external-content-api-limits.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,13 @@ author: mecampos
55
ms.localizationpriority: high
66
doc_type: conceptualPageType
77
ms.subservice: search
8-
ms.date: 11/07/2024
8+
ms.date: 05/15/2025
99
---
1010

1111
# Microsoft Graph connectors API limits
1212

1313
This article describes implementation and operational limits for Microsoft Graph connectors. Keep these limits in mind when designing connectors.
1414

15-
## Connection limits
16-
17-
| Limit type | Limit |
18-
| ---------- | ----- |
19-
| [Connection](/graph/api/resources/externalconnectors-externalconnection) resources per Microsoft 365 tenant | 30 |
20-
| [Items](/graph/api/resources/externalconnectors-externalitem) per connection | 5,000,000 |
21-
| Connection byte size | 500 GB |
22-
| Items per tenant | 50,000,000 |
23-
2415
## Schema limits
2516

2617
| Limit type | Limit |
@@ -39,7 +30,6 @@ This article describes implementation and operational limits for Microsoft Graph
3930

4031
| Limit type | Limit |
4132
| ---------- | ----- |
42-
| Throughput limit to ingest items through a connection | 25 items/sec |
4333
| Item size; this limit applies to the request body when [ingesting and indexing an item](/graph/api/externalconnectors-externalconnection-put-items) | 4 MB |
4434
| Number of [activities](/graph/api/resources/externalconnectors-externalactivity); this is the [throttling](#throttling) threshold per activities call | 20 activities |
4535
| Property size | N/A |

0 commit comments

Comments
 (0)