Describe Azure storage services Flashcards
What is the purpose of an azure storage account?
Provides a unique namespace for your Azure Storage data that’s over HTTP/HTTPS.
What are the 5 types of storage accounts?
Standard; Premium block blobs; Premium file shares; Premium page blobs.
Define the purpose of a ‘standard’ azure storage account
For blobs, file shares, queues, and tables; Recommended for most scenarios using Azure Storage.
Define the purpose of a ‘Premium block blobs’ azure storage account
For blob storage; Recommended for scenarios with high transaction rates, use smaller objects, or require consistently low storage latency.
Define the purpose of a ‘Premium file shares’ azure storage account
For file shares only; Recommended for enterprise or high-performance scale applications that supports SMB and NFS.
Define the purpose of a ‘Premium page blobs’ azure storage account
Premium storage account type for page blobs only.
How does azure offer redundancy to all Azure storage accounts?
Data in an Azure Storage account is always replicated three times in the primary region.
What are the two ways Azure storage determines how data is replicated in the primary region of a storage resource?
Locally redundant storage (LRS) and Zone-redundant storage (ZRS).
Define ‘Locally redundant storage (LRS)’
Lowest-cost redundancy option; Replicates your data three times within a single data center in the primary region; provides at least 11 nines of durability.
Define ‘Zone-redundant storage’
Replicates your Azure Storage data synchronously across three Azure availability zones in the primary region; Provides at least 12 nines of durability.
Is data in Zone-redundant storage accessible if a zone becomes unavailable?
Data is still accessible for both read and write operations even if a zone becomes unavailable.
What replication service is best suited to meet governance requirements?
Zone-redundant storage
What replication service is best suited for high availability applications?
Zone-redundant storage
How can using a secondary region support high availability?
If the data in a storage account is copied to a secondary region, the data is available if a catastrophic failure affects data in the primary region.
When configuring a secondary region for a storage account, how is the secondary region chosen?
The secondary region is based on Azure region pairs, and can’t be changed.
What are the two options Azure Storage offers for copying data to a secondary region to protect against regional outages?
geo-redundant storage (GRS) and geo-zone-redundant storage (GZRS).