AZ Storage Accounts Flashcards
(21 cards)
What are Azure Storage Accounts?
Provide a namespace in which to store data objects such as BLOBS, Files, Tables, queues and VHDs
What are the Azure Storage access tiers?
* Hot - Frequent Access * Cool - Infrequent Access (at least 30 days) * Archive - Rarely accessed (at least 180 days)
What are the Storage Account types available?
* General-Purpose V2 * General-Purpose V1 * BlockBlobStorage * FileStorage * BlobStorage
What is the relationship between Storage Accounts, Containers and Blobs?
- Storage accounts have Containers 2. Containers have Blobs
What services does the General-Purpose V1 Storage account type support?
* Blob * File * Queue * Table * Disk
What services does the General-Purpose V2 Storage account type support?
* Blob * File * Queue * Table * Disk * Data Lake Gen2
What services does the BlobStorage Storage account type support?
* Block Blob * Append Blob
What services does the FileStorage Storage account type support?
File
What services does the BlockBlobStorage Storage account type support?
* Block Blob * Append Blob
Append Blob
* Block Blobs optimized for append operations * No delete or update of existing blocks
Block Blobs
Blobs managed in separate blocks (with block Ids) for efficient uploading and management
Page Blobs
Frequent read/write OS and Data disks for VMs and databases
Blob types supported by Azure
* Block Blobs * Append blobs * Page Blobs
Blob Container
* Similar to directory in a file system * Organizes a set of Blobs (unlimited)
What is Blob storage designed for?
Serving images or documents directly to a browser. Storing files for distributed access. Streaming video and audio. Writing to log files. Storing data for backup and restore, disaster recovery, and archiving. Storing data for analysis by an on-premises or Azure-hosted service.
Blob Storage
Storage for massive amounts of unstructured data
Access Options for a Storage Account
* Specific VNet/IP Range * Firewall to whitelist IP addresses * Access Keys * Shared Access Signatures(SAS) - Granular permissions defined by a URI
Azure queue storage
Scalable storage for cloud messages (up to 64kb) between decoupled application components. Used to create a backlog of work to process asynchronously
Azure Table Storage
NoSQL datastore for large amounts of structured data Made up of entities (property sets) similar to a DB row
Azure File Shares
* Cloud-based file shares * Server Message Block protocol * Replace or supplement on-prem servers * Cloud-based, shared file access anywhere
What are the Storage Account redundancy options?
Locally-Redundant Storage (LRS) - Keeps 3 copies of the data within a data center Zone Redundant Storage (ZRS) - Data stored in different zones within your specified region (E;G WestUS, etc.) Geo-Redundant Storage (GRS) - Data stored in different regions Read-Access-Geo-Redundant Storage(RA-GRS) - Can read from other regions