Storage Flashcards
Name 4 types of redundancy options for storage accounts
1) LRS (Locally Redundant Storage)
2) ZRS (Zane Redundant Storage)
3) GRS (Geo-Redundant Storage)
4) RA-GRS (Read Access Geo-Redundant Storage)
How many copies of storage data is made when using LRS?
3 copies in the same data center
How many copies of storage data is made when using ZRS?
3 copies in paired regions
How many copies of storage data is made when using GRS?
6 copies. 3 in each geo-graphic region
How many copies of storage data is made when using RA-GRS?
6 copies. 3 in each geo-graphic region
Name 2 tools that can be used on Azure Storage Accounts
AzCopy & Storage Explorer
Name 4 types of storage available on Azure Storage Accounts
Queue, Table, File, Blob
Name the 3 types of access tiers available for blob storage
Cold, Hot, Archive
Name the 3 blobs types and what could they be used for
Page blobs - for VMs
Block blobs - default type
Append blobs - for logging
What is Azure Blob storage used for?
To store unstructured data
What can Azure File Storage be used for?
For sharing files (SMB)
What does Azure Table storage provide?
Key-value NoSQL store
What can Azure Queues be used for?
Store large number of messages
What is storage service encryption (SSE)?
Used by Azure Storage to encrypt data at rest. Enabled by default