Describe Azure Storage Services Flashcards
Which are the 3 data types used in storage?
Structured
Semi-structured
Unstructured
What is an Azure Storage Account?
Group of services which include
blob storage queue storage table storage file storage
Name 2 key features of Blob Storage
BLOB – binary large object – file
Designed for storage of files of any kind
Describe the 3 storage tiers of Blob Storage
Hot – frequently accessed data
Cool – infrequently accessed data (lower availability, high durability)
Archive – rarely (if-ever) accessed data
Storage for small pieces of data (messages)
Designed for scalable asynchronous processing
Queue Storage
Storage for semi-structured data (NoSQL)
No need for foreign joins, foreign keys, relationships or strict schema
Designed for fast access
Table Storage
This storage has many programming interfaces and SDKs
Table Storage
Storage for files accessed via shared drive protocols
Designed to extend on-premise file shares or implement lift-and-shift scenarios
File Storage
Disk emulation in the cloud
Persistent storage for Virtual Machines
Disk can be unmanaged or managed
Disk Storage
Different:
sizes, types (SSD, HDD) performance tiers
Disk Storage
Azure Storage Account services
Azure Table Storage
Azure Blob Storage
Azure File Storage
Azure Queue Storage
Azure Disk Storage
These two services provide persistent storage for Azure VMs
Azure Disk Storage
Azure File Storage
Service used to store small pieces of information (messages) and build scalable solutions with asynchronous messaging patterns.
Azure Queue Storage