Azure Storage Types

Azure Storage:
Azure Storage is Microsoft's cloud storage solution for modern data storage scenarios. Azure Storage offers a massively scalable object store for data objects, a file system service for the cloud, a messaging store for reliable messaging, and a NoSQL store.
Types of storage in Azure:
  • File
  • Blob
  • Queue
  • Table
Responsibilities of Storage Types:
  • Azure blob storage:Binary large objects (BLOBs) is optimized to store huge unstructured data like Video, audio, storing files etc.
  • Azure table storage: Azure table stores structured data.
  • Azure file storage: It is a file sharing service in the cloud or on-premise via the Server.
  • Azure queue storage: It is a storage service that stores messages that can be accessed through HTTP or HTTPS.

Post a Comment