Skip to content

Commit a84dc0f

Browse files
Merge pull request #29850 from MicrosoftDocs/VanMSFT-patch-1
clarify app ID instead of client ID
2 parents 3b7b243 + 5b48608 commit a84dc0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ To register your application:
176176
1. You'll also need to create a client secret for signing in. Follow the guide here to [upload a certificate or create a secret for signing in](/azure/active-directory/develop/howto-create-service-principal-portal#authentication-two-options).
177177

178178
1. Record the following from your application registration. It should be available from your **Overview** pane:
179-
- **Application ID**
179+
- **Application (client) ID**
180180
- **Tenant ID** - This should be the same as before
181181

182182
In this tutorial, we'll be using *AppSP* as our main service principal, and *myapp* as the second service principal user that will be created in Azure SQL by *AppSP*. You'll need to create two applications, *AppSP* and *myapp*.
@@ -226,7 +226,7 @@ Once a service principal is created in Microsoft Entra ID, create the user in SQ
226226
1. Use the following script to create a Microsoft Entra service principal user *myapp* using the service principal *AppSP*.
227227
228228
- Replace `<TenantId>` with your `TenantId` gathered earlier.
229-
- Replace `<ClientId>` with your `ClientId` gathered earlier.
229+
- Replace `<ClientId>` with your `Application ID` gathered earlier.
230230
- Replace `<ClientSecret>` with your client secret created earlier.
231231
- Replace `<server name>` with your SQL logical server name. If your server name is `myserver.database.windows.net`, replace `<server name>` with `myserver`.
232232
- Replace `<database name>` with your SQL Database name.

0 commit comments

Comments
 (0)