Skip to content

Commit 95be504

Browse files
authored
Fix the navigation for article "SharePoint webhooks using azd" (#10148)
* use blockquote note * Update sharepoint-webhooks-using-azd-template.md * Update toc.yml
1 parent 129c95e commit 95be504

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/apis/webhooks/sharepoint-webhooks-using-azd-template.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Create Azure Functions for SharePoint webhooks using an azd template
3-
description: Use Azure Developer cli (azd) to deploy an Azure function app that connects to your SharePoint Online tenant, to register and manage webhooks, and process the notifications from SharePoint.
4-
ms.date: 02/27/2025
3+
description: Use Azure Developer cli (azd) to deploy an Azure function app that connects to your SharePoint Online
4+
tenant, to register and manage webhooks, and process the notifications from SharePoint.
5+
ms.date: 03/11/2025
56
ms.localizationpriority: low
67
---
78
# Azure Functions for SharePoint webhooks using azd
@@ -56,7 +57,8 @@ This tutorial assumes the system-assigned managed identity is used.
5657

5758
Navigate to your function app in the [Azure portal](https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Web%2Fsites/kind/functionapp) > select **Identity** and note the **Object (principal) ID** of the system-assigned managed identity.
5859

59-
In this tutorial, it is **d3e8dc41-94f2-4b0f-82ff-ed03c363f0f8**.
60+
> [!NOTE]
61+
> In this tutorial, it is **d3e8dc41-94f2-4b0f-82ff-ed03c363f0f8**.
6062

6163
Then, use one of the scripts below to grant this identity the app-only permission **Sites.Selected** on the SharePoint API:
6264

docs/toc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@
114114
href: apis/webhooks/webhooks-reference-implementation.md
115115
- name: Use Azure Functions
116116
href: apis/webhooks/sharepoint-webhooks-using-azure-functions.md
117+
- name: Use Azure Functions through azd
118+
href: apis/webhooks/sharepoint-webhooks-using-azd-template.md
117119
- name: List webhooks
118120
href: apis/webhooks/lists/overview-sharepoint-list-webhooks.md
119121
items:

0 commit comments

Comments
 (0)