Azure Storage Flashcards

1
Q

What is Azure Storage

A

Azure provides many ways to store your data

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

What are the four Azure storage service

A

Azure Blobs, Azure Files, Azure Queues, and Azure Tables

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

What is a storage account

A

A storage account is a container that groups a set of Azure Storage services together

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

What happens when a storage account is deleted

A

Deleting the storage account deletes all of the data stored inside it.

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

Storage account settings

A

A storage account defines a policy that applies to all the storage services in the account

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

What settings are controlled by storage account

A

Subscription location performance replication access tier secure transfer required virtual network

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

Subscription

A

The Azure subscription that will be billed for the services in the account.

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

Location

A

The datacenter that will store the services in the account.

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

Performance

A

Determines the data services you can have in your storage account and the type of hardware disks used to store the data. Standard allows you to have any data service (Blob, File, Queue, Table) and uses magnetic disk drives. Premium introduces additional services for storing data. For example, storing unstructured object data as block blobs or append blobs, and specialized file storage used to store and create premium file shares. These storage accounts use solid-state drives (SSD) for storage.

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

Replication

A

Determines the strategy used to make copies of your data to protect against hardware failure or natural disaster. At a minimum, Azure will automatically maintain three copies of your data within the data center associated with the storage account. This is called locally-redundant storage (LRS), and guards against hardware failure but does not protect you from an event that incapacitates the entire datacenter. You can upgrade to one of the other options such as geo-redundant storage (GRS) to get replication at different datacenters across the world.

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

Access tier

A

Controls how quickly you will be able to access the blobs in this storage account. Hot gives quicker access than Cool, but at increased cost. This applies only to blobs, and serves as the default value for new blobs.

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

Secure transfer required

A

A security feature that determines the supported protocols for access. Enabled requires HTTPs, while disabled allows HTTP

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

Virtual networks

A

A security feature that allows inbound access requests only from the virtual network(s) you specify

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

How many storage accounts do you need?

A

The number of storage accounts you need is typically determined by your data diversity, cost sensitivity, and tolerance for management overhead.

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

Storage name

A

Each storage account has a name. The name must be globally unique within Azure, use only lowercase letters and digits and be between 3 and 24 characters.

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

What is a deployment model

A

A deployment model is the system Azure uses to organize your resources

17
Q

What is the deployment model

A

Resource manager and classic

18
Q

Which deployment model is the resource group found

A

Resource manager

19
Q

What is account kind

A

Storage account kind is a set of policies that determine which data services you can include in the account and the pricing of those services.

20
Q

What are the three storage accounts

A

StorageV2 gp v2, gp v1 and blob storage

21
Q

gp v2

A

(general purpose v2): the current offering that supports all storage types and all of the latest features

22
Q

gp v1

A

a legacy kind that supports all storage types but may not support all features

23
Q

Blob storage

A

a legacy kind that allows only block blobs and append blobs

24
Q

what are the tools available to create a storage account

A

Azure portal, Azure CLI, Azure PowerShell, Management client libraries