Azure Blob vs Files === ###### tags: `AZure` [Feature Description When to use](https://docs.microsoft.com/zh-tw/azure/storage/common/storage-decide-blobs-files-disks) **Azure Files** 應該是一般檔案的儲存方式 You want to "lift and shift"(搬移程式至雲端) an application to the cloud which already uses the native file system APIs to share data between it and other applications running in Azure. **Azure Blobs** 應該是將檔案切成具結構式的(像Object)的概念 大數據分析時才方便比較 Also supports Azure Data Lake Storage Gen2 ==for enterprise big data analytics== solutions. You want your application to ==support streaming and random access scenarios.==