Skip to content

Commit 5293852

Browse files
Merge pull request #23881 from MicrosoftDocs/VanMSFT-patch-2
Update authentication-aad-service-principal-tutorial.md
2 parents 0af41dc + 071a538 commit 5293852

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

azure-sql/database/authentication-aad-service-principal-tutorial.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: tutorial
77
author: GithubMirek
88
ms.author: mireks
99
ms.reviewer: wiassaf, vanto, mathoma
10-
ms.date: 03/29/2022
10+
ms.date: 08/24/2022
1111
ms.custom:
1212
- "devx-track-azurepowershell"
1313
---
@@ -184,6 +184,9 @@ For more information on how to create an Azure AD application, see the article [
184184

185185
Once a service principal is created in Azure AD, create the user in SQL Database. You'll need to connect to your SQL Database with a valid login with permissions to create users in the database.
186186

187+
> [!IMPORTANT]
188+
> Only Azure AD users can create other Azure AD users in Azure SQL Database. Any SQL user with SQL authentication, including a server admin cannot create an Azure AD user. The Azure AD admin is the only user who can initially create Azure AD users in SQL Database. After the Azure AD admin has created other users, any Azure AD user with proper permissions can create other Azure AD users.
189+
187190
1. Create the user *AppSP* in the SQL Database using the following T-SQL command:
188191

189192
```sql

0 commit comments

Comments
 (0)