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"
Created
April 9, 2016 20:58
-
-
Save z3ntu/e2750efd7f0b93ab3427f097de3fbefa to your computer and use it in GitHub Desktop.
Arch Linux on Microsoft Azure
Ping? Maybe it was a local VM that you turned into a VHD and uploaded?
@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.
Could you kindly share the image file? I followed the post (twice) but could not get it up and running...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you share how you built the VHD?
Are you happily still running Arch on Azure?