Please enable JavaScript.
Coggle requires JavaScript to display documents.
7 azure files - Coggle Diagram
7 azure files
data migration solution
AzCopy Command-line tool that offers the best performance, especially for a low volume of small files.
Robocopy Command-line tool shipped with Windows and Windows Server. AzCopy is written to be Azure aware and performs better.
Azure Storage Explorer Graphical file management utility that runs on Windows, Linux, and macOS.
-
Azure File Sync Can be used to do the initial data transfer, and then uninstalled after the data is transferred.
-
-
What is
-
replace a company's existing on-premises NAS devices or file servers
- log
- no hardware
- azure cli -> automation
- resilience, security
data access method
- direct access via a mounted drive
- use a Windows server and install Azure File Sync to synchronize the files between local shares and Azure Files.
-
performances
- Standard performance (HDD): Double-digit ms latency, 10,000 IOPS, 300-MBps bandwidth
- Premium performance (SSD): Single-digit ms latency, 100,000 IOPS, 5-GBps bandwidth
-
-