This repository contains the playbook discussed in my article Provision Azure Boxes With Vagrant.
Install VirtualBox, Vagrant and the Vagrant Azure Provider on your machine, download your Publish Settings and import them, generate the necessary certificates, modify the Vagrantfile
appropriately, and then run:
$ vagrant up
You will end up with an Ubuntu 14.04.2 box running on Azure, which you can ssh
into:
$ vagrant ssh
- Daniel Perez Alvarez ([email protected])
Copyright (c) 2015 Daniel Perez Alvarez (unindented.org). This is free software, and may be redistributed under the terms specified in the LICENSE file.