Skip to content

Commit 5fd434b

Browse files
update on documentation for security limit on throttling (SharePoint#9821)
* addition for user enumeration limit * fix the date * corrected grammar * fixed ms.date
1 parent 1312d5a commit 5fd434b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
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: Learn about throttling in SharePoint Online and learn how to avoid being throttled or blocked.
4-
ms.date: 07/01/2024
4+
ms.date: 07/26/2024
55
ms.assetid: 33ed8106-d850-42b1-8d7f-5ba83901149c
66
ms.localizationpriority: high
77
---
@@ -230,6 +230,9 @@ If you have applications or components, that are causing your people search requ
230230
1. Try consolidating the requests into a single query. For example, instead of making 10 simultaneous queries for `WorkEmail:[email protected]`, `WorkEmail:[email protected]`,..., `WorkEmail:[email protected]`, try the single query, `WorkEmail:[email protected] WorkEmail:[email protected] ... WorkEmail:[email protected]`.
231231
1. Consider using the [Microsoft Graph API](/graph/search-concept-person) if a high-request-volume scenario (in excess of 25 requests per second) is truly necessary.
232232

233+
### When accessing OneDrive sites
234+
When a client makes excessive attempts to access many OneDrive site collections that do not exist, we may throttle requests from that client's IP address. The client will receive an HTTP 429 response when accessing any OneDrive site collection during the throttling period.
235+
233236
## What should you do if you get blocked in SharePoint Online?
234237

235238
Blocking is the most extreme form of throttling. We rarely ever block a tenant unless we detect long-term, excessive traffic that may threaten the overall health of the SharePoint Online service. We apply blocks to prevent excessive traffic from degrading the performance and reliability of SharePoint Online. A block - which is placed at the app or user level - prevents the offending process from running until you fix the problem. If we block your subscription, you must take action to modify the offending processes before the block can be removed.

0 commit comments

Comments
 (0)