Storage Flashcards
3 storage account options are:
GPv1, GPv2, Blob
Three tiers for Blob storage
Hot, Cool, Archive
Maximum number of storage accounts per subscription
200
For most scenarios, Microsoft recommends: GPv2 or Blob?
GPv2
Two performance tiers for storage
Premium, Standard
Type of disk for Standard performance tier
Magnetic (HDD)
Type of disk for Premium performance tier
SSD
Can you switch between Standard and Premium performance tiers?
No
What is the only usage for the Premium performance tier?
Azure VMs
Is there any storage data that is not replicated?
No - data is always replicated at least three times
What are the four replication options for a storage account?
Locally Redundant Storage (LRS), Zone-Redundant Storage (ZRS), Geo-Redundant Storage (GRS), Read Access Geo-Redundant Storage (RA-GRS)
Which type of replication option cannot be altered to another type?
ZRS
How many times is LRS replicated, and where?
3 times within a single facility in a single region
How many times is ZRS replicated, and where?
3 times across two or three facilities, in either one or two regions
How many times is GRS replicated, and where?
3 times in primary region and 3 times in second region
What is difference between RA-GRS and GRS?
RA-GRS provides read access to your data in the second region
What is AzCopy?
Command-line utility to copy files to and from Blob, Table and File storage
What are common parameters of AzCopy?
/Source: /Dest: /SourceKey: /DestKey: /SourceSAS: /DestSAS: /Pattern:
For which type of container is AzCopy case-sensitive?
Blob
What replication scheme is the default?
RA-GRS
Aside from user credentials, what are the two options to manage storage resources in a different Azure subscription?
Account name and key, Shared access signature
Virtual machines have at least how many disks?
two - OS and temporary disks
On a Windows VM, the OS drive is registered as what type of disk and on what drive letter?
SATA and C:\
The temporary disk on a Windows VM is used for storing what (specifically) and under what drive letter by default?
pagefile.sys and d:\