Supported Databases and Databa...
Required Connection Permission...
Azure SQL Server Configuration
3 min
In Azure SQL Server, the goal is to create a login and user with minimal read privileges using Azure-specific roles like MS_ServerStateReader.
Connect as [username] to the Azure SQL Server and execute:
If the query returns data, [username] can view the server state, indicating that permissions are set up properly.