Skip to content

Commit 8ee572a

Browse files
authored
Merge pull request #204906 from halkazwini/patch-2
Fixed a typo
2 parents 7ebe49f + 1521b51 commit 8ee572a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/application-gateway/tutorial-ingress-controller-add-on-new.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: caya
66
ms.service: application-gateway
77
ms.topic: tutorial
8-
ms.date: 07/12/2022
8+
ms.date: 07/15/2022
99
ms.author: caya
1010
ms.custom: template-tutorial #Required; leave this attribute/value as-is.
1111
---
@@ -56,7 +56,7 @@ Deploying a new AKS cluster with the AGIC add-on enabled without specifying an e
5656
az aks create -n myCluster -g myResourceGroup --network-plugin azure --enable-managed-identity -a ingress-appgw --appgw-name myApplicationGateway --appgw-subnet-cidr "10.225.0.0/16" --generate-ssh-keys
5757
```
5858

59-
To configure more parameters for the above command, got to [az aks create](/cli/azure/aks#az-aks-create).
59+
To configure more parameters for the above command, see [az aks create](/cli/azure/aks#az-aks-create).
6060

6161
> [!NOTE]
6262
> The AKS cluster that you created will appear in the resource group that you created, **myResourceGroup**. However, the automatically created application gateway instance will be in the node resource group, where the agent pools are. The node resource group is named **MC_resource-group-name_cluster-name_location** by default, but can be modified.

0 commit comments

Comments
 (0)