(2) Describe Azure storage services Flashcards

(2) Describe Azure Architecture and Services

1
Q

What are the storgae options for Azure?

A
  1. General Purpose V2; 2. Block Blobs; 3. File Shares: 4. Page Blobs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

These must be between 3 and 24 characters in length and may contain nubmer and lowercase letters only; it must also be unique within Azure. No two storage accounts can have the same one. This supports the ability to have a unique, accessible namespace in Azure.

A

Storage Account Naming

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

Always stores multiple copies of your data so that it’s protected from planned and unplanned events such a transient hardware failures, network or power outages, and natural disasters.

A

Storage Redundancy

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

This replicates your data 3 times within a single datacenter in the primary region. It provides at least 11 nines of durability of objects over a given year.

A

Locally Redundant Storage (LRS)

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

This replicates your data synchronously accross 3 availability zones in the primary region. It provides at least 12 nines of durability of objects over a given year. Your data is still accessible for both read and write operations.

A

Zone-Redundant Storage (ZRS)

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

Microsoft recommends using this type of storage option in the primary region for scenarios that require high availability. it is also recommended for restricting replication of data within a country or region to meet data governance requirements.

A

Zone-Redundant Storage (ZRS)

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

Copies your data synchronously 3 times within a single physical location in the primary region using LRS. It then copies your data asynchronously to a signle physical location in the secondary region (the region pair) using LRS. It provides at least 16 nines of durability of objects over a given year. Data is read only if the customer or Microsoft initiates a failover.

A

Geo-Redundant Storage (GRS)

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

Data is is copied across 3 Azure availability zones in the primary region (similar to ZRS) and is also replicated to a secondary geographic reason, using LRS, for protection from regional disasters.

A

Geo-Zone-Redundant Storage (GZRS)

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

If you enable read access to secondary region, your data is always available, even when the primary region is running optimally.?????

A

Read-Access Geo-Redundant Storage (RA-GRS)

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

If you enable read access to secondary region, your data is always available, even when the primary region is running optimally.

A

Read-Access Geo-Zone-Redundant Storage (RA-GZRS)

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

A massively scalable object store for text and binary data. Also includes support for big data analytics through Data Lake Storage GEN2. It is unstructured, meaning that there are no restrictions on the kinds of data it can hold.

A

Azure Blobs

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

Use Cases: This storage type is useful for the following scenarios: Serving images or documents directly to a browser; storing files for distributed access; streaming videos and audio; storing data for back-up and restore, disaster recovery, and archiving. Access tiers can be set at this level, during or after uploads.

A

Blob Storage

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

Optimized for storing data that is accessed frequently (for example, images for your website); this access tier can be set at the account level

A

Hot Access Tier

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

Optimized for data that is infrequently accessed and stored for at least 30 days (for exmpale, invocies for your customers); this access tier can be set at the account level

A

Cool Access Tier

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

Appropriate for data that is rarely accessed and stored for at least 180 days, with flexible latency requirements (for example, long-term back-ups); stores data offline and offers the lowest storage costs, but also the highest costs to rehydrate and access the data.

A

Archive Access Tier

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