Migration/copy of files (mostly pdf, but some jpeg, doc, excel, html ..) from Unix to Azure.
Total size – 9-12 TB 1 in 1,000 files are larger than 25 MB Biggest file found is 720 MB Over 30 million documents with thousands of directories 70-90% files are never accessed (no read) Files will never be written only read
Existing: Files saved in Unix and ref. table in oracle
Proposed: Files in Azure Files and ref. table on SQL Server VM (on azure which already exists)
Use Azure Data Box (costs around $300 in preview but soon available) to copy files from data center and ship to Azure data center. Is there a more cost effective way to do it? Copy data box files to Azure File Service storage (on VM) and ref. table in Sql server VM on Azure. These files should be accessible from external salesforce system based on ref table path. Can we update the folder structure in case there is a need (is there a way to list these file and save the path in a file so that ref. table in sql server be updated?) Kindly suggest if Blob storage make more sense? any concerns/limitations with file storage.