File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/application-gateway Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ Follow the steps below to create an Azure Active Directory (Azure AD) [service p
46
46
The `appId` and `password` values from the JSON output will be used in the following steps
47
47
48
48
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:
50
50
```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)
52
52
```
53
53
The output of this command is `objectId`, which will be used in the Azure Resource Manager template below
54
54
@@ -347,4 +347,4 @@ kubectl apply -f aspnetapp.yaml
347
347
348
348
## Other Examples
349
349
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.
You can’t perform that action at this time.
0 commit comments