Hosting a Static Website in Windows Azure Blobs
Part 1:
Hosting a static website in Windows Azure blobs
Part 2:
How to edit the content type / Mime type of a windows azure blob content?
Part 3:
Blogged a Follow up post on the series ‘Hosting a static website in windows Azure blobs’
Alternatively, Azure blobs can be used to store contents too. For eg. a video can be stored in blobs and since a URI is provided for a blob content, a website hosted somewhere else (say a website hosted in web role) can access the video through the URI.
Also, I found this blog post by John Viele where he shows he hosted “static” aspx web pages in Azure Blog Storage: http://jvshangout.wordpress.com/2012/02/17/virtualpathprovider-for-windows-azure-hosting-aspx-web-pages-in-blob-storage/
