Azure API Apps
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.
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?
Configuring multi-tenant authentication with Azure App Service authentication options
Did you know that Azure App Service Authentication options can be used to secure both single- and multi-tenant applications?
Keeping the Azure Search index for your hosted Ghost blog up to date
Learn how to keep the Azure Search index for your hosted Ghost blog automatically up to date
Integrating Office 365 web applications and add-ins with LOB applications using Azure API Apps
Connecting your Office solutions to LOB adds complexity and often requires server-side code. What if you could leverage Azure API Apps to connect your Single Page Applications to LOB?