AZ Storage Accounts Flashcards

1
Q

What are Azure Storage Accounts?

A

Provide a namespace in which to store data objects such as BLOBS, Files, Tables, queues and VHDs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the Azure Storage access tiers?

A

* Hot - Frequent Access * Cool - Infrequent Access (at least 30 days) * Archive - Rarely accessed (at least 180 days)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the Storage Account types available?

A

* General-Purpose V2 * General-Purpose V1 * BlockBlobStorage * FileStorage * BlobStorage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the relationship between Storage Accounts, Containers and Blobs?

A
  1. Storage accounts have Containers 2. Containers have Blobs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What services does the General-Purpose V1 Storage account type support?

A

* Blob * File * Queue * Table * Disk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What services does the General-Purpose V2 Storage account type support?

A

* Blob * File * Queue * Table * Disk * Data Lake Gen2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What services does the BlobStorage Storage account type support?

A

* Block Blob * Append Blob

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What services does the FileStorage Storage account type support?

A

File

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What services does the BlockBlobStorage Storage account type support?

A

* Block Blob * Append Blob

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Append Blob

A

* Block Blobs optimized for append operations * No delete or update of existing blocks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Block Blobs

A

Blobs managed in separate blocks (with block Ids) for efficient uploading and management

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Page Blobs

A

Frequent read/write OS and Data disks for VMs and databases

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Blob types supported by Azure

A

* Block Blobs * Append blobs * Page Blobs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Blob Container

A

* Similar to directory in a file system * Organizes a set of Blobs (unlimited)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is Blob storage designed for?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Blob Storage

A

Storage for massive amounts of unstructured data

17
Q

Access Options for a Storage Account

A

* Specific VNet/IP Range * Firewall to whitelist IP addresses * Access Keys * Shared Access Signatures(SAS) - Granular permissions defined by a URI

18
Q

Azure queue storage

A

Scalable storage for cloud messages (up to 64kb) between decoupled application components. Used to create a backlog of work to process asynchronously

19
Q

Azure Table Storage

A

NoSQL datastore for large amounts of structured data Made up of entities (property sets) similar to a DB row

20
Q

Azure File Shares

A

* Cloud-based file shares * Server Message Block protocol * Replace or supplement on-prem servers * Cloud-based, shared file access anywhere

21
Q

What are the Storage Account redundancy options?

A

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