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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -