Skip to content

MSAL NET in Azure Functions

Peter M edited this page Mar 23, 2022 · 2 revisions

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

Getting started with MSAL.NET

Acquiring tokens

Web Apps / Web APIs / daemon apps

Desktop/Mobile apps

Advanced topics

FAQ

Other resources

Clone this wiki locally