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....
go through steps , create simple pipeline.
the copy activity scheduled land local data in azure sql db 15mins if wanted.
hope helps.

Comments
Post a Comment