Azure Data Factory Copy on blob not preserving content properties
Matthew Campbell
11
Reputation points
See original question on Stack Overflow:
https://stackoverflow.com/questions/75531644/copy-activity-blob-preserve-metadata?noredirect=1#comment133278306_75531644
The built-in system properties governing content are not being preserved:
https://learn.microsoft.com/en-us/azure/data-factory/copy-activity-preserve-metadata#preserve-metadata
Likely why the metadata is not preserved as should be with binary data. Default behavior with azcopy is to keep metadata and properties. Little weird the deviation with Azure Data Factory to not preserve by default.
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
Sign in to answer