In this post we’re going to explore how to get a full enterprise-grade development platform for free in 4 steps. Microsoft is offering for free the same environment that all of its sw engineers use every day to us. In this specific post we’ll see how to get started from zero and at the end…… Continue reading How to get started with Visual Studio Team Services
Tag: cloud
Azure PowerShell Start Virtual Machine
This is the script I use to start virtual machines in our cloud environment. I write it down here for archive and sharing purposes. It is based on the Azure RunAs automation account. The only thing thing you need to do is to schedule this script daily. <# .DESCRIPTION Turns of virtual machines…… Continue reading Azure PowerShell Start Virtual Machine