When I use SSMS connecting to on prem SQL Server and perform the following action, I get the ability to view user info (specifically Securables).
<Database>/Security/Users/<User>/right click and properties
When I use SSMS or Azure Data Studio to connect to an Azure SQL DB, I get the following error.
Cannot Show requested dialog (SqlMgmt)
- The 'DefaultLanguage' property is not supported on Microsoft Azure SQL Database.
(Microsoft.SqlServer.Smo)
Has anyone experienced this issue before? If so, how did you resolve it?