Tag Archives: azure functions

Securing an Azure Function with Entra ID and calling it from SPFx

This post outlines how to limit access to an Azure Functions App so that only tenant users can access it, and how to then consume this function from an SPFx app in SharePoint. Preparations Your functions should use  AuthorizationLevel.Anonymous  since the … Continue reading

Posted in Development, Tutorials | Tagged , , , , , | Leave a comment