I use Azure Data Sync to synchronize 2 Azure SQL Databases for 2 Tables, the synchronization works always good for 6-7 days , but I think every time when I make a new Deployment in the release pipeline (in azure devops) without changing anything in those 3 Tables the synchronization group stop working.
The Synchronisation group status is still showing "Good" when the Synchronisation doesn't work. I also tried to start the synchronization manually by clicking the button Sync, but nothing happens.
Now, I have always to delete the Sync Group when its not working and create a new one for the same the tables to make everything work again.
I would like to know why the Synchronization stops working. Does anyone run into the same problem or know how to fix it?