Skip to content

Commit 365afee

Browse files
Merge pull request #8564 from guzi99/patch-7
Update how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online.md
2 parents 9f836e2 + 166e491 commit 365afee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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: 11/01/2022
4+
ms.date: 11/08/2022
55
ms.prod: sharepoint
66
ms.assetid: 33ed8106-d850-42b1-8d7f-5ba83901149c
77
ms.localizationpriority: high
@@ -198,7 +198,7 @@ The most common causes of per-user throttling in SharePoint Online are client-si
198198

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

201-
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.
201+
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.
202202
## Scenario specific limits
203203

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

0 commit comments

Comments
 (0)