Voltage Encryption on-Prem cloud/ VM NFS files -ADF as ETL

Dondapati, Navin 291 Reputation points
2021-07-19T19:58:55.04+00:00

Hi Guys,

We use Voltage as encryption for on-premise and cloud, wonder does ADF need any special custom activity to read files from VM Storage
which are encrypted via voltage?

Regards,
Navin

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

Accepted answer
  1. KranthiPakala-MSFT 46,642 Reputation points Microsoft Employee Moderator
    2021-07-23T18:40:55.37+00:00

    Hi @Anonymous ,

    Thanks for your response and additional clarification.

    If you would want to encrypt the files before moving it to ADLS Gen2 using a third party tool then files will be encrypted and won't be in readable format. Hence you will have to decrypt the files either while writing to ADLS gen2 or after moving them as is to ADLS Gen2.

    The concern here is that there is no out of box feature in ADF which has an ability to decrypt and encrypt the incoming and outgoing files. Hence you will have to use a Custom activity and write your own logic for decryption before copying/moving the files to destination. (Here is a related feedback in user voice forum - Ability to decrypt and encrypt the incoming and outgoing files in DataFactory)

    Second option is after encrypting the files in source location, you can use a binary dataset in ADF and copy/move the file as-is to destination. Then again have another process which uses your third party tool to decrypt those files.

    Hope this info helps. Do let us know if you have further query.

    ----------

    Please don’t forget to Accept Answer and Up-Vote wherever the information provided helps you, this can be beneficial to other community members.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.