This is an old revision of the document!


Azure Storage

Azure Storage Accounts

  • storage accounts provide the logical container/namespace for storage services like, blob containers, file shares, queues and tables.

Blob Storage

A massively scalable object store for text and binary data. Also includes support for big data analytics through Data Lake Storage Gen2.
  • block blobs
    • used for text and binary files
    • optimized for uploading large amounts of data efficiently
  • append blobs
    • optimized for append operations. log files is a common use case
  • page blobs
    • support random read/write operations for things like VHD disk images for VMs

Azure Files

Azure Files provides managed file shares that are accessible via SMB or NFS.

Queue Storage

A messaging store for reliable messaging between application components.

Table Storage

A NoSQL store for schemaless storage of structured data.

Azure Disks

Block-level storage volumes for Azure VMs.
  • azure/azure_storage.1658322306.txt.gz
  • Last modified: 2022/07/20 13:05
  • by mmuze