Forum Discussion
Dataflow connector to Azure PostgreSQL
- 6 years ago
Hi, there is not an official connector like Azure SQL Database. That might be because Postgres in azure is kind of new. So what you can do is create a VM in azure and install an on premise data gateway. That VM must include an ODBC Postgres connector or .Net Provider for Postgres. (both of them available on the internet for free)
Then go back to dataflows and pick the Postgres Databse connector or ODBC connector through that gateway. I think is would be the only way.
Hope this helps,
Regards,
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, there is not an official connector like Azure SQL Database. That might be because Postgres in azure is kind of new. So what you can do is create a VM in azure and install an on premise data gateway. That VM must include an ODBC Postgres connector or .Net Provider for Postgres. (both of them available on the internet for free)
Then go back to dataflows and pick the Postgres Databse connector or ODBC connector through that gateway. I think is would be the only way.
Hope this helps,
Regards,
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.