Implement & Manage Storage in Azure Flashcards
Microsoft’s cloud storage solution for modern data storage scenarios
Azure Storage
Azure Storage is:
Durable & highly available, Secure, Scalable, Managed, Accessible
Generally think of Azure Storage in three categories:
Storage for VMs, Unstructured data (like Blobs, Data Lakes), Structured Data (Tables, Cosmos DB, Azure SQL DB)
Azure Storage two tiers:
Standard & Premium
Backed by magnetic drives (HDD) & provide lowest cost per GB; require bulk storage or where data is infrequently accessed
Standard Tier
Backed by SSDs & offer consistent low-latency performance, use for VMs w/ I/O intensive apps like databases
Premium Storage
You ___ convert a Standard storage account to a Premium storage account of vice versa.
Cannot
Azure Storage Services:
Containers (Blobs), Files, Queues, Tables
Massively scalable object store for text & binary data
Containers (Blobs)
Managed file shares for cloud or on-premises deployments
Files
A messaging store for reliable messaging between application components
Queues
A NoSQL Store for schemaless storage of structured data
Tables
Ideal for storage of: images or documents to a browser, storing files for distributed access, streaming video & audio, storing data for backup & restore, disaster recovery & archiving, data for analysis by an on-premises or Azure-hosted service
Container (blob) storage
___ messages can be up to 64KB in size & a queue can contain millions of messages
Queue
Four types of storage accounts:
Standard general purpose v2, Premium block blobs, Premium file shares, Premium page blobs
Enterprise of high-performance file share applications
Premium file shares
Premium high-performance page blob scenarios
Premium page blobs
Block blob scenarios with high transaction rates or scenarios that use smaller objects or require consistently low storage latency
Premium block blobs
Most scenarios like blob, file, queue, table, & data lake storage
Standard general purpose v2
Four types of replication:
LRS, ZRS, GRS/RA-GRS, GZRS/RA-GZRS
Lowest-cost replication option, all replicas may be lost or unrecoverable
Locally redundant storage (LRS)
Synchronously replicates data across three (3) storage clusters in a single region
Zone redundant storage (ZRS)
Replicates your data to a secondary region; 16 9’s durability
Geo-redundant storage
Combines the high availability of zone-redundant storage with protection from regional outages as provided by geo-redundant storage
Geo-zone redundant storage (GZRS)
Storage account links:
//mystorageaccount.blob.core.windows.net (substitute blob with table, queue, file)
A service for storing large amounts of unstructured object data, such as text or binary data; aka “object storage”
Blob Storage
Blob storage offers three types of resources:
Storage account, containers in the storage account, blobs in a container
Provides a grouping set of blobs
Container
Blob name can be:
lowercase letters, numbers, hyphens and must begin with a letter or number & 3-63 chars long