Cannot use Azure SQL with Azure DevOps Server 2019 - (Azure Government)
Solution 1:
Try running ALTER USER [VMName] WITH DEFAULT_SCHEMA=dbo
from both the collection and config DBs. I have a PR out to add this to the documentation and this might be causing your issue.