Storage Flashcards
What is Locally Redundant Storage (LRS)?
Replicating data 3 times in a single data center. Lowest cost and least redundancy.
What is Zone Redundant Storage (ZRS)?
Replicated data across three availability zones in the primary region
What is Geo-Redundant Storage (GRS)?
LRS copies data 3 times, then synchronizes data to single physical location in the secondary region.
What is Geo-Zone Redundant Storage (GZRS)?
Copes data across 3 availability zones. Then asynchronously copies data to secondary region using LRS
What is Read-Access Geo-Redundant Storage (RA-GRS)?
GRS, but the data in the secondary region is read-only
What is Read-Access Geo-Zone Redundant Storage?
Data is copied across 3 redundancy zones. Data is copied asynchronously to the secondary region using LRS. The replicated data is read-only
What is Azure Blob Storage?
Unstructured object storage. Accessible over HTTP or HTTPS. Good for storing images for a web site, for example.
What are the four tiers of storage access?
Hot - Most frequently accessed data. Highest cost to access, quickest to retrieve
Cool - Infrequently accessed data, stored for at least 30 days
Cold - Infrequently accessed data, stored for at least 90 days
Archive - Rarely accessed data, stored for at least 180 days. Lowest storage cost, but highest cost to rehydrate. This data is also OFFLINE
What are the types of Azure Blob Storage?
Block - Flat structure
Page - Read/Write over random areas
Append - Useful in logging scenarios
Azure Files?
Networked file shares using SMB and NFS protocols
Azure File Sync?
Synchronization service for syncing a local Windows Server with Azure Files (file share)
Azure Queues?
Message storage in a FIFO configuation
Azure Disk Storage?
Block level storage volumes. Designed for use with Virtual Machines.
Azure Tables?
Structured data storage - NoSQL Datastore
What are the ways for migrating data to Azure?
Azure Migrate - Service to perform data migration
Azure Data box - Physical migration service. Uses a proprietary Microsoft device
AZCopy - Command line tool for uploading data
Azure Storage Explorer - GUI front-end for AZCopy