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
azcopy HTTP
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 HTTP
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 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: 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 Operations
Azcopy Command: Display Help
azcopy -h azcopy Operations
Azcopy Command: Display Help For Azcopy
azcopy -h azcopy Operations
Azcopy Command: Help
azcopy -h azcopy Operations
Azcopy Command: Log In To Azure Tenant
azcopy login azcopy Operations
Azcopy Command: Login
azcopy login azcopy Operations
Azcopy Command: Login To Azure Tenant
azcopy login 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 HTTP
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 HTTP
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 HTTP
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 HTTP
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 HTTP
Azcopy Command: Upload Local File
azcopy c '<path/to/source_file>' 'https://<storage_account_name>.blob.core.windows.net/<container_name>/<blob_name>' azcopy HTTP
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>'