Skip to content

Commit f2833f1

Browse files
Merge pull request #277146 from cephalin/patch-10
add jq explanation
2 parents e7bd417 + 23454f5 commit f2833f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/tutorial-connect-app-access-sql-database-as-user-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Currently, your Azure app connects to SQL Database uses SQL authentication (user
130130
131131
The app registration in Microsoft Entra ID now has the required permissions to connect to SQL Database by impersonating the signed-in user. Next, you configure your App Service app to give you a usable access token.
132132
133-
In the Cloud Shell, run the following commands on the app to add the `scope` parameter to the authentication setting `identityProviders.azureActiveDirectory.login.loginParameters`.
133+
In the Cloud Shell, run the following commands on the app to add the `scope` parameter to the authentication setting `identityProviders.azureActiveDirectory.login.loginParameters`. It uses [jq] for JSON processing, which is installed already in the Cloud Shell.
134134
135135
```azurecli-interactive
136136
authSettings=$(az webapp auth show --resource-group <group-name> --name <app-name>)

0 commit comments

Comments
 (0)