diff --git a/docs/getting-started-guides/azure.md b/docs/getting-started-guides/azure.md index 0dc624f5d59..ef71f66e204 100644 --- a/docs/getting-started-guides/azure.md +++ b/docs/getting-started-guides/azure.md @@ -19,13 +19,14 @@ The cluster setup scripts can setup Kubernetes for multiple targets. First modif KUBERNETES_PROVIDER="azure" -Next, specify an existing virtual network in `cluster/azure/config-defualt.sh`: +Next, specify an existing virtual network and subnet in `cluster/azure/config-defualt.sh`: AZ_VNET= + AZ_SUBNET= You can create a virtual network: - azure network vnet create --location "West US" -v + azure network vnet create --subnet= --location "West US" -v Now you're ready.