Skip to content

Commit f32a8ee

Browse files
authored
SharePoint, not Sharepoint (SharePoint#10178)
1 parent e85a712 commit f32a8ee

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
@@ -147,7 +147,7 @@ Below is a quick summary of the best practices to handle throttling:
147147
- Choose [Microsoft Graph APIs](/graph) over CSOM and REST APIs when possible
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)
150-
- 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
150+
- 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
151151
- Understand if [SharePoint prioritization](https://aka.ms/SharePointPrioritization) feature 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.

0 commit comments

Comments
 (0)