I'm creating an application that are gonna be involving a lot of pictures. I am currently using Windows Azure Blob Storage. I know you're not supposed to store pictures on the database b.c. it takes so much space, instead just store the address and put the files on the disk somewhere on the server.
So I'm wondering if I'm heading into the right direction using Azure Blob? How the speed will be? Would it be costly? How hard would it be to migrate later on so I can store the files on a disk?
Please advice,
Thanks