Copy and move blobs from one container or storage account to another from the command line and in code
Use .NET, AzCopy, and Azure CLI to migrate files between Azure storage accounts.
Learning objectives
In this module, you'll:
- Identify when to use synchronous and asynchronous methods for transferring blobs
- Copy and move blobs between Azure storage accounts using .NET Storage Client library
- Copy and move blobs between Azure storage accounts using the Azure CLI
- Copy and move blobs between Azure storage accounts using the AzCopy tool
Prerequisites
- Beginner-level knowledge of Azure storage and blobs
- Beginner-level knowledge C# .NET