Azure storage services
Storage accounts and common service types: blobs, files, queues, and tables.
Learning objectives
Work through each idea below. Use Listen to hear the explanation — pick a voice next to Listen anytime (Sophia is the default).
- Storage account
- Blob storage
- Azure Files
- Queue storage
- Table storage
- Redundancy (LRS/ZRS/GRS/GZRS) and access tiers affect durability, availability, and cost.
Storage account
namespace for blob, file, queue, and table services.
Blob storage
unstructured object data (images, videos, backups, logs).
Azure Files
managed file shares accessible via SMB/NFS protocols.
Queue storage
reliable messaging between application components.
Table storage
schemaless NoSQL key-attribute store for structured datasets.
Redundancy (LRS/ZRS/GRS/GZRS) and access tiers affect durability, availability, and cost.
Redundancy (LRS/ZRS/GRS/GZRS) and access tiers affect durability, availability, and cost.