Skip to content

Commit 9c4c3a4

Browse files
Document update with more meaningful words (SharePoint#7397)
## Category - [x] Content fix - [ ] New article ## What's in this Pull Request? a) Renamed "Azure webhooks" to "SharePoint webhooks" to preserve the context. b) Fixed typo from "web hooks" to "webhooks"
1 parent 990d801 commit 9c4c3a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/apis/webhooks/webhooks-reference-implementation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can also follow these steps by watching the video on the SharePoint PnP YouT
2323

2424
**Applies to** Office 365 Multi Tenant (MT).
2525

26-
Microsoft Azure is used to host the various components needed to implement Azure webhooks.
26+
Microsoft Azure is used to host the various components needed to implement SharePoint webhooks.
2727

2828
Source code and other materials for the reference implementation are available in two flavors:
2929
- A SharePoint provider-hosted application version
@@ -37,9 +37,9 @@ The application shows you how to manage webhooks, specifically for a SharePoint
3737

3838
### Deployment guides
3939

40-
- The [SharePoint web hooks reference implementation deployment guide](https://github.com/SharePoint/sp-dev-samples/blob/master/Samples/WebHooks.List/Deployment%20guide.md) lists the deployment steps used to deploy the SharePoint provider-hosted reference implementation.
40+
- The [SharePoint webhooks reference implementation deployment guide](https://github.com/SharePoint/sp-dev-samples/blob/master/Samples/WebHooks.List/Deployment%20guide.md) lists the deployment steps used to deploy the SharePoint provider-hosted reference implementation.
4141

42-
- To deploy the Office 365 Azure AD application, use the steps described at [SharePoint web hooks Azure AD reference implementation deployment guide](https://github.com/SharePoint/sp-dev-samples/blob/master/Samples/WebHooks.List.AzureAD/Deployment%20guide.md), which shows you how to use a Web API function as webhook service.
42+
- To deploy the Office 365 Azure AD application, use the steps described at [SharePoint webhooks Azure AD reference implementation deployment guide](https://github.com/SharePoint/sp-dev-samples/blob/master/Samples/WebHooks.List.AzureAD/Deployment%20guide.md), which shows you how to use a Web API function as webhook service.
4343

4444
- If you're more interested in using Azure Functions, see the [Azure Functions guide](https://github.com/SharePoint/sp-dev-samples/blob/master/Samples/WebHooks.List.AzureAD/azure%20functions%20guide.md) for more details on how to use Azure Functions in this reference implementation.
4545

0 commit comments

Comments
 (0)