Skip to content

Commit a2617b8

Browse files
authored
Update how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online.md
Add additional detail to better handle situations in which throttling is present in the SPO APIs.
1 parent 6a8b320 commit a2617b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,7 @@ The most common causes of per-user throttling in SharePoint Online are client-si
197197

198198
- **Creating multiple AppIDs for the same application**
199199

200-
Don't create separate AppIDs where the applications essentially perform the same operations, such as backup or data loss prevention. Applications running against the same tenant ultimately share the same resource of the tenant. Historically some applications have tried this approach to get around the application throttling but ended up exhausting the tenant’s resource and causing multiple applications to be throttled in the tenant.
201-
200+
Don't create separate AppIDs where the applications essentially perform the same operations, such as backup or data loss prevention. Applications running against the same tenant ultimately share the same resource of the tenant. Historically some applications have tried this approach to get around the application throttling but ended up exhausting the tenant’s resource and causing multiple applications to be throttled in the tenant. When this can not be avoided, each instance of custom code that interacts with SharePoint Online should be architected to account for throttling being present.
202201
## Scenario specific limits
203202

204203
### When using app-only authentication with Sites.Read.All permission

0 commit comments

Comments
 (0)