Connect On-Premises Postgresql to Azure SQL -


i'm wondering if there's way have on-premises postgresql server can accessed in azure same way ordinary postgresql server. have endpoint in azure port 5432 , endpoint forward queries , requests on-premises database.

for example need keep data on-site keep access in azure same way through same interface. trying migrate our compute azure need keep our data in house.

i've looked data factories , on-premises data gateway both seem either migrating data or access app services , other pre-defined azure services.

we accessing code.

edit: clarified original question.

its still not clear trying here. however, can confirm possible access on premises postgresql instance using data management gateway in azure data factory.

if want try out i'd suggest using copy wizard available azure portal....

enter image description here

go through steps , create simple pipeline.

the copy activity scheduled land local data in azure sql db 15mins if wanted.

hope helps.


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -