The latest version of AzCopy (v3.1.0 and v4.1.0-preview) includes support for setting the type of content, please download and find more information at http://aka.ms/azcopy .
To be more specific, you can set the content type with the / SetContentType: [content-type] option.
AzCopy / Source: D: \ test \ / Dest: https://myaccount.blob.core.windows.net/myContainer/ / DestKey: key / Pattern: ab / SetContentType
AzCopy / Source: D: \ test \ / Dest: https://myaccount.blob.core.windows.net/myContainer/ / DestKey: key / Pattern: ab / SetContentType: video / mp4
If the "Content-Type" is not specified in the / SetContentType parameter, AzCopy will set each type of blob content according to the file extension. To specify the same content type for all blocks, you must explicitly specify a value for "Content-Type", for example, / SetContentType: video / mp4. Please note that this option is applicable only when loading the drop to the storage endpoints.
source share