Skip to content

Commit 49367fd

Browse files
authored
Update SSH key pair creation instructions
1 parent 7b91c10 commit 49367fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AKS-Hybrid/create-clusters-bicep.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Before you begin, make sure you have the following prerequisites:
3636

3737
To create an SSH key pair (same as Azure AKS), use the following procedure:
3838

39-
1. [Open a Cloud Shell session](https://shell.azure.com) in your browser or open a Terminal in your local machine.
39+
1. [Open a Cloud Shell session](https://shell.azure.com) in your browser or open a terminal on your local machine.
4040
1. Create an SSH key pair using `az sshkey create`:
4141

4242
```azurecli
@@ -49,7 +49,7 @@ To create an SSH key pair (same as Azure AKS), use the following procedure:
4949
ssh-keygen -t rsa -b 4096
5050
```
5151

52-
It is recommended to create a SSH key pair in Azure as you may use it later for node access or troubleshooting. For more information about creating SSH keys, see [Create and manage SSH keys for authentication in Azure](/azure/virtual-machines/linux/create-ssh-keys-detailed) and [Restrict SSH Access](https://learn.microsoft.com/en-us/azure/aks/aksarc/restrict-ssh-access).
52+
It's recommended that you create an SSH key pair in Azure, as you can use it later for node access or troubleshooting. For more information about creating SSH keys, see [Create and manage SSH keys for authentication in Azure](/azure/virtual-machines/linux/create-ssh-keys-detailed) and [Restrict SSH Access](restrict-ssh-access.md).
5353

5454
## Download and update the Bicep scripts
5555

0 commit comments

Comments
 (0)