Is there any documentation explaining how to wire this up for an Azure Function (mainly to use Microsoft Graph API)?
@chris5287 Microsoft.Identity.Web is for ASP.NET Core web app and web APIs.
For Azure functions acting as web APIs, please see, https://github.com/Azure-Samples/ms-identity-dotnet-webapi-azurefunctions.
See https://docs.microsoft.com/en-us/azure/active-directory/develop/sample-v2-code#azure-functions-as-web-apis
@chris5287 Actually @hajekj got this to work. You should check out his blog post and let us know how it goes or if you hit any issues.