Skip to content

Commit 3350fec

Browse files
authored
Update how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online.md
Removed the edits that were not approved by the owner team - ref: a2617b8
1 parent ed4abf0 commit 3350fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)