07-Azure Storage Flashcards
Two tiers of Azure Storage
Premium and Standard
Azure Storage Services
Azure Containers
Azure Tables
Azure Queues
Azure Files
Azure Containers
Scalable object store for text and binary data
Think of it as folders
Azure Tables
Store structured, non-relational data
Azure Queues
Messaging store for reliable messaging between application components
Azure Files
Managed files shares for cloud or on-prem deployments
Storage Account Kinds
Standard general-purpose v2
Premium block blobs
Premium file shares
Premium page blobs
Standard general-purpose v2
Most scenarios include Blob, File, Queue, Table, and Data Lake Storage
Premium block blobs
High transaction rates, or scenarios that use smaller objects or require consistently low storage latency
Premium file shares
Enterprise or high-performance file share applications
Premium page blobs
Premium high-performance page blob scenarios
Replication strategies
LRS ZRS GRS RA-GRS GZRS RA-GZRS
LRS
Single region
Three replicas, one region
Protect against disk, node, rack failures
Write is acknowledged when ALL replicas are committed
Superior to dual-parity RAID
ZRS
Single region
Three replicas, three zones, one region
Protects against disk, node, rack, and zone failures
Synchronizes writes to all three zones
GRS
Multiple regions
Six replicas, two regions (three per region)
Protects against major regional disasters
Asynchronous copy to secondary
RA-GRS
GRS + read access to secondary
Separate secondary endpoint
Recovery point objective (RPO) delay to secondary can be queried
GZRS
Multiple regions
Six replicas, 3+1 zones, two regions
Protects against disk, node, rack, zone and region failures
Synchronous writes to all three zones and asynchronous copy to secondary
RA-GZRS
Multiple regions
GZRS + read access to secondary
Separate secondary endpoint
RPO delay to secondary can be queries