Hello all,
Apologies if this question was answered already, but I searched to no avail here and elsewhere. I'm attempting to create a VM image of BitNami's dev pack on Windows Azure: http://bitnami.org/azure/get-started
Using the Azure documentation found here: https://www.windowsazure.com/en-us/manage/linux/how-to-guides/command-line-tools/
I've encountered an issue when running the following command:
azure vm image create BitNamiDevPack --blob-url https://bitnami.blob.core.windows.net/bitnami-images/bitnami-devpack-1-1-0-linux-ubuntu-12-04-x64.vhd --os Linux
The error:
The storage account with the name bitnami as specified in the VHD URI https://bitnami.blob.core.windows.net/bitnami-images/bitnami-devpack-1-1-0-linux-ubuntu-12-04-x64.vhd does not exist in the current subscription <subscription code>.
This seems to imply that I don't have access to BitNami's blob storage to create an image from, however, there's no indication on BitNami's page that this shouldn't be able to be accessed publicly (that I can find) is there some step I need to perform in order to access a blob storage account to create an image from that I'm missing?
I've asked this same question on Azure's forum but they don't seem to have any better of an idea. The documentation for BitNami on Azure is already slightly off... The vm image create example includes the location option (which Azure will promptly indicate will be ignored for the command) and does not announce the URI with the blob-url option as indicated in the Azure documentation.
If anyone has successfully setup Redmine on Azure and can point me in the right direction, I appreciate it!
Thank you for your time and patience if you've read this!