Azure Functions
Common issues when working with SharePoint Framework API permissions
There are a number of things you need to watch out for when connecting to APIs secured with Azure AD from SharePoint Framework solutions.
Learn building modern SharePoint solutions - Dev tutorial in Munich
Join us for a dev tutorial in Munich and learn how to make the best use of the latest Office 365 capabilities to build solutions for your organization.
Configure CORS for APIs secured with Azure AD hosted on Azure
If you host your APIs on Azure, secure them with Azure AD and want to use them in the SharePoint Framework, you need to setup CORS correctly.
Mind the delay in Azure Functions outputs
When working with Azure Functions, items added using queue and table bindings are handled differently, and you should keep that in mind.
Migrating custom APIs to Azure Functions
Recently I migrated my custom Node.js API from an Azure API App to an Azure Function. So how much did I have to change exactly?