5. Storage Flashcards
Describe blob
Topic: Blob
Blob means Binary large object, meaning pretty much includes any data
Describe how blobs of data are stored
Topic: Blob
- Data is stored in blob
- Blob blocks are stored in containers
- Containers are located inside storage accounts
What are the three types of blob storage?
Topic: Blob
- Block type - store text and binary data
- Append type - block blob types that are optimezed for append operations (ie. log writes)
- Page type - store random access files (ie. a virtual hard drive)
What are the three pricing tiers for blob storage?
Topic: Blob
- Hot for frequently access files
- Cool - Lower cost, higher access time
- Archive - Lowest cost, highest access time
What are managed disk typically used for?
Topic: Disk
A managed disk is what you attach to a VM
What are the 4 types of disk types
Topic: Disk
- HDD
- Standard SSD
- Premium SSD
- Ultra Disk
What is Azure File Storage used for?
Topic: File Storage
Used for sharing access across multiple machines and connecing to on-premisis infrastructure.
What is Azure File Storage?
Topic: File Storage
A fully managed file share service that is always available.
How does Azure ensure data protection against unexpected failures?
Topic: Storage Redundancy
Azure storage will always, automatically create multiple copies of data.
What is the minimum number of copies of data Azure will make.
Topic: Storage Redundancy
Three
Describe the four possible storage redundancy options?
Describe in simple terms.
Topic: Storage Redundancy
- Single Zone, Single Region
- Multi Zone, Single Region
- Single, Zone, Multi Region
- Multi Zone, Multi Region
Describe locally-redundant storage (LRS)
Topic: Storage Redundancy
Creates copies in single location (datacenter/zone)
Describe Zone-redundant storage (ZRS)
Topic: Storage Redundancy
Creates three copies across three availabity zones in a region, one copy in each zone
Describe Geo-redundant storage (GRS)
Topic: Storage Redundancy
Creates six copies across two different regions
1. Three copies in primary regional physical location (LRS)
2. Three copies in secondary (paired) regional physical location (LRS)
Describe Geo-zone-redundant storage (GZRS)
Topic: Storage Redundancy
Creates six copies across two different regions
1. Three copies across three availability zones in primary region (ZRS)
2. Three copies in secondary region physical location/zone (LRS)