Im trying to grant users access to my Azure SQL, so they could connect using Sql Management Studio.
Which RBAC (role-based access control) roles should I assign them and How?
Thanks
Im trying to grant users access to my Azure SQL, so they could connect using Sql Management Studio.
Which RBAC (role-based access control) roles should I assign them and How?
Thanks
When a new login and user created, they all could connect using SSMS, the difference is if the new user has the permission to access or alter the database.
Azure SQL database has administrator user and non-administrator user.
For more details, you can reference this document:Controlling and granting database access to SQL Database and SQL Data Warehouse.
You can grant the use different permission or alter it's role in database to control the access of Azure SQL Database with admin account.
Reference:
Hope this helps.
If you want to azure ad user to access Azure sql, you can refer to https://docs.microsoft.com/en-us/azure/sql-database/sql-database-aad-authentication-configure#using-an-azure-ad-identity-to-connect-using-ssms-or-ssdt