We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a5872a + 66d73ad commit cd9f204Copy full SHA for cd9f204
articles/application-gateway/ingress-controller-install-new.md
@@ -46,9 +46,9 @@ Follow the steps below to create an Azure Active Directory (Azure AD) [service p
46
The `appId` and `password` values from the JSON output will be used in the following steps
47
48
49
-1. Use the `appId` from the previous command's output to get the `objectId` of the new service principal:
+1. Use the `appId` from the previous command's output to get the `id` of the new service principal:
50
```azurecli
51
- objectId=$(az ad sp show --id $appId --query "objectId" -o tsv)
+ objectId=$(az ad sp show --id $appId --query "id" -o tsv)
52
```
53
The output of this command is `objectId`, which will be used in the Azure Resource Manager template below
54
0 commit comments