Skip to content

Commit 6e50caf

Browse files
Merge pull request SharePoint#8435 from drew-russell/patch-1
Update how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online.md
2 parents 6a8b320 + 94090ee commit 6e50caf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Avoid getting throttled or blocked in SharePoint Online
33
description: Find out about throttling in SharePoint Online and learn how to avoid being throttled or blocked.
4-
ms.date: 08/12/2022
4+
ms.date: 09/23/2022
55
ms.prod: sharepoint
66
ms.assetid: 33ed8106-d850-42b1-8d7f-5ba83901149c
77
ms.localizationpriority: high
@@ -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)