From eb87db8731103c3c725d6971e74073dc6a251f79 Mon Sep 17 00:00:00 2001 From: Stuart Leeks Date: Wed, 1 May 2019 17:06:30 +0200 Subject: [PATCH] typo (#588) --- providers/azure/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/azure/README.md b/providers/azure/README.md index 569a14dcd..7670ea664 100644 --- a/providers/azure/README.md +++ b/providers/azure/README.md @@ -371,7 +371,7 @@ Grab the id of the cluster subnet you created earlier with the following command az network vnet subnet show --resource-group $AKS_CLUSTER_RG --vnet-name $VNET_NAME --name $CLUSTER_SUBNET_NAME --query id -o tsv ``` -Save the entire output starting witn "/subscriptions/..." in the following enviorment variable. +Save the entire output starting witn "/subscriptions/..." in the following environment variable. ```cli export VNET_SUBNET_ID=