Skip to content

Commit 086cc13

Browse files
westleyMSVesaJuvonen
authored andcommitted
Update sharepoint-webhooks-using-azure-functions.md (SharePoint#2489)
Just adding info on the lack of java language azure functions ability to be called asynchronously until v2 GA- Azure/azure-functions-java-worker#83
1 parent acc8580 commit 086cc13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ The first step you need to do is create an Azure Function App, which is a specia
3535
> [!NOTE]
3636
> - Using the **GenericWebHook** template does not yet work for SharePoint webhooks, but the SharePoint product team is aware of this problem and will address it.
3737
> - 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 defining your function for anonymous access.
38+
> - Java language functions cannot currently validate the webhook callback due to lack of asynchronous support. This should be added by Azure Functions v2 general avalibility as seen [here](https://github.com/Azure/azure-functions-java-worker/issues/83)
3839
3940
<br/>
4041

0 commit comments

Comments
 (0)