Storage
Azure provides durable, highly available, and scalable storage solutions through storage services.
Storage is used for persisting data for long-term needs. Azure storage is available through the internet from almost every programming language.
Storage categories
Storage has two categories of storage accounts:
- A standard storage performance tier that allows you to store tables, queues, files, blobs, and Azure virtual machine disks.
- A premium storage performance tier supporting Azure virtual machine disks at the time of writing. Premium storage provides higher performance and IOPS compared to standard general storage. Premium storage is currently available as data disks for virtual machines are backed up by SSD's.
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...