Skip to content

Commit 2995576

Browse files
author
Greg Hitchon
committed
Add troubleshooting tip for use with Azure Functions v3
1 parent 72023e7 commit 2995576

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/sp-add-ins/using-csom-for-dotnet-standard.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ public static async Task Main(string[] args)
104104
> [!Note]
105105
> Update the defaultAADAppId with the application id of the app you've registered in Azure AD
106106
107+
> [!Note]
108+
> If you are using CSOM for .NET Standard with Azure Functions v3 you may encounter a runtime error related to `System.IdentityModel.Tokens.Jwt`. This can be resolved by following the workaround [here](https://github.com/Azure/azure-functions-host/issues/5756).
109+
107110
```csharp
108111
using Microsoft.SharePoint.Client;
109112
using System;

0 commit comments

Comments
 (0)