Azure – Upload a local file to blob container by Shell command
az storage blob upload-batch -d "$web" -s When I run this command I encounter an error " argument --source/-s: expected one argument " What would I add here? For the source how can I get the path-to-directory ? I have…