Skip to content

Instantly share code, notes, and snippets.

@z3ntu
Created April 9, 2016 20:58
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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"
@colemickens
Copy link

Can you share how you built the VHD?

Are you happily still running Arch on Azure?

@colemickens
Copy link

Ping? Maybe it was a local VM that you turned into a VHD and uploaded?

@codito
Copy link

codito commented Aug 15, 2016

@colemickens I was experimenting with this last week, it took a good amount of trial and error to get a custom archlinux vhd running on Azure :) Have documented the steps in a blog post. Hope it may help.

@Kimi-Arthur
Copy link

Could you kindly share the image file? I followed the post (twice) but could not get it up and running...

@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