Home > Net >  How to Assign AZURE SQL SERVER full Ownership Permissions to New User
How to Assign AZURE SQL SERVER full Ownership Permissions to New User

Time:04-25

Kindly can any one suggest me that 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