Utilizing Azure Application Deployment Slots with the Visual Studio Team Services build and deployment system is quite simple.
Tag: Azure
Running a Regularly Scheduled Task with Azure Functions
One of the more recent features of cloud computing is what’s called ‘serverless computing’. There are a number of different ways in which it is implemented, but for the most part it’s just a way to set up a code function to be able to run without needing to create an entire application and all it’s resources.
Deploying Service Fabric App with VSTS
Visual Studio Team Services (VSTS) makes it incredibly easy to deploy Azure Service Fabric applications to your Service Fabric clusters as part of a continuous integration process. There’s just a few easy steps to get it set up and running.