Forum Discussion
Pushkar1815
Mar 02, 2022Copper Contributor
How can I connect to On-premise PostgreSQL from Azure Data Factory
By using Pay As You Go in azure, Will I be able to connect to PostgreSQL DB in mapping data flow which is implemented inside azure data factory. I want to connect to an On-premise postgreSQL DB a...
GregLow
May 26, 2022MVP
Have you configured a self-hosted integration runtime? You'll need that to get to any server on-premises.
Then, have you configured and tested a Linked Service to the pg server? I'd start there.
Finally, if you get that working, you should be able to create a pg dataset.
Then, have you configured and tested a Linked Service to the pg server? I'd start there.
Finally, if you get that working, you should be able to create a pg dataset.