An Azure relational database service.
Hi Simone Sorio,
If you haven't already, try removing the sync group using the PowerShell command provided below.
Remove-AzSqlSyncGroup -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -DatabaseName "database01" -Name "syncGroup01"
Thank you!