Lesson 8 · Domain 2: Azure Architecture & Services (35–40% of exam)

Moving & Migrating Data

Five tools, one question each: how much data, how often, and how fast is your network connection?

Primary source: Microsoft Learn — Describe Azure storage services (migration and file-movement units), part of Part 2: Describe Azure architecture and services.

Quick calibration

You need to move 200 TB from an on-prem datacenter into Azure, and your internet link is far too slow to make that practical in any reasonable time. Which tool is built for exactly this?

Moving individual files

These three tools work at the scale of files and folders, not whole datacenters:

ToolWhat it isDirection
AzCopyCommand-line utility to copy/upload/download blobs and filesOne-directional — you designate source and destination explicitly
Azure Storage ExplorerStandalone GUI app (Windows/macOS/Linux) for the same tasks — uses AzCopy underneathSame as AzCopy, with a visual interface
Azure File SyncCentralizes file shares in Azure Files while keeping a local Windows Server cache in syncBi-directional — install it locally and it stays continuously synced both ways

The direction column is the exam-relevant distinction: AzCopy and Storage Explorer are deliberate, one-shot, one-direction operations you trigger. Azure File Sync is a standing, bi-directional relationship — it can even replace a failed local file server, and supports cloud tiering so only your frequently-used files stay cached locally.

Migrating at scale

These two are for moving an entire environment, not individual files:

ToolWhat it isBest for
Azure MigrateA hub for assessing and migrating on-prem infrastructure to Azure, over the networkReal-time, online migration — servers, databases, web apps, with discovery and assessment tooling built in
Azure Data BoxA physical, rugged storage device (up to 80 TB usable capacity) Microsoft ships to youBulk offline transfer when your network bandwidth can't realistically move the data — you load it locally, ship it back, Azure uploads it on arrival

Calibration answer: Azure Data Box. At 200 TB over a constrained link, the network path isn't viable — Data Box sidesteps the bandwidth problem entirely by shipping the bytes physically. (Once your import finishes uploading, the device's disks are wiped to NIST 800-88r1 standards before reuse.)

Practice

Up next: Identity & Access, and then Security Models — the last two lessons in Domain 2.
← Lesson 7: Storage Accounts, Tiers & Redundancy Lesson 9: Identity & Access →