I am using azcopy 8.1 to upload .jpg files to azure blob storage but on upload the content type is set to application/octet-stream instead of image/jpeg.
Should it not recognized it from AzCopyConfig.json. Is this a bug?
& $azcopyLocation /Source:$sourcePath /Dest:$deploymentPath /destkey:$destinationKey /Pattern:"*.jpg" /S /Y