Azure Storage Flashcards
What are the 4 types of storage services?
Blob storage
File storage
Table storage
Queue storage
Block blob file size limit
195 GB
Page Blob file size limit
1 TB
Append Blob file size limit
195 GB
What is a shard?
Spreads data across multiple databases, allows for elastic scaling
What is CORS?
Cross-Origin Resource Sharing
Allows browser in one domain to access object in a different domain.
Where are the logs stored in Storage Analytics?
logs are stored in a container called $logs in blob storage.
What type of encryption encrypts the entire disk using bitlocker, stores keys in Azure key vault, and is recommended for VM’s?
Azure disk encryption.
What type of encryption encrypts blob data only, not tables or queues?
Storage Service Encryption (SSE)
What are the 2 advantages of using a Stored Access Policy?
Hides parameters
Can be revoked
What are the 3 types of Blobs?
Block (read from beg to end, such as media files) sequential IO, most cost effective type of storage
Page (random access, used for VM’s)
Append (block blobs optimized for append operations)
Max # of VM’s in a VM Scale Set?
1000
300 for your own custom VM images
What are the 3 disk cache types?
Read/Write
Read Only
None
What are the 2 types of Geo-Replication?
Standard Geo-Replication (single offline secondary database in paired region of the primary database.
Active Geo-Replication (create up to 4 readable secondary databases across multiple Azure regions)
How do you retrieve property values of a storage object?
Use the ‘FetchAttributes’ method
How do you set properties on a storage object?
Use the ‘Set Properties’ method.
How do you set metadata on a blob or container resource?
Add name-value pairs to the Metadata collection on the resource,
then call the ‘SetMetadata’ method to save values to the service.
How do you retrieve metadata on a blob or container resource?
Call the ‘FetchAttributes’ method on your blob or container to populate the Metadata collection,
then read the values.
What is the default endpoint for Blob storage?
.blob.core.windows.net
What are the 2 methods of pointing a custom domain name to the blob endpoint of your storage account?
- Direct CNAME mapping
- Intermediary mapping with asverify
What is asverify used for?
asverify is a special subdomain that is used as an intermediary registration step to avoid application downtime.
What is CDN?
Content Deliver Network caches static web content at strategically placed locations to provide max throughput for delivering content to users.
What are the benefits of CDN?
- Better performance
- large scaling
- distributes user requests and serves content from edge servers thereby less traffic is sent to the origin.
What are the steps required to create a CDN?
- Create a new CDN profile.
2. Create a new CDN endpoint.
What are the 4 types of storage redundancy?
LRS - Locally Redundant Storage
GRS - Geo-Redundant Storage
RA-GRS - Read-Access Geo-Redundant Storage
ZRS - Zone-Redundant Storage
Which type of storage redundancy can only be used for block blobs in a standard storage account and replicates your data across 2-3 facilities within a single region or across 2 regions?
ZRS
What type of storage redundancy has no metrics or logging capability?
ZRS
Which type of storage redundancy makes 3 copies of all data within a single region before a write is deemed successful?
LRS