Azure
- 
Running Unit Tests as part of Continuous Integration of VSTS / VSOIn my previous blog I explained how to setup from scratch and deploy to Azure using VSTS. As I mentioned in the blog I left the configuration of Unit Testing for another time. In this article I will … more Tags: Azure, CI, Powershell, VSO, VSTS 
- 
Use Azure Resource Explorer to discover hidden settings for Azure provisioningIn one of the blog posts I explained how you can provision an Azure Web App (Website) with Application Settings. I was asked a few times where I found this information. At the time of writing, the … more Tags: Azure 
- 
Visual Studio Online - output colouring by tagI started being more involved in continuous integration and deployment using Visual Studio Online which is ‘the new‘ TFS hosted in Azure. I've discovered an interesting and useful … more Tags: Azure, CI, Powershell, TFS, VSO 
- 
Azure Mobile Service deployment with Team City part 6. Integrate SpecFlow with TeamCityIn the previous blog post I explained how to configure TeamCity to run a PowerShell script which will deploy an Azure Mobile Service. After the Mobile Service was deployed we want to run acceptance … more 
- 
Azure Mobile Service deployment with Team City part 5. Configuring Mobile in TeamCityIn the previous post we finished to create all the PowerShell scripts. The build and deployment run locally. Now it’s time to create a TeamCity configuration for it. Open the TeamCity web page … more 
- 
Azure Mobile Service deployment with Team City part 4. Deploying Azure Mobile ServicesIn the previous post I explained how to run a set of steps including restoring NuGet packages, building and running Unit Tests using psake with PowerShell. The last step in our pipeline is the … more Tags: Azure, Powershell, TeamCity 
- 
Azure Mobile Service deployment with Team City part 2. Configure TeamCity NuGet ServerIn the previous post I explained how to install TeamCity on Azure and configure it. In this post I will create a TeamCity configuration which will publish to a NuGet Server hosted in TeamCity. You … more 
- 
Azure Mobile Service deployment with Team City part 1. Team City InstallationIn these series of blog posts I will explain how to host a TeamCity server on an Azure Virtual Machine, configure it and create TeamCity configuration to build and deploy an Azure Mobile Service. … more Tags: Azure, Powershell, TeamCity 
- 1