Skip to content

Commit 2693238

Browse files
authored
Update ssh-connect-to-windows-and-linux-worker-nodes.md
1 parent c11476c commit 2693238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AKS-Arc/ssh-connect-to-windows-and-linux-worker-nodes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ You can use the Kubernetes CLI, [**kubectl**](https://kubernetes.io/docs/referen
2525

2626
### [Azure CLI](#tab/azure-cli)
2727

28-
* Install **kubectl** locally using the [`az aks install-cli`](/cli/azure/aks?view=azure-cli-latest#az-aks-install-cli) command:
28+
* Install **kubectl** locally using the [`az aks install-cli`](/cli/azure/aks?view=azure-cli-latest&preserve-view=true#az-aks-install-cli) command:
2929

3030
```azurecli-interactive
3131
az aks install-cli
3232
```
3333

3434
### [Azure PowerShell](#tab/azure-powershell)
3535

36-
* Install **kubectl** locally using the [`Install-AzAksCliTool`](/powershell/module/az.aks/install-azaksclitool?view=azps-14.2.0) cmdlet:
36+
* Install **kubectl** locally using the [`Install-AzAksCliTool`](/powershell/module/az.aks/install-azaksclitool?view=azps-14.2.0&preserve-view=true) cmdlet:
3737

3838
```azurepowershell-interactive
3939
Install-AzAksCliTool

0 commit comments

Comments
 (0)