Skip to content

Commit 27f02f5

Browse files
Merge pull request SharePoint#8027 from chrisms86/wb-0606-sdd-cs
Validation fixes
2 parents 8b5602b + e082f2d commit 27f02f5

File tree

2 files changed

+33
-32
lines changed

2 files changed

+33
-32
lines changed

docs/scenario-guidance/Performance.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Performance
3-
ms.date: 04/21/2020
3+
description: Outlines how performance is one of the important factors that influence user-experience and how efficiently users can work with the portal.
4+
ms.date: 06/07/2022
45
ms.localizationpriority: medium
56
---
67
# Performance
@@ -24,8 +25,8 @@ SharePoint Online uses throttling to prevent users from over-consuming resources
2425

2526
### Articles
2627

27-
- [Handle SharePoint Online throttling by using exponential back off](https://docs.microsoft.com/sharepoint/dev/solution-guidance/handle-sharepoint-online-throttling-by-using-exponential-back-off)
28-
- [Avoid getting throttled or blocked in SharePoint Online](https://docs.microsoft.com/sharepoint/dev/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online)
28+
- [Handle SharePoint Online throttling by using exponential back off](/sharepoint/dev/solution-guidance/handle-sharepoint-online-throttling-by-using-exponential-back-off)
29+
- [Avoid getting throttled or blocked in SharePoint Online](/sharepoint/dev/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online)
2930

3031
### Samples
3132

@@ -37,12 +38,12 @@ _**Applies to:** Office 365 | SharePoint Server_
3738

3839
### Articles
3940

40-
- [Optimize builds for production](https://docs.microsoft.com/sharepoint/dev/spfx/toolchain/optimize-builds-for-production)
41-
- [JavaScript Patterns and Performance](https://docs.microsoft.com/sharepoint/dev/solution-guidance/javascript-patterns-and-performance)
42-
- [Make batch requests with the REST APIs](https://docs.microsoft.com/sharepoint/dev/sp-add-ins/make-batch-requests-with-the-rest-apis)
43-
- [SharePoint Framework (SPFx) enterprise guidance](https://docs.microsoft.com/sharepoint/dev/spfx/enterprise-guidance)
44-
- [Use existing JavaScript libraries in SharePoint Framework client-side web parts](https://docs.microsoft.com/sharepoint/dev/spfx/web-parts/guidance/use-existing-javascript-libraries)
45-
- [Use the Office 365 content delivery network (CDN)](https://docs.microsoft.com/sharepoint/dev/general-development/office-365-cdn)
41+
- [Optimize builds for production](/sharepoint/dev/spfx/toolchain/optimize-builds-for-production)
42+
- [JavaScript Patterns and Performance](/sharepoint/dev/solution-guidance/javascript-patterns-and-performance)
43+
- [Make batch requests with the REST APIs](/sharepoint/dev/sp-add-ins/make-batch-requests-with-the-rest-apis)
44+
- [SharePoint Framework (SPFx) enterprise guidance](/sharepoint/dev/spfx/enterprise-guidance)
45+
- [Use existing JavaScript libraries in SharePoint Framework client-side web parts](/sharepoint/dev/spfx/web-parts/guidance/use-existing-javascript-libraries)
46+
- [Use the Office 365 content delivery network (CDN)](/sharepoint/dev/general-development/office-365-cdn)
4647

4748
## SharePoint Add-ins
4849

@@ -52,10 +53,10 @@ The approaches you take to ensure optimal performance with SharePoint is differe
5253

5354
### Articles
5455

55-
- [JavaScript Patterns and Performance](https://docs.microsoft.com/sharepoint/dev/solution-guidance/javascript-patterns-and-performance)
56-
- [Performance considerations in the SharePoint Add-in model](https://docs.microsoft.com/sharepoint/dev/solution-guidance/performance-considerations-sharepoint-add-in)
57-
- [Improve performance in SharePoint provider-hosted add-ins](https://docs.microsoft.com/sharepoint/dev/solution-guidance/improve-performance-in-sharepoint-provider-hosted-add-ins)
58-
- [Make batch requests with the REST APIs](https://docs.microsoft.com/sharepoint/dev/sp-add-ins/make-batch-requests-with-the-rest-apis)
56+
- [JavaScript Patterns and Performance](/sharepoint/dev/solution-guidance/javascript-patterns-and-performance)
57+
- [Performance considerations in the SharePoint Add-in model](/sharepoint/dev/solution-guidance/performance-considerations-sharepoint-add-in)
58+
- [Improve performance in SharePoint provider-hosted add-ins](/sharepoint/dev/solution-guidance/improve-performance-in-sharepoint-provider-hosted-add-ins)
59+
- [Make batch requests with the REST APIs](/sharepoint/dev/sp-add-ins/make-batch-requests-with-the-rest-apis)
5960

6061
### Videos
6162

@@ -71,10 +72,10 @@ _**Applies to:** Office 365 | SharePoint Server_
7172

7273
### Articles
7374

74-
- [Proven Practices for SharePoint Online Portals - Performance](https://docs.microsoft.com/sharepoint/dev/solution-guidance/portal-performance)
75-
- [Proven Practices for SharePoint Online Portals - Navigation Solutions](https://docs.microsoft.com/sharepoint/dev/solution-guidance/portal-navigation)
76-
- [JavaScript Patterns and Performance](https://docs.microsoft.com/sharepoint/dev/solution-guidance/javascript-patterns-and-performance)
77-
- [Optimize page performance in SharePoint](https://docs.microsoft.com/sharepoint/dev/general-development/optimize-page-performance-in-sharepoint)
75+
- [Proven Practices for SharePoint Online Portals - Performance](/sharepoint/dev/solution-guidance/portal-performance)
76+
- [Proven Practices for SharePoint Online Portals - Navigation Solutions](/sharepoint/dev/solution-guidance/portal-navigation)
77+
- [JavaScript Patterns and Performance](/sharepoint/dev/solution-guidance/javascript-patterns-and-performance)
78+
- [Optimize page performance in SharePoint](/sharepoint/dev/general-development/optimize-page-performance-in-sharepoint)
7879

7980
### Videos
8081

docs/scenario-guidance/Responding-to-changes.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Responding to changes
33
description: Responding to changes
4-
ms.date: 12/12/2018
4+
ms.date: 06/07/2022
55
ms.prod: sharepoint
66
author: vesajuvonen
77
ms.author: vesaj
@@ -28,13 +28,13 @@ The Webhooks are a modern option, available in SharePoint Online only at the tim
2828
For further details about Webhooks you can read the following articles, inspect the following samples and solutions, or watch the following videos.
2929

3030
### Articles
31-
* [Overview of SharePoint webhooks](https://docs.microsoft.com/sharepoint/dev/apis/webhooks/overview-sharepoint-webhooks)
32-
* [Get started with SharePoint webhooks](https://docs.microsoft.com/sharepoint/dev/apis/webhooks/get-started-webhooks)
33-
* [Using Azure Functions with SharePoint webhooks](https://docs.microsoft.com/sharepoint/dev/apis/webhooks/sharepoint-webhooks-using-azure-functions)
34-
* [SharePoint list webhooks](https://docs.microsoft.com/sharepoint/dev/apis/webhooks/lists/overview-sharepoint-list-webhooks)
31+
* [Overview of SharePoint webhooks](/sharepoint/dev/apis/webhooks/overview-sharepoint-webhooks)
32+
* [Get started with SharePoint webhooks](/sharepoint/dev/apis/webhooks/get-started-webhooks)
33+
* [Using Azure Functions with SharePoint webhooks](/sharepoint/dev/apis/webhooks/sharepoint-webhooks-using-azure-functions)
34+
* [SharePoint list webhooks](/sharepoint/dev/apis/webhooks/lists/overview-sharepoint-list-webhooks)
3535

3636
### Samples
37-
* [SharePoint webhooks sample reference implementation](https://docs.microsoft.com/sharepoint/dev/apis/webhooks/webhooks-reference-implementation)
37+
* [SharePoint webhooks sample reference implementation](/sharepoint/dev/apis/webhooks/webhooks-reference-implementation)
3838
* [SharePoint Web Hooks Azure AD reference implementation](https://github.com/SharePoint/sp-dev-samples/tree/master/Samples/WebHooks.List.AzureAD)
3939
* [SharePoint Web Hooks reference implementation](https://github.com/SharePoint/sp-dev-samples/tree/master/Samples/WebHooks.List)
4040
* [Sample Node.js SharePoint webhook application](https://github.com/SharePoint/sp-dev-samples/tree/master/Samples/WebHooks.Nodejs)
@@ -51,12 +51,12 @@ _**Applies to:** SharePoint 2013 | SharePoint 2016 | SharePoint Online_
5151
The Remote Event Receivers are a capability introduced with the SharePoint Add-In model, and they target both SharePoint on-premises 2013/2016 and SharePoint Online. The idea is to have a SOAP endpoint, usually implemented using Windows Communication Foundation (WCF), which can be invoked by SharePoint upon the happening of events. The Remote Event Receivers provide both -ing events, which are notified while something is happening, and -ed events, which are notified after something already happened. As such, a Remote Event Receiver can even cancel an event that is happening. The family of events that can be tracked are related to lists, items, sites, permissions, and many others. Here follows a list of topics that you can inspect to dig into the Remote Event Receivers.
5252

5353
### Articles
54-
* [Create a remote event receiver in SharePoint Add-ins](https://docs.microsoft.com/sharepoint/dev/sp-add-ins/create-a-remote-event-receiver-in-sharepoint-add-ins)
55-
* [Use remote event receivers in SharePoint](https://docs.microsoft.com/sharepoint/dev/solution-guidance/use-remote-event-receivers-in-sharepoint)
56-
* [Event receivers and list event receivers in the SharePoint Add-in model](https://docs.microsoft.com/sharepoint/dev/solution-guidance/event-receiver-and-list-event-receiver-sharepoint-add-in)
57-
* [Handle events in SharePoint Add-ins](https://docs.microsoft.com/sharepoint/dev/sp-add-ins/handle-events-in-sharepoint-add-ins)
58-
* [Debug and troubleshoot a remote event receiver in a SharePoint Add-in](https://docs.microsoft.com/sharepoint/dev/sp-add-ins/debug-and-troubleshoot-a-remote-event-receiver-in-a-sharepoint-add-in)
59-
* [Sandbox solution transformation guidance - Event receivers](https://docs.microsoft.com/sharepoint/dev/solution-guidance/sandbox-solution-transformation-guidance-event-receivers)
54+
* [Create a remote event receiver in SharePoint Add-ins](/sharepoint/dev/sp-add-ins/create-a-remote-event-receiver-in-sharepoint-add-ins)
55+
* [Use remote event receivers in SharePoint](/sharepoint/dev/solution-guidance/use-remote-event-receivers-in-sharepoint)
56+
* [Event receivers and list event receivers in the SharePoint Add-in model](/sharepoint/dev/solution-guidance/event-receiver-and-list-event-receiver-sharepoint-add-in)
57+
* [Handle events in SharePoint Add-ins](/sharepoint/dev/sp-add-ins/handle-events-in-sharepoint-add-ins)
58+
* [Debug and troubleshoot a remote event receiver in a SharePoint Add-in](/sharepoint/dev/sp-add-ins/debug-and-troubleshoot-a-remote-event-receiver-in-a-sharepoint-add-in)
59+
* [Sandbox solution transformation guidance - Event receivers](/sharepoint/dev/solution-guidance/sandbox-solution-transformation-guidance-event-receivers)
6060

6161
### Samples
6262
* [SharePoint List Item Change Monitor](https://github.com/SharePoint/PnP/tree/master/Samples/Core.ListItemChangeMonitor)
@@ -94,9 +94,9 @@ Another option that you have are the workflows for SharePoint 2013/2016, which a
9494
One third and last option is using Microsoft Flow, which - at the time of this writing - is a cloud-only flow definition and management tool. It is really powerful whenever you need to process events with custom user's defined processes, where the key business users self-design their processes.
9595

9696
### Articles
97-
* [Workflows in SharePoint](https://docs.microsoft.com/sharepoint/dev/general-development/workflows-in-sharepoint)
98-
* [Workflows, actions (activities), events, and forms in the SharePoint Add-in model](https://docs.microsoft.com/sharepoint/dev/solution-guidance/workflows-actions-events-and-forms-sharepoint-add-in)
99-
* [Call web services from SharePoint workflows](https://docs.microsoft.com/sharepoint/dev/solution-guidance/call-web-services-from-sharepoint-workflows)
97+
* [Workflows in SharePoint](/sharepoint/dev/general-development/workflows-in-sharepoint)
98+
* [Workflows, actions (activities), events, and forms in the SharePoint Add-in model](/sharepoint/dev/solution-guidance/workflows-actions-events-and-forms-sharepoint-add-in)
99+
* [Call web services from SharePoint workflows](/sharepoint/dev/solution-guidance/call-web-services-from-sharepoint-workflows)
100100
* [Introducing Microsoft Flow integration for SharePoint Document Libraries](https://flow.microsoft.com/blog/flow-in-spo-document-libraries/)
101101

102102
### Videos

0 commit comments

Comments
 (0)