Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
When using MSAL.NET in Azure Functions, it can happen that libraries are not copied to the directory.
You can add <_FunctionsSkipCleanOutput>true</_FunctionsSkipCleanOutput>
to your .csproj file to prevent that.
See details in Azure/azure-functions-host#5894
See also how to build Azure functions with Microsoft.Identity.Web