c# - How to store files in Azure -


we need store ~50k files every year. each file 0.1-5mb translates 5gb - 250gb range. files are: jpg, avi, pdf, docx,etc.

we used store file blobs in sql server guess it's not best idea in scenario because database huge in 2 years.

what best way store data?

i see lot of different options there , cannot figure out start: azure storage, azure sql, etc. there's hybrid versions in new versions of sql server.

i use following approach multiple systems.

  • azure storage files. can create multiple containers , access levels if storing proprietary information.
  • azure cdn serving static content azure storage
  • azure db database engine

in azure db store path the file, additional processing in applications how access file build final url serve file from. due cdn lacking ssl support on custom domains.

if need examples or more info, let me know. i'm sitting @ airport providing less detailed answer.


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -