Wednesday, July 16, 2014

How to deploy Visual Studio "14" CTP 2 into an Azure VM using PowerShell




Title
How to deploy Visual Studio "14" CTP 2 into an Azure VM using PowerShell
Subtitle
Automated deployment using PowerShell and Azure
Keywords
Visual Studio "14", CTP 2, PowerShell , VM, Azure
Category
PowerShell
Audience
Azure subscribers that want to review Visual Studio "14" CTP 2
Purpose
This script will automate the deploying of Visual Studio "14" CTP 2 to an Azure VM so that you can review this new release without clobbering existing installed programs.
Credits
Thanks to Michael Collier for his original blog post on this.
Links

Summary
Quickly get a working copy of VS 14 CTP 2 running in Azure VM.
Notes
This script can easily be changed to install any Azure VM in the Azure Gallery.
Prerequisites
Building a VM in Windows Azure using PowerShell in a few quick steps


PS Code Image