AzCopy is a command-line utility which allows to upload or download files between Windows Azure Blob Storage and the local file system
Questions tagged [azcopy]
324 questions
14
votes
2 answers
AzCopy login fails
After running azcopy login and signing in with my Azure account, I see the following response on the sign in page:
“User account from identity provider does not exist in tenant ‘Microsoft’ and cannot access the application in that tenant. This…
user10586276
14
votes
5 answers
AZCopy: Set the file Content-Type
We are trying to use AZCopy in our deployment script to upload some assets directly into our storage which is exposed via a CDN on Azure.
When we upload the files, the Content-Type is application/octet-stream but we would need to be able to specify…

Charles Ouellet
- 6,338
- 3
- 41
- 57
13
votes
1 answer
How can I download a file from blob storage inside an Azure pipeline?
I'm trying to download a file I've uploaded to Azure blob storage which I want to use during an Azure Pipelines build.
I am using the windows-latest Microsoft-hosted vm to build.
I've tried making a powershell script and using azcopy, but I haven't…
user2211907
13
votes
2 answers
Tell AzCopy batch to overwrite files?
So I'm using an AzCopy which is run manually at the moment but I was to run it through Task Scheduler on one of our servers. This copies files from one container to another and runs perfectly if I manually execute the batch file.
However, it asks…

Josh Reynolds
- 155
- 1
- 1
- 10
8
votes
1 answer
Azure DevOps AzCopy Authentication failed, it is either not correct, or expired, or does not have the correct permission
I am using the task Azure file copy to upload the build artefacts to the blob container. But I am always getting an error as preceding.
0.0 %, 0 Done, 0 Failed, 1 Pending, 0 Skipped, 1 Total,
INFO: Authentication failed, it is either not correct,…

Sibeesh Venu
- 18,755
- 12
- 103
- 140
7
votes
2 answers
How do I avoid the prompts while using azcopy on Linux in a script?
I've got a Python script that runs the AzCopy command to backup my storage accounts. However, it keeps throwing a prompt with the following message.
Incomplete operation with different command line detected at the journal directory…

Ryan Fernandes
- 73
- 1
- 3
6
votes
4 answers
Azcopy: Copying files to an Azure Fileshare using Azcopy 10
I'm trying to copy files to and from an Azure Fileshare using AZCopy v10. I have had this successfully working using v8.1 but I keep getting errors using v10.
From the command line I'm using this to copy a file from the local drive to the…

jhTuppeny
- 820
- 1
- 11
- 16
6
votes
3 answers
Omit uploaded files with AzCopy
I have uploaded with Cloudberry Explorer some files/folders to my Azure container but now I'm gonna change Cloudberry for AzCopy.
What I need is to omit those uploaded files. I don't know if can be done with a AzCopy parameter. the files to be…

Néstor
- 570
- 2
- 8
- 22
5
votes
2 answers
Azure Pipeline/AZ Copy not copying to root directory in storage blob
I'm having issues with deploying my github code to azure storage via azure pipeline. It deploys via AZCopy, but it's going into a subdirectory, which I believe is the reason I'm getting a 404 since the index.html file isn't in the root directory.…

JMooreWeb
- 61
- 1
- 3
5
votes
2 answers
AzCopy Upload Maxes Out Connection
I have an issue when uploading files to Azure on my server. Azcopy starts and uploads at the maximum speed of the internet connection, but it maxes it out so much that eventually I can't use remote desktop because it's just taking all the…

Jonathan
- 651
- 8
- 14
5
votes
3 answers
AzCopy copy run from a batch file in Windows command prompt failure
I'm using AzCopy to copy a file from local server to Azure and coming up with the following failed operation is the command is run from a batch file. If the same command is run from the command prompt the operation is successful.
Run from a batch…

Figment
- 73
- 1
- 4
5
votes
3 answers
Could not verify the copy source within the specified time. RequestId: (blank)
I am trying to copy some blob files from one storage account to another one. I am using AzCopy in order to fulfill this goal.
The process works for copying files between containers within the same storage account, but not between different storage…

Mirel Vlad
- 2,032
- 3
- 27
- 35
5
votes
1 answer
Azcopy from a SAS url giving errors
I am trying to copy from a SAS url location to a destination storage account. I tried the following commands but it getting few errors:
AzCopy.exe…

Romonov
- 8,145
- 14
- 43
- 55
4
votes
1 answer
What are the Azure SAS authorization parameters for copying to Azure Blobs?
I have an azcopy.exe command that I copied out of MS Azure Storage Explorer in order to use in a script. The command works perfectly, but I want to understand the querystring parameters that are being…

Jay Cummins
- 1,039
- 2
- 14
- 31
4
votes
4 answers
azcopy always creates a folder structure when uploading files
I have a local directory what needs to be synced to a specific folder to my Azure Blob Storage.
Unfortunately azcopy always creates a subfolder in the target directory.
local…

Julian
- 57
- 3
- 6