In some situations you may want to start using Deployment Slots in combination with your Azure App Service. This means you will have separate deployment…
Since that Azure uses the Azure Resource Manager you have the ability to setup your own templates for deploying your applications. This can be handy…
From VSTS (Visual Studio Team Services) your can deploy to a Azure Website directly directly from a build. Setting this up will require a couple…
With the component created in part 2 we can start using it to deploy applications to our SharePoint environment. We start by creating a new…
In the first part of the series we have adjusted a build template in order to copy content from source control to the drop location…
Part 1 of this series will instruct how to configure your build server for building SharePoint projects. In Part 2 we will discuss the automatic…
Today the public beta of SharePoint 2010 is released and everyone started blogging about SharePoint 2010. I am still preparing a Virtual Machine because the…
For a current project I had to deploy some generated lists (stp templates) on another version of SharePoint (Dutch version). Because I’m a beginning programmer…