Skip to content

Commit 41b3d1d

Browse files
authored
Merge pull request #100927 from VikasPullagura-MSFT/patch-41
(Azure CXP) resolves MicrosoftDocs/azure-docs#46031
2 parents 7d3d95b + d4563a1 commit 41b3d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/azure-ad-integration-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ oAuthPermissionId=$(az ad app show --id $serverApplicationId --query "oauth2Perm
119119
Add the permissions for the client application and server application components to use the oAuth2 communication flow using the [az ad app permission add][az-ad-app-permission-add] command. Then, grant permissions for the client application to communication with the server application using the [az ad app permission grant][az-ad-app-permission-grant] command:
120120

121121
```azurecli-interactive
122-
az ad app permission add --id $clientApplicationId --api $serverApplicationId --api-permissions $oAuthPermissionId=Scope
122+
az ad app permission add --id $clientApplicationId --api $serverApplicationId --api-permissions ${oAuthPermissionId}=Scope
123123
az ad app permission grant --id $clientApplicationId --api $serverApplicationId
124124
```
125125

0 commit comments

Comments
 (0)