Implement and manage storage Flashcards
virtual machine data
disks and files. persistent block storage
unstructured data
blob storage. azure data lake is hdfs
structured data
has a shared schema, aure table storage, azure cosmos db, and azure sql database
how many storage tiers
2, standard and premium
What are the data services that can be accessed by an azure storage account?
blob storage,files, azure queue storage, azure table storage
azure blob storage
unstructured or non-relational data: images, files, video/audio
azure files
config files, logs, metrics
azure queue storage
used to store and retrieve messages
azure table storage
fully manage nosql db
storage account types?
standard general-purpose v2, premium block blobs, premium file shares, premium page blobs
premium block blobs
good for applications with high transaction rates or low storage latency
premium file shares
recommended for enterprise or high-perfomrance scale applications
premium page blobs
page blobs are ideal for storing index-based and sparse data structures: operating systems, data disks, and databases
what are the four replication strategies?
locally redundant storage, zone redundant storage, geo-redundant storage, geo-zone-redundant storage
locally redundant storage
lowest cost and least durable
zone redundant storage
replicates your data across three storage clusters in a single region. not available in all regions
geo-redundant storage
replicated data in a separate region
geo-zone redundant storage
you get zone redundant (3 storage clusters) and geo-redundant (secondary region)
how to access storage?
use the storage accounts url endpoint
how to keep storage endpoints safe?
manage firewalls and virtual networks, configure an ip range
what are the blob storage access tiers
hot, cool, and archive
blob storage hot
frequent reads and writes of objects. lowest access costs, highest storage costs
blob storage cool
large amounts of data that’s infrequently accessed. short tem back up and disaster recovery. 30 days minimum storage
archive tier
offline tier of storage. minimum 180 days of storage. most cost effective storage, costly to access