Skip to content

Commit 7f88e6a

Browse files
Quick fix for Acrolinx
1 parent 68db829 commit 7f88e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/learn/quick-windows-container-deploy-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ To run an AKS cluster that supports node pools for Windows Server containers, yo
8080
> [!NOTE]
8181
> To ensure your cluster to operate reliably, you should run at least 2 (two) nodes in the default node pool.
8282
83-
Create a username to use as administrator credentials for the Windows Server nodes on your cluster. The following commands prompt you for a username and sets it to *WINDOWS_USERNAME* for use in a later command (remember that the commands in this article are entered into a BASH shell).
83+
Create a username to use as administrator credentials for the Windows Server nodes on your cluster. The following commands prompt you for a username and set it to *WINDOWS_USERNAME* for use in a later command (remember that the commands in this article are entered into a BASH shell).
8484

8585
```azurecli-interactive
8686
echo "Please enter the username to use as administrator credentials for Windows Server nodes on your cluster: " && read WINDOWS_USERNAME

0 commit comments

Comments
 (0)