Skip to content

Commit 243f714

Browse files
authored
Update aks-create-clusters-cli.md
1 parent 661ad79 commit 243f714

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ After a few minutes, the command completes and returns JSON-formatted informatio
5454

5555
> [!NOTE]
5656
> - The SSH key value is the public key for accessing nodes in the provisioned cluster. By default, this key is located at `~/.ssh/id_rsa.pub`. You can specify a different location using the `--ssh-key-value` parameter during cluster creation.
57-
> - The `--generate-ssh-keys` parameter is required if there's no pre-existing SSH key on your local machine. If you don't include this parameter during cluster creation and no SSH key exists, you'll receive an error message.
58-
> - If you already have an SSH key on your local machine, the AKS cluster will reuse that key. In this case, specifying `--generate-ssh-keys` or not makes no difference.
57+
> - The `--generate-ssh-keys` parameter is required if there's no pre-existing SSH key on your local machine. If you don't include this parameter during cluster creation and no SSH key exists, you receive an error message.
58+
> - If you already have an SSH key on your local machine, the AKS cluster reuses that key. In this case, specifying `--generate-ssh-keys`, or omitting that parameter, has no effect.
5959
6060
## Connect to the Kubernetes cluster
6161

0 commit comments

Comments
 (0)