Skip to content

Instantly share code, notes, and snippets.

@JohnLBevan
Last active July 21, 2021 11:26
Show Gist options
  • Save JohnLBevan/c2bbad77826982aadf68827f8a51ee30 to your computer and use it in GitHub Desktop.
Save JohnLBevan/c2bbad77826982aadf68827f8a51ee30 to your computer and use it in GitHub Desktop.
Various Azure Notes

Azure Storage Account Blob Types

  • Block Blobs: Files typically read / written in their entirety.
  • Page Blobs: Files which may be partially read/written out of sequence; e.g. VHDs, MDFs, etc.
  • Append Blobs: Files which are written to sequentially over time; e.g. log files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment