Forum Discussion

KEnglishIPTA's avatar
KEnglishIPTA
Copper Contributor
Jan 12, 2024

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-...

Resources