Would there be a way to Zip/copy files on a blob-storage into another storage/folder but with a zipped result ? You can deflate with ADF, but can you enflate ? We receive +100k files a day, the next day I would like to zip them all into a archive folder. Couldn't find a way ... So any help/.hints appreciated.
ADF supports zipdeflate format, which can archive multiple files into a single zip file. Refer to this doc: https://learn.microsoft.com/en-us/azure/data-factory/supported-file-formats-and-compression-codecs#compression-support.