0
votes

Good day! I started using Azure Data Factory to move some data from on-premises sources to Data Lake for analysis. When I installed data gateway, I noticed that it uses 'On-premises credentials store' (see picture below) instead of 'Certificate' like most Microsoft documentation shows eg here https://docs.microsoft.com/en-us/azure/data-factory/data-factory-move-data-between-onprem-and-cloud

My setup

What Microsoft documentation shows

What am I doing wrong? Is using certificate the 'right' way? How do I add certificate to my gateway then?

Regards,

1

1 Answers

0
votes

The above screenshots holds good for Gateways created before October 2016. This certificate was used to encrypt the on premise data store credentials before storing the encrypted credentials on Cloud.

Post October 2016, the Gateways do not let user provide certificate for credential encryption as Gateways now leverage DPAPI for securing it and stores it locally on the Gateway machine. So now there is only 1 certificate required by Gateway, which is used for securing endpoints (port 8050) for click-once based credential manager application for on premise Data Store credential setting.

Thanks for asking this question, we are in process of updating the documents.

Let me know if you have any other question.