Skip to content

Commit cb316b0

Browse files
committed
acrolinx
1 parent b07f7d1 commit cb316b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 additional 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, got to [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)