Skip to content

Commit d28bcf0

Browse files
authored
Merge pull request #102485 from VikasPullagura-MSFT/patch-43
(Azure CXP) resolves MicrosoftDocs/azure-docs#46907
2 parents 424b217 + 78169fe commit d28bcf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/terraform/terraform-create-k8s-cluster-with-aks-applicationgateway-ingress.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -726,8 +726,8 @@ The code in this section uses [Helm](/azure/aks/kubernetes-helm) - Kubernetes pa
726726
- `armAuth.secretJSON`: Only needed when Service Principal Secret type is chosen (when `armAuth.type` has been set to `servicePrincipal`).
727727
728728
Key notes:
729-
- The `identityResourceID` value is created in the terraform script and can be found by running: `echo "$(terraform output identity_client_id)"`.
730-
- The `identityClientID` value is created in the terraform script and can be found by running: `echo "$(terraform output identity_resource_id)"`.
729+
- The `identityResourceID` value is created in the terraform script and can be found by running: `echo "$(terraform output identity_resource_id)"`.
730+
- The `identityClientID` value is created in the terraform script and can be found by running: `echo "$(terraform output identity_client_id)"`.
731731
- The `<resource-group>` value is the resource group of your App Gateway.
732732
- The `<identity-name>` value is the name of the created identity.
733733
- All identities for a given subscription can be listed using: `az identity list`.

0 commit comments

Comments
 (0)