Azure Web 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.
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?
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?
Installing Bower packages when deploying web applications to Azure Web Apps
Bower allows you to manage client-side dependencies for your web applications. A common practice is not to include them in source control. So how do you deploy them together with your web application to Azure Web Apps?
Easily publishing release versions of web applications to Azure Web Apps with Git, Gulp and Kudu
Azure Web Apps support a number of services for continuous deployment. One of them is a Git repository to which you can push your changes and which are automatically deployed to your Azure Web App. Did you know however that you can leverage your existing Gulp tasks in that deployment process to deploy the release version of your web application?