Skip to content

Commit 66d73ad

Browse files
change objectId to id - Fixes #102719
1 parent a60b27b commit 66d73ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/application-gateway/ingress-controller-install-new.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ Follow the steps below to create an Azure Active Directory (Azure AD) [service p
4646
The `appId` and `password` values from the JSON output will be used in the following steps
4747
4848
49-
1. Use the `appId` from the previous command's output to get the `objectId` of the new service principal:
49+
1. Use the `appId` from the previous command's output to get the `id` of the new service principal:
5050
```azurecli
51-
objectId=$(az ad sp show --id $appId --query "objectId" -o tsv)
51+
objectId=$(az ad sp show --id $appId --query "id" -o tsv)
5252
```
5353
The output of this command is `objectId`, which will be used in the Azure Resource Manager template below
5454
@@ -347,4 +347,4 @@ kubectl apply -f aspnetapp.yaml
347347
348348
## Other Examples
349349
This [how-to guide](ingress-controller-expose-service-over-http-https.md) contains more examples on how to expose an AKS
350-
service via HTTP or HTTPS, to the Internet with Application Gateway.
350+
service via HTTP or HTTPS, to the Internet with Application Gateway.

0 commit comments

Comments
 (0)