I work for a company where every developer have a MSDN Premium account that includes access to Azure.
We are looking into using Azure for quick deployment of demo-servers. I have successfully created a VM, installed our product and made that VM into a reusable image with the sysprep tool. But said image is only available via my Azure account.
Is it possible to share the image to my co-workers (other than having them download and re-upload it to their own accounts? I notice that I can make the blob public and thus get a unique URL for the .vhd. But is it possible for my co-workers to create new VM's based on that image via their own accounts? That way we could build up a list of images containing various products and versions.