Skip to content

Commit f7a1e22

Browse files
Merge pull request SharePoint#8539 from PramodBalusu/patch-3
Added links to dev blog for rate limit headers
2 parents 0062d77 + 893e404 commit f7a1e22

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 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: 09/23/2022
4+
ms.date: 11/01/2022
55
ms.prod: sharepoint
66
ms.assetid: 33ed8106-d850-42b1-8d7f-5ba83901149c
77
ms.localizationpriority: high
@@ -146,7 +146,8 @@ RateLimit-Reset: 31
146146
HTTP/1.1 429 Too Many Requests
147147
Retry-After: 9
148148
```
149-
149+
Additional information can be found in [Prevent throttling in your application by using RateLimit headers in SharePoint Online](https://devblogs.microsoft.com/microsoft365dev/prevent-throttling-in-your-application-by-using-ratelimit-headers-in-sharepoint-online/)
150+
150151
### How to decorate your http traffic?
151152

152153
Well-decorated traffic will be prioritized over traffic that isn't properly decorated.
@@ -228,3 +229,4 @@ If we block your subscription, we'll notify you of the block in the Office 365 M
228229
- [Capacity planning and load testing SharePoint Online](https://support.office.com/article/capacity-planning-and-load-testing-sharepoint-online-c932bd9b-fb9a-47ab-a330-6979d03688c0)
229230
- [Microsoft Graph dev center](/graph)
230231
- [Microsoft Graph throttling guidance](/graph/throttling)
232+
- [Prevent throttling in your application by using RateLimit headers in SharePoint Online](https://devblogs.microsoft.com/microsoft365dev/prevent-throttling-in-your-application-by-using-ratelimit-headers-in-sharepoint-online/)

0 commit comments

Comments
 (0)