azcopy Questions
3
Solved
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 pro...
2
Solved
I did an Azcopy command
azcopy copy "C:\local\path" "https://account.blob.core.windows.net/mycontainer1/?sv=2018-03-28&ss=bjqt&srt=sco&sp=rwddgcup&se=2019-05-01T05:01...
1
Solved
I'm trying run azcopy v10 inside a container to export some files to azure blob storage.
To include azcopy utility in the container image, I have use below instruction in the Dockerfile.
RUN /bin/...
4
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 t...
Cageling asked 24/6, 2020 at 14:24
5
Solved
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/...
1
Solved
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 be...
Semipalmate asked 29/9, 2021 at 16:4
2
Solved
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 ...
Saluki asked 3/7, 2017 at 13:23
2
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...
Thrum asked 30/7, 2020 at 16:19
1
Solved
Am trying to copy files to Azure Blob using AzCopy.
When execute AzCopy at command line it works fine, but executing same through .bat file getting issues.
ex: azcopy copy "c:\xxxxxxx\20210304...
Overtire asked 4/3, 2021 at 5:14
1
Solved
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 ...
Hua asked 24/7, 2020 at 23:20
3
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 b...
2
Solved
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...
2
Solved
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 l...
2
Solved
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 can...
Ilysa asked 31/10, 2018 at 13:50
1
© 2022 - 2024 — McMap. All rights reserved.