The automatic sync from my syncgroups stopped in SQL Azure DB.
Running the health check script provided by Azure one of the warnings mentioned that ##MS_SyncAccount## is missing.
I tried to create it as below...
CREATE USER [##MS_SyncAccount##]
GO
but I got the error message below
'##MS_SyncAccount##' is not a valid login or you do not have permission.
The question here is how to create the '##MS_SyncAccount##' account?