Skip to content

Commit 47a2403

Browse files
Name change for app prioritization (#10192)
* name change * fix typo * fix date
1 parent 28160b6 commit 47a2403

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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: 03/17/2025
4+
ms.date: 04/11/2025
55
ms.assetid: 33ed8106-d850-42b1-8d7f-5ba83901149c
66
ms.localizationpriority: high
77
---
@@ -148,7 +148,7 @@ Below is a quick summary of the best practices to handle throttling:
148148
- Use the `Retry-After` and `RateLimit` HTTP headers
149149
- Decorate your traffic so we know who you are (see section on traffic decoration best practice more on that below)
150150
- Consider using [Graph Data Connect for SharePoint](https://techcommunity.microsoft.com/blog/microsoft_graph_data_connect_for_sharepo/links-about-microsoft-graph-data-connect-for-sharepoint/4069045) for broad sites analytics
151-
- Understand if [SharePoint prioritization](https://aka.ms/SharePointPrioritization) feature is the right fit for your scenario
151+
- Understand if [service prioritization in SharePoint](https://aka.ms/SharePointPrioritization) is the right fit for your scenario
152152

153153
As stated earlier, [Microsoft Graph](/graph) is cloud born APIs that have the latest improvements and optimizations. In general, [Microsoft Graph](/graph) consumes fewer resources than CSOM and REST to achieve the same functionality. Hence, adopting [Microsoft Graph](/graph) can improve the application's performance and reduce throttling.
154154

@@ -315,7 +315,7 @@ If we block your subscription, we'll notify you of the block in the Office 365 M
315315
316316
## See also
317317
318-
- [SharePoint prioritization](https://aka.ms/SharePointPrioritization)
318+
- [service prioritization in SharePoint](https://aka.ms/SharePointPrioritization)
319319
- [Diagnosing performance issues with SharePoint Online](https://support.office.com/article/3c364f9e-b9f6-4da4-a792-c8e8c8cd2e86)
320320
- [Capacity planning and load testing SharePoint Online](https://support.office.com/article/capacity-planning-and-load-testing-sharepoint-online-c932bd9b-fb9a-47ab-a330-6979d03688c0)
321321
- [Microsoft Graph dev center](/graph)

0 commit comments

Comments
 (0)