Skip to content

Update article: Azure Functions for SharePoint webhooks using azd #10324

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions docs/apis/webhooks/sharepoint-webhooks-using-azd-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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: 03/11/2025
ms.date: 07/07/2025
ms.localizationpriority: low
---
# Azure Functions for SharePoint webhooks using azd
Expand All @@ -13,7 +13,7 @@ This article uses the [Azure function app for SharePoint webhooks public templat

## Prerequisites

- [Node.js 20](https://www.nodejs.org/)
- [Node.js 22](https://www.nodejs.org/)
- [Azure Functions Core Tools](/azure/azure-functions/functions-run-local)
- [Azure Developer CLI (azd)](/azure/developer/azure-developer-cli/install-azd)
- An Azure subscription that trusts the same Microsoft Entra ID directory as the SharePoint tenant
Expand Down