Skip to content

Commit 1d71dd8

Browse files
committed
small update
1 parent f493d24 commit 1d71dd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/apis/webhooks/sharepoint-webhooks-using-azure-functions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ This will offer you to start your function from a template, in the case of Share
2020
![Choosing an Azure Function template](../../../images/webhook-azure-function3.png)
2121

2222
>**Note:**
23-
>Using the **GenericWebHook** template currently does not yet work for SharePoint webhooks but the SharePoint product team is aware of this problem and will address it.
23+
> - Using the **GenericWebHook** template currently does not yet work for SharePoint webhooks but the SharePoint product team is aware of this problem and will address it.
24+
> - If you get "Failed to validate the notification URL" errors when using your Azure function based webhook you might be able to resolve this by setting the Authorization level to **Function** and define your function for anonymous access
2425
2526
The result will be a "default" Azure Function written in C#
2627
![The default Azure Function](../../../images/webhook-azure-function4.png)

0 commit comments

Comments
 (0)