Search code examples
azureuploadazure-blob-storageopenwrt

Azcopy failed on Linux Openwrt (Bad function name)


I need to upload file to Azure blobs on my linux device(OS: OpenWrt), I followed the instruction on the Microsoft Azure documents(https://learn.microsoft.com/zh-tw/azure/storage/common/storage-use-azcopy-linux?toc=%2fazure%2fstorage%2fblobs%2ftoc.json), but it returned "syntax error: bad function name"

Execute Azcopy return error

I wonder that whether the azcopy not support for the OpenWrt. If yes, is there another way to perform upload files to azure blobs? Thank you for the reply!


Solution

  • I do not believe that is support. But Azcopy is an open source project, the best way to specific and accurate answer to questions like yours is to asking contributors of the project.

    https://github.com/Azure/azure-storage-azcopy/issues?utf8=%E2%9C%93&q=is%3Aissue

    Hope this helps.