question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AzCopy 7.0.0 breaks uploading into local emulated blob storage

See original GitHub issue

Hey there, I hope this is the right place for my issue.

I’m using AzCopy 6.3.0 to upload folder contents to my local emulated blob storage (with Azure Storage Emulator 5.2) using AzCopy /S /Y /Source:folder /DestType:blob /Dest:http://127.0.0.1:10000/devstoreaccount1/mycontainer/Folder-Local /DestKey:Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==

When using AzCopy 7.0.0 which is now available under http://aka.ms/downloadazcopy (is there a public repo btw?) this does not work anymore. It throws an error like

Error parsing destination location “http://127.0.0.1:10000/devstoreaccount1/mycontainer/Folder-Local”: Transfer from a directory to a file is not supported. (Attempt to parse address ‘http://127.0.0.1:10000/devstoreaccount1/mycontainer/Folder-Local’ to a directory location failed: Cannot find account information inside Uri ‘http://127.0.0.1:10000/mycontainer’) For more details, please type “AzCopy /?:Dest” or use verbose option /V.

  1. How can I check if the api broke?
  2. What “account information” am I missing?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:21 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
jiacfancommented, Apr 28, 2018

@honlov

Great to know it started working! Welcome further discussion, if you met problem.

Best Wishes, Jiachen

1reaction
YuriySamorodovcommented, Feb 3, 2018

@devndone Please make sure to use /Y switch when you run azcopy. It looks like it is obligatory according to Microsoft: https://support.office.com/en-us/article/use-network-upload-to-import-your-organization-s-pst-files-to-office-365-103f940c-0468-4e1a-b527-cc8ad13a5ea6

image

Kind regards, Yuriy

Read more comments on GitHub >

github_iconTop Results From Across the Web

Failed to copy container from Azure to Local Emulator
1 Answer 1 ... There are two issues here: ... What you will need to do in this case is first download the...
Read more >
Troubleshoot problems with AzCopy (Azure Storage)
Transfer data from or to a local machine​​ If you're uploading or downloading data between a storage account and an on-premises machine, make ......
Read more >
Problem with azcopy - Microsoft Q&A
I have googled and re-worked this multiple times, but I still can't get azcopy to successfully copy a local file to my blob...
Read more >
Hard times with Azcopy and large datasets to azure files
I'm trying to upload data to azure fileshares and doing a cloud first seed. The data set is large and Azcopy runs for...
Read more >
Auto-scaling Azure Kubernetes cluster without shared filesystem
We are using az storage blob for uploading, because that az is already installed. A more efficient way of uploading would be to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found