I need to perform two syncing of data from on-premise to Azure SQL database and vice versa.
I have a database on premises which is used by many applications or systems. I've moved the database to Azure SQL by using transaction replication but I can't make all the systems to use Azure SQL database.
Now, few systems would be consuming the on premise SQL Server database and performing CRUD operations on top of it and few systems would be using Azure SQL DB and performing CRUD operation on top of it.
I need both the databases in sync.
What is the best way to achieve this?