Skip to content

Commit f3cbd37

Browse files
Merge pull request SharePoint#9786 from vanshisingh/main
Updating Throttling Document
2 parents 98e433c + bc04039 commit f3cbd37

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 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: Learn about throttling in SharePoint Online and learn how to avoid being throttled or blocked.
4-
ms.date: 06/27/2024
4+
ms.date: 07/01/2024
55
ms.assetid: 33ed8106-d850-42b1-8d7f-5ba83901149c
66
ms.localizationpriority: high
77
---
@@ -62,11 +62,17 @@ The table below defines the resource unit limits for an application in a tenant:
6262
> [!NOTE]
6363
> Microsoft reserves the right to change the resource unit limits.
6464
65+
For multitenant applications:
66+
67+
1. Each tenant hosting the application is considered distinct, operating independently from others. Consequently, every application is subject to its own usage limits within each tenant as defined above.
68+
1. The consumption of resource units by the application is to be measured on a per-tenant, per-application basis. This ensures that each tenant-application pair remains within the permissible resource limits specified for that particular tenant.
69+
1. Should the application reach its resource limit within one tenant, this occurrence will not affect other instances of the application operating in different tenants. Each tenant's resource utilization is isolated, preventing cross-tenant impact.
70+
6571
In terms of API costs, [Microsoft Graph APIs](/graph) have a predetermined resource unit cost per request:
6672

6773
| Resource units per request | Operations |
6874
| -------------------------- | ------------------------------------------------------- |
69-
| 1 | <li>Single item query, such as get item <li>Delta with a token |
75+
| 1 | <li>Single item query, such as get item <li>Delta with a token <li>Download file from drive item |
7076
| 2 | <li>Multi item query, such as list children, except delta with a token <li>Create, update, delete and upload |
7177
| 5 | <li>All permission resource operations, including $expand=permissions |
7278

0 commit comments

Comments
 (0)