Azure Services 2.3 Flashcards
Azure storage services
Unstructured data type
Data that cannot be contained in a row-column database and does
not have an associated data model.
Images, video files, social media posts
Blob Storage
Storage optimized for storing massive
amounts of unstructured data
Structured data type
Data contained in rows and columns, such as an Excel spreadsheet
or relational database.
Excel, MSSQL, MySQL, PostgreSQL
File Storage
Fully managed file shares in
Azure accessible via SMB or NFS
Disk Storage
Azure managed disks are block-level
storage volumes that are managed
by Azure and used with Azure VMs
Table Storage
A service that stores structured
NoSQL data in Azure, including a
schemaless key/attribute store
Queue Storage
A service for storing large numbers of
messages, accessible from anywhere
via authenticated HTTP or HTTPS calls
Storage Tiers
Azure storage hot, cool, cold and
archive access tiers to store blob
object data in a cost-effective manner.
Use lifecycle management policies to automate tiers
Archive Tier
Lowest storage costs, but high access costs.
An offline tier optimized for storing data that is rarely accessed, and that has
flexible latency requirements, on the order of hours.
Should be stored a minimum of 180 days
Cold Tier
Lower storage costs and higher access costs compared to Cool.
An online tier optimized for storing data that is rarely accessed or modified, but still requires fast retrieval.
Should be stored a minimum of 90 days
Cool Tier
Lower storage costs and higher access costs compared to Hot.
An online tier optimized for storing data that is infrequently accessed or modified.
Should be stored a minimum of 30 days
Hot Tier
Highest storage costs, but the lowest access costs.
An online tier optimized for storing data that is accessed or modified frequently.
LRS locally redundant storage
Copies your data synchronously three times within
a single physical location in the primary region.
ZRS ZONE REDUNDANT STORAGE
Copies your data synchronously across three
Azure availability zones in the primary region.
LRS and ZRS rule
With LRS and ZRS, redundancy is limited to the primary region only