'Assign Azure SQL Server full ownership permissions to new user
How to transfer Azure SQL Server full ownership permissions to new user?
Solution 1:[1]
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
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Mikolaj |
