Skip to content

Instantly share code, notes, and snippets.

@z3ntu
Created April 9, 2016 20:58
Show Gist options
  • Save z3ntu/e2750efd7f0b93ab3427f097de3fbefa to your computer and use it in GitHub Desktop.
Save z3ntu/e2750efd7f0b93ab3427f097de3fbefa to your computer and use it in GitHub Desktop.
Arch Linux on Microsoft Azure
azure-vhd-utils-for-go upload --localvhdpath ~/VirtualBox\ VMs/Arch\ Linux\ Azure/Arch\ Linux\ Azure.vhd --stgaccountname archlinux --stgaccountkey <KEY> --blobname archlinux

azure vm image create archlinuxtest --blob-url https://archlinux.blob.core.windows.net/vhds/archlinux.vhd --os linux

azure vm create archlinuxtest archlinuxtest --userName luca --location "West Europe"
@mtrimarchi
Copy link

For all of you that still want to use Arch on Azure use the vps2arch solution.
It works like a charm on Azure, see in particular issue #10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment