ADS 12 Azure Cloud Storage Introduction

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/20

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

What is Azure Blob Storage?

A massively scalable object storage solution by Microsoft for text and binary data in the cloud.

2
New cards

What types of data does Azure Blob Storage support?

Unstructured data such as text, images, and videos; supports Big Data analytics via Data Lake Storage Gen2.

3
New cards

What are common use cases for Azure Blob Storage?

Serving images/documents to browsers, storing files for distributed systems, streaming media, backup/disaster recovery, data analysis.

4
New cards

How can you access Azure Blob Storage globally?

Through HTTP/HTTPS via Direct URLs, REST API, Azure PowerShell, Azure CLI, or client libraries (.NET, Java, Node.js, Python, PHP, Ruby).

5
New cards

What are key characteristics of Azure Blob Storage?

Massively scalable, cloud-native, secure, globally accessible, integrates with Azure Data Lake Gen2.

6
New cards

What is Azure Files?

Managed file shares in the cloud, accessible from cloud and on-premises using SMB protocol.

7
New cards

Which protocol does Azure Files use?

SMB (Server Message Block) - supports read/write access by multiple VMs simultaneously.

8
New cards

How can Azure Files be accessed?

Through SMB protocol, REST interface, or Azure Storage client libraries.

9
New cards

What is a Shared Access Signature (SAS) token in Azure Files?

A temporary, secure URL that grants limited access to private files.

10
New cards

What are the use cases for Azure Files?

Lift & shift legacy apps, shared config files for VMs, dev tools access, log and crash dump analysis.

11
New cards

What are key features of Azure Files?

Fully managed, highly available, multi-access, cross-platform (Windows, Linux, macOS), fine-grained access via SAS.

12
New cards

What is Azure Table Storage?

A NoSQL service for storing structured, non-relational data in the cloud.

13
New cards

What is the data model used in Azure Table Storage?

Key/attribute pairs in a schemaless format.

14
New cards

What are key features of Azure Table Storage?

Schemaless design, cost-effective, highly scalable, supports multiple tables per storage account.

15
New cards

What are common use cases for Azure Table Storage?

User profiles, contact lists, device/app metadata, and configuration settings.

16
New cards

What are the benefits of Azure Table Storage?

Fast access, low cost, flexible data modeling, cloud-native scalability.

17
New cards

What is Azure Disk Storage?

Block-level storage used as virtual hard disks (VHDs) for Azure Virtual Machines (VMs).

18
New cards

What type of disk is used in Azure Disk Storage?

Managed disks - Azure handles replication, scaling, and maintenance.

19
New cards

How is data stored in Azure Disks?

As page blobs optimized for random I/O operations.

20
New cards

What are the types of Azure Disks based on performance?

Standard HDD, Standard SSD, Premium SSD, Ultra Disk.

21
New cards

What are key features of Azure Disks?

Fully managed, durable, high-performance, encrypted at rest, VM-attachable like physical disks.