07-Azure Storage Flashcards

1
Q

Two tiers of Azure Storage

A

Premium and Standard

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

Azure Storage Services

A

Azure Containers

Azure Tables

Azure Queues

Azure Files

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

Azure Containers

A

Scalable object store for text and binary data

Think of it as folders

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

Azure Tables

A

Store structured, non-relational data

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

Azure Queues

A

Messaging store for reliable messaging between application components

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

Azure Files

A

Managed files shares for cloud or on-prem deployments

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

Storage Account Kinds

A

Standard general-purpose v2

Premium block blobs

Premium file shares

Premium page blobs

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

Standard general-purpose v2

A

Most scenarios include Blob, File, Queue, Table, and Data Lake Storage

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

Premium block blobs

A

High transaction rates, or scenarios that use smaller objects or require consistently low storage latency

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

Premium file shares

A

Enterprise or high-performance file share applications

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

Premium page blobs

A

Premium high-performance page blob scenarios

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

Replication strategies

A
LRS
ZRS
GRS
RA-GRS
GZRS
RA-GZRS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

LRS

A

Single region

Three replicas, one region

Protect against disk, node, rack failures

Write is acknowledged when ALL replicas are committed

Superior to dual-parity RAID

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

ZRS

A

Single region

Three replicas, three zones, one region

Protects against disk, node, rack, and zone failures

Synchronizes writes to all three zones

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

GRS

A

Multiple regions

Six replicas, two regions (three per region)

Protects against major regional disasters

Asynchronous copy to secondary

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

RA-GRS

A

GRS + read access to secondary

Separate secondary endpoint

Recovery point objective (RPO) delay to secondary can be queried

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

GZRS

A

Multiple regions

Six replicas, 3+1 zones, two regions

Protects against disk, node, rack, zone and region failures

Synchronous writes to all three zones and asynchronous copy to secondary

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

RA-GZRS

A

Multiple regions

GZRS + read access to secondary

Separate secondary endpoint

RPO delay to secondary can be queries

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

What is Storage’s URL based on

A

Account name and storage type

blobs.contoso.com has name contosoblobs.blob.core.windows.net

20
Q

How to secure storage accounts

A

Firewalls and Virtual networks restrict access to the Storage Account from specific subnets on Virtual Networks or public IPs

Subnets and Virtual Networks must exist in the same Azure Region or Region Pair as the Storage Account

21
Q

Binary Large Object (Blob) Storage

A

Stores unstructured data in the cloud

Store text or binary data

AKA object storage

22
Q

BLOB common usage

A

Serve images or documents directly to browser

Store files for distributed access

Stream video and audio

fill

23
Q

Blob Container

A

Store BLOB in this

Accounts have unlimited containers

Containers have unlimited blobs

24
Q

Three type of BLOB containers

A

Private blobs

Blob access

Container access

25
Q

Private blobs

A

No anonymous access

26
Q

Blob access

A

Anonymous public read access for blobs only

27
Q

Container access

A

Anonymous …. fill in

28
Q

Blob Access Tiers

A

Hot Tier

Cool Tier

Archive

29
Q

What is Hot tier

A

fill in

30
Q

What is Cool tier

A

fill in

31
Q

What is Archive

A

fill in

32
Q

Blob Lifecycle Management

A

Transition blobs to cooler storage tier to optimize for performance and cost

Delete blobs at the end of their lifecycle

Apply rules to filtered paths in the Storage Account

33
Q

Blob Object Replication

A

Asynchronous to any other Region

Minimizes latency for read requests

Increases efficiency for compute workloads

Optimizes data distribution

Optimizes costs

34
Q

Uploading Blobs - what to specify

A

Authentication type - Azure AD account or Account key

Block blobs

Page blobs

Append blobs

Cannot change blob type once it has been created

35
Q

What are Shared Access Signatures

A

Provide delegated access to resources

Grants access to clients w/o sharing your storage a/c keys

Account SAS delegates access to resources in one or more of the storage services

Service SAS delegates access to a resource in just one of the storage services

36
Q

What is Storage Service Encryption

A

Protects your data for security and compliance

Automatically encrypts and decrypts your data

Encrypted through 2556-bit AES encryption

Is enabled for all new and existing storage accounts and cannot be disabled

Is transparent to users

37
Q

Customer Managed Keys

A

Use Azure Key Vault to manage your encrypted keys

Create your own encryption keys and store them in a key vault

Use Azure Key Vault’s APIs to generate encryption keys

Custom keys give you more flexibility and control

38
Q

Azure Files Description

A

SMB interface, client libraries, and a REST interface that allows access from

39
Q

Managing File Shares

A

File share quotas

Windows - ensure port 445 is open

Linux - mount the drive

MacOS - mount the drive

40
Q

File Share Snapshots

A

Incremental snapshot that captures the share state at a point in time

41
Q

Azure File Sync

A

Centralize your organization’s file shares in Azure files, while keeping the flexibility, performance, and compatibility of an on-prem file server

42
Q

File Sync Components

A

Storage Sync Service

Registered server

Azure File Sync agent

Server endpoint

Cloud endpoint

Sync group

43
Q

File Sync Steps

A

Deploys the Storage Sync Service

Prepare Win

fill in

44
Q

What is Storage Explorer

A

Access multiple accounts and subscriptions

Create, delete, view, edit storage resources

View and edit Blob, Queue, Table, File, Cosmos DB storage and Data Lake Storage

Obtain shared access signature (SAS) keys

Available for Windows, Mac, and Linux

45
Q

Import and Export Service

A

Import Jobs - move large amounts of data to Azure blob storage or files

Export Jobs - move large amounts of data from Azure Storage (not files)

46
Q

What is AzCopy

A

Copy data to and from Azure Blob, File, and Table storage

47
Q

What is AzCopy

A

Copy data to and from Azure Blob, File, and Table storage

Command line utility

For all OS