Azure Storage Flashcards
Learn about how Azure stores and manages its data, including types of file structures, redundant storage, storage accounts, file transfers and more.
What is a Storage Account?
A resource in azure that is used to store data and provide storage services. It can store data in blobs, files, queues and tables.
What is a Container in terms of storage not resources?
They allow you to upload and store data. It allows you to change the access tier of the uploaded data in said container.
What are the 4 types of redundant storage?
Locally-redundant storage
Geo-redundant storage
Zone-redundant storage
Geo-zone-redundant storage
What is Locally-redundant storage (LRS)?
The lowest cost option of redundant storage, with basic protection servers going down. Data is storage in one place. Recommended for non critical scenarios.
What is Geo-redundant storage (GRS)?
A storage option with secondary storage in another region to prevent services from going down when one region servers go down. Recommended for backup scenarios.
What is Zone-redundant storage (ZRS)?
A storage option where data is stored in multiple datacentres in an availability zone to prevent the services from going down when one of said datacentres goes down. Recommended for high availability scenarios.
What is Geo-zone-redundant storage (GZRS)?
A storage option that stores data in multiple regions, and multiple datacentres within a zone. Offers GRS and ZRS. Optimal, but most cost heavy.
What are the main types of storage in Azure Storage Services?
Container/Blob storage
Disk storage
File storage
What is Container/Blob storage?
Storage for unstructured data.
What is Disk Storage
Storage on disks used by VMs, applications and other services to persistantly access and use.
What is Azure Files?
Storage for files shared virtually. Used for highly available network files.
What are the three Azure storage access tiers?
Hot
Cool
Archive
Describe the Hot azure storage access tier.
Tier for frequently used data that is used and accessed a lot. It costs the most out of the tiers.
Describe the Cool azure storage access tier.
Stores data that is infrequently accessed. and stored for at least 30 days. This tier has the middle cost.
Describe the Archive azure storage access tier.
Tier for storing data that is barely used or accessed. For data that you are just hanging onto. Has the Lowest cost and incredibly flexible latency. For data that accessed every 180 days.