This example assumes you have previously completed the following example:
To create the cluster use the following command line:
export AKS=aks-$RANDOM
az aks create --name $AKS --resource-group $RESOURCE_GROUP --generate-ssh-keys --verbose
Do NOT forget to remove the resources once you are done running the example.
5m