Azure Storage Flashcards
Focused on flash cards for Azure Storage
What types of storage is available in Azure?
- (LRS) Locally redundant storage (Single DC)
- (ZRS) Zone redundant storage (Multiple DC in the region)
- (GRS) Geo-redundant storage (Multiple DC in region + secondary DC)
- (RA-GRS) Read access geo-redundant storage
- (RA-GZRS) Read access geo-zone -redundant storage
When you provision storage what types of storage do you get?
- File share (SMB)
- Table storage
- Queues
- Containers (Object/BLOB)
What is container storage?
This is object/blob storage and is used for unstructured data.
What is Azure file share storage?
SMB and NFS
I need to provide file share for 10 Linux servers, as Azure only supports SMB storage, do I need to provide a highly available Linux NFS server to act as a file share?
No, Azure supports NFS natively as part of Azure storage (File share NFS).
What are the available accesstiers for blob storage?
- Hot for frequent access
- Cold for data not accessed often
- Archive for data thet can tolerate retrieval latency of several hours
Can I have a two storage accounts called keith01?
No the storage account name has to be unique
Explain LRS?
Local redundant storage
Explan how LRS data is replicated?
LRS is replicated 3 time in a single data center in a region
Explain ZRS?
Zone redundant storage
Explain how ZRS is replicated?
ZRS is replicated 3 time with in a single region
How may 9 of durability has blob storage in azure?
11 x 9s
Explain GRS?
Global resundant storage
Explain how GRS is replicated?
Data is replicate 3 time with in a region to 3 data centers and to a secondary data center called secondary.
When using GRS can I get accesss to the secondary region copy of the data?
No, it is used ny MS if these is a issues with primary copys to restore form. There is a option to use RGRS and this way you can access the secondary copy fro read lonely access
What is RGRS?
Same as GRS but with the ability to read the secondary copy of the data in the secondary region.
What is an access tier?
It is the type opf storage,
Hot
Cold
Archive
What is a preformanc tier?
Preformance tier allows you to select the performance of the storage to suit your application,
- Premium: optimized for high transaction rates and single-digit consistent storage latency
- Standard: optimized for high capacity and high throughput
I need single digit latency and consistances storage, what opetion do i have for Azure storage?
Premium: optimized for high transaction rates and single-digit consistent storage latency
I require object storage, but do not require single digit latency, what is my bets option?
Standard: optimized for high capacity and high throughput
List AccountKind’s available in Azure Storage?
3 storage accont types,
- General purpus v2
- General purups v1
- Blob sorage
Can I have table storage in blob storage account type?
No only block storage
Has general purpus v1 got storage tiers?
No, they do not have hot, cold or archive access tiers.
When would i used general purpus v1 storage ?
To support clasic azure service manager, but this is all starting to be retired. General purpose v2 has all the same functionality of v1 with all the additions. Latest features will be applied to v2 only.