Azure Storage Flashcards

1
Q

Azure Storage Basic Options

A

Blobs
Queues
Tables (Structured Data)
Azure Files (SMB)

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

Blob Storage - Types

A

BLOCK Blob
Optimized for streaming content.

APPEND Blob
Optimized for append operations (log files)

PAGE Blob
Optimized for random read/write operations. Used for VM disks.

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

Azure Files

A

Built for centralized data and SMB Connectivity
Provides a True Folder Hierarchy
Connectivity to file share via SMB 2.1 (only region), SMB 3.0+ and REST/HTTP.
Disable SMB2.1 for secure transport
Account keys and SAS can be used via REST.
Account keys/Azure AD domain Services can be used via SMB.

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

Blob Storage and VHD files

A

Blob Storage is NOT for storing Virtual machine VHD files
Blob storage is for block blobs and append blobs and not page blobs)

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

Storage Account Types

A

General-Purpose v2 accounts
- Basic storage account type for blobs, files, queues, and tables

General-Purpose v1 accounts
- Legacy account type for blobs, files, queues, and tables.
- Use general-purpose v2 accounts instead when possible.

Block Blob storage accounts
- Blob-only storage accounts with premium performance
characteristics.
- Recommended for scenarios with high transactions rates, using
smaller objects or requiring consistently low storage latency.

FileStorage storage accounts
- Files-only storage accounts with premium performance
characteristics. Recommended for enterprise or high-performance
scale applications.

Blob Storage accounts
- Blob-only storage accounts.
- Use general-purpose v2 accounts instead when possible.

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

Azure storage - 3 categories

A

Structured Data
- Tables, Cosmos DB, and Azure SQL DB are examples of structured data.

Unstructured Data
- Blobs and Data Lake Store.

Storage for Virtual Machines
- Virtual machine storage like disks and files.

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

Storage Account Tiers

A

Standard Uses : (HDD) and provides the lowest cost per GB.
Premium Uses : Solid-state drives (SSD) and offers consistent low-latency performance.

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

Replication Types

A

LRS
ZRS
GRS/RA-GRS ( Read-access geo-redundant storage)
GZRS/RA-GZRS

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

Blob storage - 3 types of resources

A

Storage Account
Containers in the storage account
Blobs in a container

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

Blob - Access Tiers

A

Hot : For frequent access of objects in the storage account.
Cool : For storing data that is infrequently accessed and stored for at least 30 days.
Archive : Data that will remain in the Archive tier for at least 180 days.

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

Blob Object Replication

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

Storage Security

A

Encryption : All data written to Storage is automatically encrypted using Storage Service Encryption (SSE)
Authentication : AAD/AzRBAC supported for Resource management & data operations
Data in transit : Client-Side Encryption, HTTPS, or SMB 3.0.
Disk encryption : Azure Disk Encryption
Shared Access Signatures :

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

Shared Access Signatures

A

Delegated access to the data objects in Azure Storage can be granted using SAS

SAS gives you granular control over the type of access
- Account-level SAS can delegate access to multiple storage services.
- Interval over which the SAS is valid, including the start time and the expiry time.
- Permissions

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