Office 365
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?
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.