Azure App Service
Restore missing resources when moving resources between Azure subscriptions
Recently, when trying to move resources between my subscriptions in Azure, I came across an issue. Here is how I solved it.
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?