File hash function in Azure Data Factory

Tang, Suzanne 26 Reputation points
2021-04-29T14:01:09.447+00:00

I need to compute the hash value for files in blob storage with specified algorithm. How can I do it in data factory?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,624 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Tang, Suzanne 26 Reputation points
    2021-06-16T20:24:06.43+00:00

    I I Implemented a Azure function to compute the checksum, stored in database and use it later in the data factory pipelines.

    1 person found this answer helpful.