search directory

Search Commands

Search tools, operations, flags, and command strings. Results are capped for Worker performance.

Azcopy Commands

18 azcopy entries

Limited to 100 results

Back to all tools
azcopy

Azcopy Command: Copy Container Between Azure Storage 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

Azcopy Command: Copy Container Between Storage 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

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

Azcopy Command: Copy File

azcopy c '<path/to/source_file>' 'https://<storage_account_name>.blob.core.windows.net/<container_name>/<blob_name>'
azcopy

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

Azcopy Command: Display Help

azcopy -h
azcopy

Azcopy Command: Display Help For Azcopy

azcopy -h
azcopy

Azcopy Command: Help

azcopy -h
azcopy

Azcopy Command: Log In To Azure Tenant

azcopy login
azcopy

Azcopy Command: Login

azcopy login
azcopy

Azcopy Command: Login To Azure Tenant

azcopy login
azcopy

Azcopy Command: Sync Directory

azcopy s '<path/to/source_directory>' 'https://<storage_account_name>.blob.core.windows.net/<container_name>' --delete-destination true
azcopy

Azcopy Command: Synchronize Local Directory

azcopy s '<path/to/source_directory>' 'https://<storage_account_name>.blob.core.windows.net/<container_name>' --delete-destination true
azcopy

Azcopy Command: Synchronize Local Directory To Azure With Delete

azcopy s '<path/to/source_directory>' 'https://<storage_account_name>.blob.core.windows.net/<container_name>' --delete-destination true
azcopy

Azcopy Command: Upload Files With Extensions

azcopy c '<path/to/source_directory>' 'https://<storage_account_name>.blob.core.windows.net/<container_name>' --include-pattern '*.txt;*.jpg'
azcopy

Azcopy Command: Upload Files With Specific Extensions To Azure

azcopy c '<path/to/source_directory>' 'https://<storage_account_name>.blob.core.windows.net/<container_name>' --include-pattern '*.txt;*.jpg'
azcopy

Azcopy Command: Upload Local File

azcopy c '<path/to/source_file>' 'https://<storage_account_name>.blob.core.windows.net/<container_name>/<blob_name>'
azcopy

Azcopy Command: Upload Local File To Azure

azcopy c '<path/to/source_file>' 'https://<storage_account_name>.blob.core.windows.net/<container_name>/<blob_name>'