Created a bash script to bulk upload images to Azure, and happened so that few images were not uploaded and I don't know which ones. When I run the script if it finds that blob already exists it asked me if I want to overwrite it (Y/N). Is there a flag to say No to all?
for loop..
azure storage blob upload $file $storage $fileName
echo -e "$region;$cuid;$url" >> file.csv