简体   繁体   中英

Install azure integration runtime on linux and move data from Linux to Azure blob storage

I want to move data from Linux RHEL 8.5 to Azure blob storage . I have a server of postgreSQL running on that linux vm and I want to move some table periodically from vm to azure blob storage. After reading their official documentation, Azure IR only support windows environment. Is there any way that I can use Azure data factory to move data from linux RHEL 8.5 to Azure blob storage?

Azure data factory has a connector to PostgreSQL. If your server can be connected from the inte.net, then you can use data factory directly. If your server is behind a firewall, you need to install self hosted IR, which you will need to install on another (windows) server, in the same.network of your PostgreSQL server.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM