Skill 2.3 Configuring Azure files and Azure Blob Storage Flashcards

1
Q

What is Azure Files

A

fully managed file share service that offers endpoints for the SMB protocol.

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

What is the default max size for Azure Files

A

5TiB per share but if you enable larger file shared then it can go up to 100 TiB

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

What are common use cases for Azure File Share

A

Migration of existing applications that require a file share for storage
Shared Storage of files, such as web content, log files, application configuration files, or even installation media
REplace an existing file server

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

What is the outbound port for Azure File service

A

445

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

Waht does Azure File Sync do

A

Extends Azure files to allow on-prem file services to be extended to Azure while maintaining performance and compatibility

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

What are the key features of Azure File Sync

A

Multi-Site Access
Cloud Tiering
Azure Backup integration
Fast Disaster REcovery

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

What does an Azure Sync Group do

A

defines the topology for how your file synchronization will take place. Within a sync group you will add server endpoints, which are file servers and paths wihtin the file server you want he sync group to sync with each other

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

What is Azure Blob storage used for

A

large-scale storage of arbitrary data objects such as media files, log files and so on

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

Describe the blob storage layout

A

Each storage account can have one or more blob containers and all blobs must be stored in a container
Containers are a similar concept to your hard drive on your computer in that they provide storage space fo data in your storage account
Within each container you can store blobs much as you would store files on hard drives

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

Describe page blobs

A

Optimized for Random Access read and write operations. Page blobs are used to store VHD files which are unmanaged disks with Azure virtual machines. The maximum page blob size is 8tb

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

Describe Block Blobs

A

Optimized for efficient uploads and downloads for videos, images, and other general-purpose file storage, Maximum size is more then 4.75 tb

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

Append Blobs

A

Optimized for append operations. Updating or deleting existing blocks in he blob is not supported. Up to 50,000 blocks can be added to each append blob, and each block can be up to 4mb in size for a max size of about 195 gb

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

What blob types can share a container

A

all three including page, block, and append

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

What can be used to create a blob contaienr

A

Azure storage explorer

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

What is the maximum retention period for a soft delete

A

365 days

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

What is required to access data in the archive tier

A

the data must be rehydrated to hot or cool levels which can take 15 hours

17
Q

What is Azure storage lifecycle managment

A

used to transition data from lower-aces tiers automatically based on pre-configured rules., Can use if-then blocks to define the conditions of a blob lifecycle policy

18
Q

How long does the cool access tier store data

A

30 days

19
Q

What tiers does General Purpose V2 support that V1 does not

A

Hot, cool and archive tiers.

20
Q

What is user delegation SAS

A

Allows you to provide secure access to blob storage and uses Azure Active directory credentials to secure access to it

21
Q

What does AZCopy support

A

Blob, File, and table storage copy services.

22
Q

What are the prerequisites for implementing object replication for Azure Blob storage

A

Blob versioning
Change feed

23
Q

How long does soft delete retain blobs for

A

14 days