Share via

"unknown" error when deleting a sync group with data sync

Simone Sorio 20 Reputation points
2024-02-22T15:31:22.2466667+00:00

good morning, deleting a synchronization group returns an error "Unknown" , no indication is returned regarding the error number let alone a description. going into the detail of the synchronization group. how can i fix it ? thanks

Azure SQL Database

Answer accepted by question author

RahulRandive 10,506 Reputation points
2024-02-22T15:58:21.55+00:00

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!

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.