Skip to content

Commit 2543b45

Browse files
authored
Update aks-create-clusters-cli.md
1 parent 419de57 commit 2543b45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

AKS-Hybrid/aks-create-clusters-cli.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ az aksarc create -n $aksclustername -g $resource_group --custom-location $custom
5252

5353
After a few minutes, the command completes and returns JSON-formatted information about the cluster.
5454

55+
> [!NOTE]
56+
> When you use the `--generate-ssh-keys parameter`, a pair of SSH key files is generated on the local machine where you invoke the Az CLI.
57+
5558
## Connect to the Kubernetes cluster
5659

5760
Now you can connect to your Kubernetes cluster by running the `az connectedk8s proxy` command from your development machine. Make sure you sign in to Azure before running this command. If you have multiple Azure subscriptions, select the appropriate subscription ID using the [az account set](/cli/azure/account#az-account-set) command.

0 commit comments

Comments
 (0)