I'm trying to upload a file to an Azure Blob storage using AzCopy, but I want to include metadata. According to the documentation, "AzCopy copy" has a metadata parameter where I have to provide key/value pairs as a string. How has this string to be formatted? I can't get it to work and don't find any examples...
AzCopy.exe copy .\testfile2.txt "https://storageaccount.blob.core.windows.net/upload/testfile4.txt?sastoken" --metadata ?what_here?
Thanks!
Documentation: https://docs.microsoft.com/en-us/azure/storage/common/storage-ref-azcopy-copy#options