Skip to content

Commit 698c032

Browse files
Merge pull request SharePoint#5961 from Greg-Hitchon/master
Add troubleshooting tip for use with Azure Functions v3
2 parents edeb4ce + a12a000 commit 698c032

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Using CSOM for .Net Standard instead of CSOM for .Net Framework
33
description: Explains the differences between using CSOM for .Net Standard versus CSOM for .Net Framework
4-
ms.date: 6/26/2020
4+
ms.date: 6/29/2020
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -102,7 +102,10 @@ public static async Task Main(string[] args)
102102
#### AuthenticationManager sample class
103103

104104
> [!Note]
105-
> Update the defaultAADAppId with the application id of the app you've registered in Azure AD
105+
> Update the `defaultAADAppId` with the application id of the app you've registered in Azure AD
106+
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 [this workaround](https://github.com/Azure/azure-functions-host/issues/5756).
106109
107110
```csharp
108111
using Microsoft.SharePoint.Client;

0 commit comments

Comments
 (0)