Forum Discussion
KEnglishIPTA
Jan 12, 2024Copper Contributor
az storage blob upload --data @- does not work
This works: echo "Test" > test.txt
az storage blob upload --blob-url 'https:...' ... --file test.txt This does not, all other arguments the same echo "Test" | az storage blob upload --blob-...
Kidd_Ip
Jan 13, 2024MVP
Believe it is related to 'preview' and not fully support yet, like --tag hit the bug:
https://github.com/Azure/azure-cli/issues/23536