Describe Azure File Storage Flashcards
What is Azure File Storage?
A shared storage service that lets you access files shares via the SMB protocol from anywhere with an internet connection.
What is the maximum size of a single file in Azure File Storage?
1 TB.
What are Azure File Storage’s two performance tiers?
Standard (which uses hard disks) and Premium (which uses SSDs).
What are the common uses of Azure File Storage?
Migrate existing applications to the cloud.
Share server data across on-premises and cloud.
Integrate modern applications with Azure File Storage.
Simplify hosting High Availability (HA) workload data.
What files shouldn’t you use in Azure File Storage?
Files that can be written by multiple concurrent processes.
How many concurrent connections are supported per file?
2000
What protocol does Azure File Storage use?
Server Message Block 3.0 (SMB).