Windows Azure Storage Options For Storing Large Media Files -
i working design windows azure application provide online backup storage large media files. application must capable of storing average 1gb of data each user. application must provide random read write access. durable data storage solution it. should use windows azure drive or windows azure page blob storage or other storage solution
do take @ block blobs
storage option storing files. azure drive
out of question because accessible inside role , 1 role instance have write permission on drive. other instances able read drive. while page blobs
meant random read/write don't think (and may wrong here) need random read/write access. guess you're looking way user update media files , read media files.
for that, block blobs best bet. each blob separate entity create blob container each user of system , have application save media files in container.
Comments
Post a Comment