- Azure for Architects
- Ritesh Modi
- 144字
- 2021-07-08 09:33:36
Storage types
Azure provides four types of general storage services as shown in the following diagram:

- Blob storage: This type of storage is best suitable for unstructured data such as documents, images, and other kinds of files. Blob storage can be hot or cold. Hot means that content within the blob storage is accessed frequently compared to the cold tier.
- Table storage: It is a NoSQL key-attribute data store. It should be used for structured data. The data is stored as entities.
- Queue storage: It provides reliable message storage.
- File storage: This is shared storage based on SMB protocol. It is typically used for storing and sharing files. This also stores unstructured data, but the main distinction is that it is sharable on the SMB protocol.
These four storage types cater to different architectural requirements and cover almost all types of data storage facilities.
推薦閱讀
- 大學計算機基礎(第二版)
- Implementing VMware Horizon 7(Second Edition)
- Kubernetes實戰
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- 無代碼編程:用云表搭建企業數字化管理平臺
- Java 9 Programming Blueprints
- x86匯編語言:從實模式到保護模式(第2版)
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- 數據結構習題解析與實驗指導
- 好好學Java:從零基礎到項目實戰
- Odoo 10 Implementation Cookbook
- R數據科學實戰:工具詳解與案例分析
- R語言數據可視化:科技圖表繪制
- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- Delphi開發典型模塊大全(修訂版)