Storage tools
RecognitionAzCopy
Command-line bulk copy and synchronization for storage data.
Key points
- Command-line utility for copying or synchronizing supported Azure Storage data.
- Fits high-volume, repeatable, and automated transfer workflows.
- Authentication and storage firewall requirements still apply to both endpoints.
Best-known use cases
- Script a nightly blob copy.
- Transfer a large directory tree to Azure Storage.
What candidates often confuse it with
- AzCopy vs Storage Explorer: command-line automation and scale vs graphical interaction.
- Copy vs sync: transfer selected source data vs reconcile a destination with source changes.
Key takeaway
Use AzCopy when a storage transfer must be repeatable, scriptable, or large scale.
Related services
- Azure Storage accounts
- Azure Storage encryption
- Azure Storage Explorer
Relevant exam tasks
- D2.2.S1 — Create and configure storage accounts
- D2.2.S4 — Configure storage account encryption
- D2.2.S5 — Manage data by using Azure Storage Explorer and AzCopy