Skip to content

Commit 158fb14

Browse files
Merge pull request SharePoint#9371 from marcwindle/marcwindle-spelimitpatch
SPE preview limit clarity
2 parents e1528c5 + d69f423 commit 158fb14

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/embedded/concepts/app-concepts/limits-calling.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,18 @@ ms.localizationpriority: high
77
---
88

99
# Limits and Calling Patterns
10-
This document explains the limits of SharePoint Embedded.
10+
This document explains the limits of SharePoint Embedded during public preview.
11+
12+
> [!NOTE]
13+
> These are preview limits which are subject to change.
1114
1215
## Size limits
1316
The table below defines the size limits of containers.
1417

1518

1619
| Resource | Limit |
1720
|------------------------------------------------------------|-----------------------------------------------------------|
18-
| Container types that a partner tenant can create | 5 |
21+
| Container types that a partner tenant can create | 5* |
1922
| Container types that an app can own | 1 |
2023
| Containers of a container type per tenant | 100k* |
2124
| Storage per container type per tenant | 100TB* |
@@ -28,7 +31,7 @@ The table below defines the size limits of containers.
2831

2932

3033
> [!NOTE]
31-
> The limit can be increased per request.
34+
> \* Limit can be increased per request.
3235
3336

3437
## Throttling
@@ -67,8 +70,7 @@ The following table lists the API rate limits for applications and containers.
6770
| Requests per user | 600 resource units per min |
6871

6972
> [!NOTE]
70-
> The limit can be increased per request.
71-
>
73+
> \* Limit can be increased per request.
7274
7375
Application limits are defined in resource units, and the actual request rate, such as requests per minute, varies based on the chosen API and its corresponding resource unit cost. As a general rule, you can estimate the request rate by averaging about 2 resource units per request and dividing application resource unit limits by 2. Reducing the usage of permission operations can notably improve the call rate since these operations have the most significant impact on overall resource consumption.
7476
<br></br>

0 commit comments

Comments
 (0)