I have a REST Service that needs to update data into Azure SQL Server database and also into On Premise SQL Server database. Both databases should have same data in certain database tables.
Scheduling Service that runs in Azure and process data transfer into Azure Database and then into On Premise database e.g. after every 5 minutes is okay. Also other techniques too e.g. REST updating both Azure database and then On Premise database.
I'm quite new using these Azure techniques using both configurations and programming with C#.
I have read about Function Apps, Azure Data Factory, Azure Logic Apps and Synchronizations but don't know what technique is ok to transfer data from Azure to Azure database and then On Premise database.
How have you solved this kind of issue?
Best regards,
Michael