Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 954 Bytes

File metadata and controls

25 lines (14 loc) · 954 Bytes

Provision Azure Boxes With Vagrant

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

Contributors

License

Copyright (c) 2015 Daniel Perez Alvarez (unindented.org). This is free software, and may be redistributed under the terms specified in the LICENSE file.