Home > Blockchain >  Assign Azure SQL Server full ownership permissions to new user
Assign Azure SQL Server full ownership permissions to new user

Time:04-26

How to transfer Azure SQL Server full ownership permissions to new user?

CodePudding user response:

I think this path should answer your question:

In the Azure portal --> Search for and select SQL server --> On the SQL Server page, select Active Directory admin --> In the Active Directory admin page, select Set admin --> In the Add admin page, search for a user, select the user or group --> At the top of the Active Directory admin page, select Save.

More info you can find in below Microsoft docs:

Configure and manage Azure AD authentication with Azure SQL

Authorize database access to SQL Database, SQL Managed Instance, and Azure Synapse Analytics

  • Related