Azure Storage Flashcards

1
Q

What are the two main components of an Azure Storage account?

A

An Azure Storage account consists of the management layer and the storage services (like blob containers, Azure Files, etc.) that hold the data. You don’t store data directly in the management layer, but within the services created inside of it.

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

Why must an Azure Storage account have a globally unique name across all of Azure?

A

An Azure Storage account requires a globally unique name because it has a public-facing endpoint or address associated with everything inside the account, making it accessible over the internet.

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

Describe the difference between a block blob, an append blob, and a page blob.

A

Block blobs are typically used for loose files uploaded as individual units. Append blobs are designed for files where data is continuously added to the end, such as log files. Page blobs are primarily used for virtual hard drive files.

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

Briefly explain the concept of Blob Storage tiers and their primary trade-off.

A

Blob Storage tiers offer different storage costs based on access frequency. Lower tiers (cool, cold, archive) are cheaper for storage but have higher access costs and potentially longer data retention requirements compared to the hot tier.

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

What is the key difference between the hot, cool, and cold Blob Storage tiers and the archive tier regarding data availability?

A

Hot, cool, and cold tiers are online and provide instant data access. The archive tier is offline, data is not instantly available, and requires a rehydration request taking several hours to access.

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

What is the primary purpose of the Azure Disks service in Azure Storage?

A

Azure Disks are managed disks used for Azure Virtual Machines (VMs) as their operating system disks and data disks. This service handles the underlying storage complexities.

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

What is Azure Files used for, and how can it be integrated with existing infrastructure?

A

Azure Files acts as a fully-managed cloud-based file server or file share. It can be used to synchronize with existing on-premises file servers or completely replace them.

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

Explain the difference between LRS and ZRS storage redundancy.

A

LRS (Locally Redundant Storage) copies data within the same availability zone in a region. ZRS (Zone-Redundant Storage) copies data across different availability zones within the same region.

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

What is GRS storage redundancy, and how does it provide protection against regional failures?

A

GRS (Geo-Redundant Storage) sets up LRS in the primary region and then replicates three additional copies to a secondary or paired region, protecting against the failure of the entire primary region.

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

Name three tools used for moving data within Azure Storage and briefly describe what each tool is used for.

A

AzCopy is a command-line tool for transferring data with Blobs and Azure Files. Storage Explorer is a graphical user interface (GUI) for interacting with all types of Azure Storage. Azure File Sync is used specifically to synchronize Azure Files between different file servers.

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

What is an Azure Storage Account?

A

The management layer in Azure that contains one or more storage services and has a globally unique public endpoint.

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

What are Storage Services?

A

The components within an Azure Storage account that hold different types of data, such as Blob containers, Azure Files, and Disks.

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

What is a Globally Unique Name?

A

A requirement for Azure Storage accounts, ensuring a unique address across the entire Azure platform for its public endpoint.

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

What are Azure Blobs?

A

An unstructured data store service in Azure, capable of storing any file type.

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

What are Containers?

A

Logical groupings within an Azure Storage account where blobs are stored.

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

What are Block Blobs?

A

A type of blob designed for storing discrete blocks of data, typically used for uploading individual files.

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

What are Append Blobs?

A

A type of blob optimized for data that is continuously added to the end, commonly used for log files.

18
Q

What are Page Blobs?

A

A type of blob used to store random-access files, primarily utilized for virtual hard drive files.

19
Q

What are the Blob Storage Tiers?

A

Different pricing and access models for Azure Blobs based on data access frequency (hot, cool, cold, and archive).

20
Q

What is a Hot Tier?

A

The Blob Storage tier with the highest storage cost but the lowest access cost, suitable for frequently accessed data.

21
Q

What is a Cool Tier?

A

A Blob Storage tier with lower storage costs than hot but higher access costs, suitable for less frequently accessed data.

22
Q

What is a Cold Tier?

A

A Blob Storage tier with even lower storage costs than cool but higher access costs and longer retention periods.

23
Q

What is an Archive Tier?

A

The Blob Storage tier with the lowest storage cost but the highest access cost and requires rehydration to access data, suitable for long-term data retention.

24
Q

What is Rehydration?

A

The process of retrieving data from the archive Blob Storage tier, which can take several hours.

25
What is Azure Disks?
A managed service providing block-level storage volumes for use with Azure Virtual Machines.
26
What is Managed Disks?
Disks in Azure where the underlying storage complexities are handled by the Azure platform.
27
What is Azure Files?
A fully-managed cloud-based file server or file share service.
28
What is Storage Redundancy?
Options in Azure Storage to ensure data durability and availability by creating multiple copies of data.
29
What is LRS (Locally Redundant Storage)?
Storage redundancy option that replicates data within a single availability zone in a region.
30
What is ZRS (Zone-Redundant Storage)?
Storage redundancy option that replicates data across multiple availability zones within a single region.
31
What is GRS (Geo-Redundant Storage)?
Storage redundancy option that replicates data within the primary region using LRS and also to a secondary paired region.
32
What is GZRS (Geo-Zone-Redundant Storage)?
Storage redundancy option that replicates data across multiple zones in the primary region using ZRS and also to a secondary paired region.
33
What is AzCopy?
A command-line utility used for copying data to and from Azure Blobs and Azure Files.
34
What is Storage Explorer?
A graphical user interface (GUI) tool for managing Azure Storage resources across all types.
35
What is Azure File Sync?
A service used to synchronize Azure Files with on-premises Windows file servers.
36
What is a Data Box?
A physical, offline transfer service used to migrate large amounts of data into Azure.
37
What is Azure Migrate?
A service used to migrate various on-premises resources, including servers, VMs, databases, and applications, to Azure.
38
What is a General-Purpose v2 Account?
A general-purpose Azure Storage account type that supports all storage service types.
39
What is Premium Performance?
Higher performance options for specific Azure Storage services, offering lower latency and higher throughput.
40
What is Premium Block Blobs?
A premium performance option specifically for block blob data.
41
What is Premium File Shares?
A premium performance option specifically for Azure Files.
42
What is Premium Page Blobs?
A premium performance option specifically for page blob data.