netmaui / provision-azure-boxes-with-vagrant

Provision Azure boxes with Vagrant.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Provision Azure boxes with Vagrant.

License:MIT License