Windows Azure SQL Azure Marketplace
Today we are releasing the ability to access Windows Azure Blobs using custom domain names. Windows Azure Blob storage enables applications to store and manipulate large objects and files in the cloud.
The custom storage domain name feature allows you to register a custom domain name for a given storage account for anonymous blob access using that domain name. Currently we provide access to blob storage using the following domain name:
http://<account>.blob.core.windows.net/<container>/<blobname>
But if I owned a domain called “toddlers.wingtiptoys.com”, I may instead want my blobs accessible via:
http://toddlers.wingtiptoys.com/<container>/<blobname>
When registering a custom storage domain name, you can use that domain name to access the contents of a public container instead of http://<account>.blob.core.windows.net/. For example, given a public container “images” for a storage account named “toys”, we register the custom domain name “toddlers.wingtiptoys.com” for that storage account. This allows us to access the blobs in that container using either:
If we also had additional public containers for our “toys” storage account called “onsale” and “blogs” they could also be accessed via:
Follow these steps to register and use a custom storage domain name:
To use the custom storage domain name:
Additional information:
Stay tuned for more information about Windows Azure Blobs and additional new and exciting features at PDC 2009.
Brad Calder Windows Azure Storage
Does storage blob with custom domain support root document? For instance, in this blog example, the URL http://toddlers.wingtiptoys.com could return an html document? I use Amazon S3, but it does not support this feature due to legacy api.
Otuyama, you may want to go here: http://social.msdn.microsoft.com/Forums/en-US/windowsazure/threads
to post your question and/or see if someone else has posted something similar and received useful responses.
Thanks. I already did so last month:
http://social.msdn.microsoft.com/Forums/en-US/windowsazure/thread/3435abc2-d98e-40f9-abdf-99646627963f/
But I still didn't get an answer. As long as I tried it didn't work. I think root document is not supported. So, it would be useful to know if there are plans to fix that or not. Amazon AWS have much more features but they miss this too. I would go to Azure for this only feature. It is useless to have a whole website without the root document.