I am migrating many files from an on-prem environment to Azure and would like to use AzCopy.
Does AzCopy automatically calculate the local file MD5 hash and submit it when uploading files? Upon completion of a file upload using AzCopy does Azure compare the client submitted MD5 against a calculated MD5 of the file in Azure, and if so does it not save the file? Is an error message displayed or relayed?
I've searched the documentation for AzCopy and cant get any details regarding this. There is a "/CheckMD5" switch but its only for use when downloading files FROM an azure file container.