Azure Storage Services Flashcards
(39 cards)
T or F
With storage accounts in Azure a unique namespace is created
True
T or F
No two storage accounts can have the same name
True
T or F
Azure Storage always stores multiple copies of your data so that it’s protected from planned and unplanned events
True
Redundancy ensures what for your storage account
that it meets availability and durability targets even in the face of failures
Redundancy in the primary region
storage account is always replicated 3 times
What are the two options for how your data is replicated in the primary region?
LRS - locally redundant storage
ZRS - zone redundant storage
LRS - local redundant storage
replicates your data 3X within a single data center in the primary region
provides 11 nines of durability (99.999999999%) over a year
T or F
LRS is the lowest cost redundancy option and offers the least durability
True
T or F
LRS is good for drive failures but lacks when it comes to a fire or flooding event
True.
All data may not be unrecoverable in the even of a fire or flooding
T or F
Zone redundant storage replicates your Azure Storage data synchronously across three Azure availability zones in the primary region
True
What’s the durability rate for ZRS in a given year?
12 nines.
99.9999999999%
How many availability zones does ZRS replicate your data to?
three
T or F
With ZRS your data is still accessible for both read and write even if a zone becomes unavailable.
True
T or F
Microsoft recommends using ZRS for primary regions for scenarios that require high availability
True
T or F
If you chose to have your data copied to the second region, it will be durable even in the event of a catastrophic failure
True
T or F
the secondary region is based on Azure Region pairs and can’t be changed
True
What are the two storage options for secondary regions?
geo redundant storage (GRS) - similar to LRS
geo zone redundant storage (GZRS) - similar to ZRS
GRS
copies data 3X in primary region then copies data to a single physical location in secondary region
GZRS
data is copied 3X across 3 availability zones in primary region & is also replicated to secondary region, using LSR for protection
Read accesses to data in GRS and GZRS
read only
Azure Storage platforms
Azure Blobs
Azure Files
Azure Queues
Azure Disks
Azure Tables
Benefits of Azure Storage
Durable and highly available
Secure
Scalable
Managed
Accessible
Azure Blobs
object storage solution.
store massive amounts of data
no restrictions to the type of data it can hold
can be reached from anywhere with an internet connection via HTTP or HTTPS
Blob storage is ideal for
serving images or documents directly to browser
storing files for distributed access
streaming video and audio
storing data for backup and restore, disaster recovery, and archiving
storing data for analysis by an on premises or Azure hosted service