AZ Storage Accounts Flashcards
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.