Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the navigation for article "SharePoint webhooks using azd" #10148

Merged
merged 3 commits into from
Mar 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/apis/webhooks/sharepoint-webhooks-using-azd-template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Create Azure Functions for SharePoint webhooks using an azd template
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.
ms.date: 02/27/2025
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.
ms.date: 03/11/2025
ms.localizationpriority: low
---
# Azure Functions for SharePoint webhooks using azd
Expand Down Expand Up @@ -56,7 +57,8 @@ This tutorial assumes the system-assigned managed identity is used.

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.

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

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

Expand Down
2 changes: 2 additions & 0 deletions docs/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@
href: apis/webhooks/webhooks-reference-implementation.md
- name: Use Azure Functions
href: apis/webhooks/sharepoint-webhooks-using-azure-functions.md
- name: Use Azure Functions through azd
href: apis/webhooks/sharepoint-webhooks-using-azd-template.md
- name: List webhooks
href: apis/webhooks/lists/overview-sharepoint-list-webhooks.md
items:
Expand Down