For SQL Azure, permissions are database-scoped and use cloud-based authentication methods (SQL Authentication or Microsoft Entra ID), with access managed through database users and roles.

Run this script to grant permissions to TrustedUser

Run the following SQL script to grant the required permissions to user TrustedUser.

GRANT VIEW DATABASE STATE TO TrustedUser;