Module 7 - Configure Storage accounts Flashcards

1
Q

Explore azure storage services

A

A service that you can use to store files , messages , tables and other types of information.

Azure containers: A massively scalable object store for tex and binary data

Azure Tables : Ideal for storing structured , non relational data

Azure queues -

Azure files -

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

Determine storage accounts Kinds

A

All storage accounts are encrypted using storage

Storage account

Standard general purpose v2 - Most scenarios including blob file , queue , table and data lake storage

Premium block blobs - Block blob scenarios with high transactions rates , or scenarios that use smaller objects or require consistently low storage latency

Premium file shares - Enterprise or high performance file share apps

Premium page blobs - High performance page blob scenarios

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

Determine replication strategies

A

Single region

LRS -
-Three replicas , one region
- Protects against disk , node , rack failures
- Write is acknowledge when replicas are committed
- superior to dual parity RAID

ZRS
- Three replicas , three zones , one region
- Protects against disk , node , rack failure and zone failures
- Synchronous writes to all three zones

Multiple regions
GRS
- Six replicas , two regions
- Protects against major regional disasters
- Asynchronous copy to secondary.

RA-GRS
- GRS = read access to secondary
- Separate secondary endpoint
- Recovery point objective delay to secondary can be queried

GZRS
- six replicas , 3+1 zones , two regions
-
-

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

Access Storage

A

Every object has a unique URL address - based on account name and storage type.

Container service : https://mystorageaccount.blob.core.windows.net
Table service:

if you prefer you can use your custom domain name

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

Secure Storage endpoints

A

Firewalls and virtual networks restrict access to storage accoubt from specific subnets on virtual network or public ip

Subnets and virtual networks must exist in the same azure region or region pair as storage account

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