Azure Storage Lecture Review

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/44

flashcard set

Earn XP

Description and Tags

Comprehensive vocabulary flashcards covering Azure Storage terminology, including account types, redundancy, access tiers, and security features as discussed in the lecture.

Last updated 11:48 AM on 7/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

45 Terms

1
New cards

Azure Storage

Azure’s cloud service for storing files, objects, messages, and structured NoSQL data.

2
New cards

Storage Account

A container that provides a unique namespace for Azure Storage services, including blobs, files, queues, and tables.

3
New cards

General-Purpose v2 Storage Account

The recommended standard storage account type for most workloads. It supports Blob Storage, Azure Files, queues, tables, access tiers, lifecycle management, and modern redundancy options.

4
New cards

Storage Account Name

A globally unique name between 33 and 2424 characters that can contain only lowercase letters and numbers.

5
New cards

Storage Account Endpoint

The URL applications use to access a storage service, such as Blob Storage or Azure Files.

6
New cards

Blob Storage

Object storage used for large amounts of unstructured data, such as images, videos, backups, documents, and log files.

7
New cards

Blob Container

A logical grouping of blobs inside a storage account. A container is similar to a folder, but containers cannot be nested inside other containers.

8
New cards

Block Blob

The most common blob type. It is designed for files such as images, documents, videos, backups, and logs.

9
New cards

Append Blob

A blob optimized for data that is continually added to the end, such as application or diagnostic logs.

10
New cards

Page Blob

A collection of 512512-byte pages optimized for frequent random read-and-write operations. Azure virtual machine disks use page blobs.

11
New cards

Azure Files

A managed cloud file-sharing service that can be accessed through SMB or NFS.

12
New cards

Azure File Share

A shared folder hosted in Azure Files that can be mounted by Windows, Linux, and macOS systems.

13
New cards

SMB

Server Message Block. A file-sharing protocol commonly used by Windows computers to access network file shares.

14
New cards

NFS

Network File System. A file-sharing protocol commonly used by Linux and Unix-based systems.

15
New cards

Azure Queue Storage

A service used to store large numbers of messages that applications can process asynchronously.

16
New cards

Azure Table Storage

A NoSQL key-value storage service for large amounts of structured, non-relational data.

17
New cards

Locally Redundant Storage — LRS

Maintains three copies of data within one physical location in the primary Azure region. It is the lowest-cost redundancy option.

18
New cards

Zone-Redundant Storage — ZRS

Maintains copies of data across three availability zones in the primary region. It protects against the failure of one datacenter or availability zone.

19
New cards

Geo-Redundant Storage — GRS

Copies data within the primary region using LRS and asynchronously copies it to a secondary Azure region.

20
New cards

Read-Access Geo-Redundant Storage — RA-GRS

Provides the same regional replication as GRS but also allows read-only access to the secondary region before a failover.

21
New cards

Geo-Zone-Redundant Storage — GZRS

Uses ZRS across availability zones in the primary region and asynchronously replicates data to a secondary region.

22
New cards

Read-Access Geo-Zone-Redundant Storage — RA-GZRS

Provides GZRS protection and allows read-only access to data in the secondary region before failover.

23
New cards

Storage Account Failover

The process of changing the secondary region of a geo-redundant storage account into the new primary region during a regional outage.

24
New cards

Hot Access Tier

An online Blob Storage tier intended for data that is accessed frequently. It has higher storage costs but lower access costs.

25
New cards

Cool Access Tier

An online Blob Storage tier intended for data that is accessed infrequently but still needs immediate availability.

26
New cards

Cold Access Tier

An online Blob Storage tier intended for data that is rarely accessed but must remain immediately available. It has lower storage costs and higher retrieval costs than Cool.

27
New cards

Archive Access Tier

An offline Blob Storage tier for rarely accessed, long-term data. It requires data to be rehydrated before it can be read.

28
New cards

Blob Rehydration

The process of moving an archived blob back into an online tier, such as Hot or Cool, so it can be accessed.

29
New cards

Lifecycle Management

A rule-based feature that automatically moves blobs between access tiers or deletes them based on conditions such as age or last modification date.

30
New cards

Blob Versioning

A feature that automatically keeps previous versions of a blob whenever the blob is modified or deleted.

31
New cards

Blob Soft Delete

A data-protection feature that retains deleted blobs for a configured period so they can be restored.

32
New cards

Blob Snapshot

A read-only copy of a blob captured at a specific point in time.

33
New cards

Shared Access Signature — SAS

A signed URL that provides limited access to storage resources without exposing the storage account key.

34
New cards

User Delegation SAS

A Blob Storage SAS token secured with Microsoft Entra credentials instead of the storage account key.

35
New cards

Storage Account Access Key

A highly privileged key providing broad access. Each storage account has two keys so one can be rotated while the other remains active.

36
New cards

Access-Key Rotation

The practice of replacing storage account access keys regularly. Two keys allow applications to continue working while one key is regenerated.

37
New cards

Microsoft Entra Authorization

An identity-based authorization method that uses Microsoft Entra identities and Azure RBAC instead of storage account keys.

38
New cards

Azure RBAC for Storage

Role-based access control used to assign storage data permissions to users, groups, service principals, and managed identities.

39
New cards

Private Endpoint

A network interface with a private IP address from a virtual network that provides private access to a specific Azure Storage service through Azure Private Link.

40
New cards

Infrastructure Encryption

An optional second layer of encryption that encrypts storage data twice using separate encryption algorithms and keys.

41
New cards

AzCopy

A command-line utility designed for high-performance copying of data into, out of, or between Azure storage accounts.

42
New cards

Cloud Tiering

An Azure File Sync feature that keeps frequently accessed files locally while replacing less-used files with pointers to the copies stored in Azure.

43
New cards

Legal Hold

An immutability setting that protects blob data from modification or deletion until the hold is explicitly removed.

44
New cards

Hierarchical Namespace

A storage account feature that organizes Blob Storage data into directories and enables Azure Data Lake Storage Gen2 capabilities.

45
New cards

Azure Data Lake Storage Gen2

Analytics-focused storage built on Azure Blob Storage that adds a hierarchical directory structure and fine-grained access control.