Supported Databases and Databa...
Required Connection Permission...

Azure SQL Server Configuration

3 min

Purpose

In Azure SQL Server, the goal is to create a login and user with minimal read privileges using Azure-specific roles like MS_ServerStateReader.

Grant Permission

Azure SQL Server


Testing Permission

Connect as [username] to the Azure SQL Server and execute:

Azure SQL Server


If the query returns data, [username] can view the server state, indicating that permissions are set up properly.