My team has a pretty dedicated Azure SQL for the use of pretty much everything.
For our web application, however, we use Azure Postgres (it's a Django app running on Linux App Service).
The data engineers usually only work on the Azure SQL DB. So what's the best way to have real-time movement of data from Postgres to Azure SQL database?
So far, the only option I have in mind is to have a Copy Activity in Azure Data Factory to do the copy job. But apparently it's not real time.
Many thanks!