Azure Storage Flashcards

1
Q

What types of Storage do Azure Storage Services comprise?

A
  • Container (Blob) Storage (unmanaged storage) / Azure Storage (GPv2)
  • Disk Storage - for Virtual Hard Disks (VHDs) (managed storage)
  • Azure File Storage
  • Storage tiers
  • considered as Infrastructure as a Service
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe Azure Storage?

A
  • also called GPv2
  • “standard storage”
  • can contain four types of data: Container, File, Queue, Table
  • can hold up to 5 Petabytes (PB)
  • pay for what you use
  • extremely cheap cloud storage, about 2ct per GB per month
  • not recommended for high-demand workloads
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How are Azure Storage and Data Lake connected?

A
  • when setting up Azure Storage (GPv2) you can choose to turn it into data lake
  • data lake is extremely large data storage
  • good for “big data” analytics
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Describe Premium Storage Options

A
  • Blob storage - can only hold containers (blobs) - can choose block blobs or page blogs
  • File storage
  • Uses premium SSD (solid state disks)
  • Triple the operations per second (OPS)
  • lower latency (time to first byte)
  • more expensive
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What high performance options exist for storage?

A
  • Premium SSD
  • Premium SSD v2
  • Ultra Disk
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a blob?

A
  • Binary Large Object (BLOB)
  • files of any type (txt, pdf, zip, jpg, …)
  • stored loosely in a container
  • public or private
  • “unstructured data”
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Describe Container Storage

A
  • create multiple containers
  • each container can contain multiple blobs
  • can be organized into folders
  • BUT not hierarchical file structure
  • pay only what you use
  • equal to AWS Simple Storage Service (S3)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How is Location important with Storage?

A
  • can create multiple storage accounts in any region of the world
  • keep data close to the person/service consuming it (for access speed reasons)
  • price varies by region
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How does Azure deal with redundancy?

A
  • Azure keeps 3 copies of your data by default
  • Locally- or zone-redundant
  • Azure will almost never, ever lose a file once it’s successfully received it
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is global redundancy?

A
  • chooseable for storage
  • Azure keeps 6 copies of data
  • 3 locally and 3 in another region of the “geo”
  • Honors data sorvereignity laws
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What Access Tiers exist in Azure?

A
  • Hot: default, balanced access
  • Cool: can be set as default, cheaper storage with more expensive read/write operations
  • Cold: much cheaper storage, more expensive read/write operations
  • Archive: cannot get inmediate access to files, cheapest storage, most expensive operations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What do Access Tiers of Storage describe?

A
  • the balance between of if its cheaper to storage data than to retrieve it or the other way around
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the concept of Failover in Azure?

A
  • Hard disk fail ever so often
  • Azure takes of that
  • 3 copies of your data, they can use one of other copies to recreate it
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is Lifecycle management in Azure Storage?

A
  • allows to automate pushing files from hot to cool and from cool to archive based on certain rules
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What applications can be used to access a storage account directly/programmaticly?

A
  • Storage Explorer (downloadable Software)
  • Storage Browser (in the browser)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How do you copy data between two storage accounts?

A

multiple ways:
- manually download & upload
- copy data inside Azure Network via CLI tool called AzCopy

17
Q

What is Azure File Storage?

A
  • true hierarchical structure with folders
  • you can “mount” this storage to a server and use a drive letter with it
  • supports SMB protocol or NFS (Linux)
18
Q

Why do we need Azure Files?

A
  • Replace or supplement your on-prem file storage
  • Lift and shift migration to the cloud
  • adds redundancy, data recovery, failover benefits
19
Q

What is Azure File Sync?

A
  • Hybrid option - on prem files with cloud option
  • Cloud tiering -> most popular files stored locally, all files stored in cloud
  • distributed access
  • Cloud backup
20
Q

What is Azure Migrate?

A
  • tool for migration onto cloud
  • will examine your existing environment and make recommendations that will make move to cloud easier
  • guided experience
  • also helps discover servers and databases in environment
21
Q

What is Azure Data box?

A
  • suite of products
  • it may be impractical to upload some quantities of data to the cloud
  • will be mailed to you, you fill it with data and mail it back
  • will show up in your account
  • data will be encrypted in transit and wiped afterwards from box
22
Q

What is part of the Azure Data box suite?

A
  • Data Box - 100 TB
  • Data box disk - 8 TB
  • Data Box Heavy - 1 PB
23
Q

What Data redundancy options exist?

A
  • Geo-redundant storate (GRS)
  • Geo-Zone redundant storage (GZRS)
  • Zone redundant storage (ZRS)
  • Locally redundant storage (LRS)
24
Q

What is Locally redundant storage (LRS)?

A
  • replicates data 3 times within a single data center in primary region
25
Q

What is zone-redundant storage (ZRS)?

A
  • replicates storage account synchronously across three Azure Availability Zones in primary region
  • each AZ is physically seperate location with independent power, cooling and networking
26
Q

What is Geo-redundant storage (GRS)?

A
  • redundancy in secondary region
    1. using LRS redundancy is created
    1. copies data asynchronously to single physical location in secondary region, then using LRS copied three times
27
Q

What is Geo-zone-redundant storage (GZRS)?

A
  • copies data across three AZs in primary region using ZRS
  • then using LRS in secondary region three additional times
28
Q

What Data redundancy option is the cheapest?

A
  • Locally-redundant storage (LRS)