0
0
Azurecloud~5 mins

File shares (Azure Files) - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is Azure Files?
Azure Files is a cloud service that offers shared file storage accessible via standard SMB protocol. It lets multiple users or applications access the same files easily, like a shared folder on a network.
Click to reveal answer
beginner
How do you access Azure File shares from Windows?
You can access Azure File shares by mounting them as network drives using the SMB protocol. This works like connecting to a shared folder on your local network.
Click to reveal answer
intermediate
What is the difference between Azure Files and Azure Blob Storage?
Azure Files provides shared file storage with SMB access, good for lift-and-shift apps. Azure Blob Storage is for unstructured data accessed via REST APIs, ideal for large-scale object storage.
Click to reveal answer
intermediate
What is the maximum size of an Azure File share?
An Azure File share can be up to 100 TiB in size when using the standard performance tier.
Click to reveal answer
intermediate
How does Azure Files ensure data durability?
Azure Files stores data redundantly across multiple servers and data centers, using replication options like locally-redundant storage (LRS) or geo-redundant storage (GRS) to protect against hardware failures.
Click to reveal answer
Which protocol does Azure Files use to allow file sharing?
AFTP
BSMB
CHTTP
DNFS
What is a common use case for Azure Files?
ARunning virtual machines
BHosting websites
CStreaming video content
DShared storage for lift-and-shift applications
What is the maximum size of a standard Azure File share?
A100 TiB
B10 TiB
C1 TiB
D1 PiB
Which Azure Files feature helps protect data against data center failures?
ALocally-redundant storage (LRS)
BEncryption at rest
CGeo-redundant storage (GRS)
DManual backups
How can you mount an Azure File share on a Linux machine?
AUsing SMB client with mount.cifs
BUsing FTP client
CUsing SSH
DUsing HTTP download
Explain what Azure Files is and how it can be used in cloud applications.
Think about how a shared folder works on a local network.
You got /4 concepts.
    Describe the data durability and replication options available for Azure Files.
    Consider how cloud storage keeps your files safe even if something breaks.
    You got /4 concepts.