Skip to content

Commit a730fe0

Browse files
authored
Merge pull request #5979 from CarlRabeler/patch-78
Update create-login-transact-sql.md
2 parents 7d582f6 + bcd930f commit a730fe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/statements/create-login-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ In SQL Database, login data required to authenticate a connection and server-lev
313313
Only the server-level principal login (created by the provisioning process) or members of the `loginmanager` database role in the master database can create new logins. For more information, see [Server-Level Roles](https://docs.microsoft.com/en-us/azure/sql-database/sql-database-manage-logins#groups-and-roles) and [ALTER SERVER ROLE](../../t-sql/statements/alter-server-role-transact-sql.md).https://docs.microsoft.com/en-us/azure/sql-database/sql-database-manage-logins#additional-server-level-administrative-roles.
314314

315315
## Logins
316-
- Must have **ALTER ANY LOGIN** permission on the server or membership in the **securityadmin** fixed server role. Only AAD account with **ALTER ANY LOGIN** permission on the server or membership in the securityadmin permission can execute this command
316+
- Must have **ALTER ANY LOGIN** permission on the server or membership in the **securityadmin** fixed server role. Only Azure Active Directory (Azure AD) account with **ALTER ANY LOGIN** permission on the server or membership in the securityadmin permission can execute this command
317317
- Must be a member of Azure AD within the same directory used for Azure SQL logical server
318318

319319
## After creating a login

0 commit comments

Comments
 (0)