development
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?
Easy getting the URL of the library where Group’s files are stored with the new Files API
Recently Microsoft updated the Group Files API. One of the improvements is the ability to easily get the URL of the library where your Group's files are stored. Here is how to do it.
2 practical things about the new Group Files API
Recently Microsoft updated the Office 365 Unified Files API. Here are two things that you have to know before you start using these new APIs with Office 365 Groups.
Implementing admin consent in multi-tenant Office 365 applications using implicit OAuth flow
If you're building a SaaS application on the Office 365 platform, there is a chance you might need to implement admin consent. Here is how to do it for applications built using Angular and ADAL JS.