azcopy
Verified for current stable LTS
Azcopy Commands
Azcopy command syntax with verified terminal examples.
Commands
6 commands for Azcopy
azcopy Operations
Azcopy Command: Login
azcopy login azcopy HTTP
Azcopy Command: Copy File
azcopy c '<path/to/source_file>' 'https://<storage_account_name>.blob.core.windows.net/<container_name>/<blob_name>' azcopy HTTP
Azcopy Command: Copy Files With Extensions
azcopy c '<path/to/source_directory>' 'https://<storage_account_name>.blob.core.windows.net/<container_name>' --include-pattern '*.txt;*.jpg' azcopy HTTP
Azcopy Command: Copy Container Between Accounts
azcopy c 'https://<source_storage_account_name>.blob.core.windows.net/<container_name>' 'https://<destination_storage_account_name>.blob.core.windows.net/<container_name>' azcopy HTTP
Azcopy Command: Sync Directory
azcopy s '<path/to/source_directory>' 'https://<storage_account_name>.blob.core.windows.net/<container_name>' --delete-destination true azcopy Operations
Azcopy Command: Help
azcopy -h Suggest a Azcopy Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Azcopy workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.