Where to store things like user pictures using Azure? Blob Storage?
Posted
by n26
on Stack Overflow
See other posts from Stack Overflow
or by n26
Published on 2009-09-26T22:35:23Z
Indexed on
2010/03/24
4:03 UTC
Read the original article
Hit count: 262
I have just migrated a project of mine for test cases to Microsoft's azure.
But for functionalities similar to an avatar upload I need write access to the files on the harddrive. But this is a cloud, so this is not possible. How can I build such functionalities instead? Should I use the Blob Storage or is there a better solution?
Does it make sense to store all website images (f.e. layout images) in the Blob Storage? So I would have a Cookie-free Domain for my static content?
© Stack Overflow or respective owner